[VPNSERVICE-26] Table 52 and groups not getting programmed on Single Node/Single ELAN build distribution-karaf-0.5.0-20160121.202155-171 Created: 22/Jan/16  Updated: 05/Feb/16  Resolved: 05/Feb/16

Status: Resolved
Project: vpnservice
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: VINAY S Assignee: P Govinda Rajulu
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Attachments: Text File karaf.log    
Severity: minor
External issue ID: 5053

 Description   

On Build distribution-karaf-0.5.0-20160121.202155-171 taken from
: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/

      • Creating network
      • Adding controller
        Unable to contact the remote controller at 100.96.2.155:6633
      • Adding hosts:
        h1 h2
      • Adding switches:
        s1
      • Adding links:
        (h1, s1) (h2, s1)
      • Configuring hosts
        h1 h2
      • Starting controller
        c0
      • Starting 1 switches
        s1 ...
      • Starting CLI:
        mininet> sh ovs-ofctl -O OpenFlow13 dump-flows s1
        OFPST_FLOW reply (OF1.3) (xid=0x2):
        cookie=0x6800000, duration=282.184s, table=0, n_packets=0, n_bytes=0, priority=50,udp,tp_src=68,tp_dst=67 actions=write_actions(CONTROLLER:65535)
        cookie=0x1030000, duration=282.944s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
        cookie=0x8000003, duration=282.944s, table=21, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
        cookie=0x8050000, duration=282.029s, table=50, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535,goto_table:51
        cookie=0x8030000, duration=282.020s, table=51, n_packets=0, n_bytes=0, priority=0 actions=goto_table:52
        mininet> sh ovs-ofctl -O OpenFlow13 dump-flows s1
        OFPST_FLOW reply (OF1.3) (xid=0x2):
        cookie=0x6800000, duration=284.866s, table=0, n_packets=0, n_bytes=0, priority=50,udp,tp_src=68,tp_dst=67 actions=write_actions(CONTROLLER:65535)
        cookie=0x1030000, duration=285.626s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
        cookie=0x8000003, duration=285.626s, table=21, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
        cookie=0x8050000, duration=284.711s, table=50, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535,goto_table:51
        cookie=0x8030000, duration=284.702s, table=51, n_packets=0, n_bytes=0, priority=0 actions=goto_table:52
        mininet> sh ovs-ofctl -O OpenFlow13 dump-groups s1
        OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
        mininet>

http://localhost:8181/restconf/operational/ietf-interfaces:interfaces-state/

{
"interfaces-state": {
"interface": [

{ "name": "s1-eth1", "phys-address": "FE:54:88:FC:6F:3F", "lower-layer-if": [ "openflow:1:1" ], "admin-status": "up", "oper-status": "up", "if-index": 3 }

,

{ "name": "s1-eth2", "phys-address": "FE:F4:E6:64:0E:5C", "lower-layer-if": [ "openflow:1:2" ], "admin-status": "up", "oper-status": "up", "if-index": 1 }

,

{ "name": "s1", "phys-address": "FA:FE:BD:C1:F7:41", "lower-layer-if": [ "openflow:1:LOCAL" ], "admin-status": "up", "oper-status": "up", "if-index": 2 }

]
}
}

http://localhost:8181/restconf/operational/elan:elan-dpn-interfaces/

{
"errors": {
"error": [

{ "error-type": "application", "error-tag": "data-missing", "error-message": "Request could not be completed because the relevant data model content does not exist " }

]
}
}

http://localhost:8181/restconf/operational/interface-service-bindings:service-bindings/

Response Body

{
"errors": {
"error": [

{ "error-type": "application", "error-tag": "data-missing", "error-message": "Request could not be completed because the relevant data model content does not exist " }

]
}
}

http://localhost:8181/restconf/operational/ietf-interfaces:interfaces/

Response Body

{
"errors": {
"error": [

{ "error-type": "application", "error-tag": "data-missing", "error-message": "Request could not be completed because the relevant data model content does not exist " }

]
}
}



 Comments   
Comment by VINAY S [ 22/Jan/16 ]

Attachment karaf.log has been added with description: karflog

Comment by Tony Tkacik [ 22/Jan/16 ]

Please move to approriate project, which is implementing functionality you are using.

This functionality and Openflow Flows provisioning is not part of controller project.

Generated at Wed Feb 07 20:47:08 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.