-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0, 1.11.0
-
Component/s: None
-
Labels:None
-
Story Points:5
-
Epic Link:
-
Sprint:K Bug Sprint
The netcfg seems to be shared, but the application doesn't seem to have the configuration. example on a 3 node cluster:
onos-all vpls show Issuing command on 10.128.11.151.. ---------------- VPLS name: VPLS2 Associated interfaces: [h3, h4] Encapsulation: VLAN State: UPDATING ---------------- VPLS name: VPLS1 Associated interfaces: [h2, h5] Encapsulation: NONE State: UPDATING ---------------- Issuing command on 10.128.11.152.. ---------------- Issuing command on 10.128.11.153.. ----------------
onos-all netcfg apps Issuing command on 10.128.11.151.. { "org.onosproject.provider.lldp" : { "suppression" : { "deviceTypes" : [ "ROADM", "OTN", "FIBER_SWITCH", "OPTICAL_AMPLIFIER" ], "annotation" : "{\"no-lldp\":null}" } }, "org.onosproject.vpls" : { "vpls" : { "lastUpdateTime" : 1495130874205, "vplsList" : [ { "name" : "VPLS2", "interfaces" : [ "h3", "h4" ], "encapsulation" : "VLAN" }, { "name" : "VPLS1", "interfaces" : [ "h2", "h5" ], "encapsulation" : "NONE" } ] } } } Issuing command on 10.128.11.152.. { "org.onosproject.provider.lldp" : { "suppression" : { "deviceTypes" : [ "ROADM", "OTN", "FIBER_SWITCH", "OPTICAL_AMPLIFIER" ], "annotation" : "{\"no-lldp\":null}" } }, "org.onosproject.vpls" : { "vpls" : { "lastUpdateTime" : 1495130874205, "vplsList" : [ { "name" : "VPLS2", "interfaces" : [ "h3", "h4" ], "encapsulation" : "VLAN" }, { "name" : "VPLS1", "interfaces" : [ "h2", "h5" ], "encapsulation" : "NONE" } ] } } } Issuing command on 10.128.11.153.. { "org.onosproject.provider.lldp" : { "suppression" : { "deviceTypes" : [ "ROADM", "OTN", "FIBER_SWITCH", "OPTICAL_AMPLIFIER" ], "annotation" : "{\"no-lldp\":null}" } }, "org.onosproject.vpls" : { "vpls" : { "lastUpdateTime" : 1495130874205, "vplsList" : [ { "name" : "VPLS2", "interfaces" : [ "h3", "h4" ], "encapsulation" : "VLAN" }, { "name" : "VPLS1", "interfaces" : [ "h2", "h5" ], "encapsulation" : "NONE" } ] } } }