[VPNSERVICE-49] VXLAN tunnel with VLANID is not being sent to interface manager Created: 10/Feb/16  Updated: 15/Feb/16  Resolved: 15/Feb/16

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

Type: Bug
Reporter: VINAY S Assignee: Hema Gopalakrishnan
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Severity: critical
External issue ID: 5296

 Description   

{
"transport-zone": [
{
"zone-name": "TZA",
"subnets": [
{
"prefix": "192.168.85.0/24",
"vlan-id": 100,
"vteps": [

{ "dpn-id": 1, "portname": "phy0", "ip-address": "192.168.85.137" }

,

{ "dpn-id": 2, "portname": "phy2", "ip-address": "192.168.85.138" }

],
"gateway-ip": "0.0.0.0"
}
],
"tunnel-type": "odl-interface:tunnel-type-vxlan"
}
]
}

http://localhost:8181/restconf/config/itm:transport-zones/
{
"transport-zones": {
"transport-zone": [
{
"zone-name": "TZA",
"tunnel-type": "odl-interface:tunnel-type-vxlan",
"subnets": [
{
"prefix": "192.168.85.0/24",
"gateway-ip": "0.0.0.0",
"vlan-id": 100,
"vteps": [

{ "dpn-id": 1, "portname": "phy0", "ip-address": "192.168.85.137" }

,

{ "dpn-id": 2, "portname": "phy2", "ip-address": "192.168.85.138" }

]
}
]
}
]
}
}

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

{
"interfaces": {
"interface": [

{ "name": "TUNNEL:1", "enabled": true, "odl-interface:datapath-node-identifier": 1, "odl-interface:tunnel-destination": "192.168.85.138", "odl-interface:internal": true, "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan", "odl-interface:tunnel-source": "192.168.85.137", "description": "org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.interfacemgr.rev150331.TunnelTypeVxlan Trunk Interface", "type": "iana-if-type:tunnel" }

,

{ "name": "TUNNEL:2", "enabled": true, "odl-interface:datapath-node-identifier": 2, "odl-interface:tunnel-destination": "192.168.85.137", "odl-interface:internal": true, "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan", "odl-interface:tunnel-source": "192.168.85.138", "description": "org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.interfacemgr.rev150331.TunnelTypeVxlan Trunk Interface", "type": "iana-if-type:tunnel" }

]
}
}


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