nvo vxlan id
Use this command to add a tenant and the type of VPN. This command changes the mode to NVO mode.
Use nvo vxlan id for creating ELAN and use nvo vxlan id xconnect with source and target identifier for ELINE/XConnect.
Use no form of this command to unconfigure the VXLAN ID.
You must enable VXLAN with the
nvo vxlan command before you give this command.
Command Syntax
nvo vxlan id <1-16777215> (multicast |) | ((ingress-replication | xconnect target-vxlan-id <1-16777215>) (| inner-vid-disabled)))
no nvo vxlan id <1-16777215>
Parameters
<1-16777215>
VxLAN Network Identifier (VNID)
multicast
Point to multipoint.
ingress-replication
Use head end replication for forwarding BUM (Broadcast, Unknown Unicast, Multicast) traffic
xconnect target-vxlan-id
Cross-connect
<1-16777215>
Target cross-connect identifier
inner-vid-disabled
Do not carry VID out of network port
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3; nvo vxlan id xconnect was introduced in OcNOS version 5.1.
Example
#configure terminal
(config)#nvo vxlan id 300 ingress-replication
(config-nvo)#exit
(config)#nvo vxlan id 200 ingress-replication inner-vid-disabled
(config-nvo)#exit
(config)#nvo vxlan id 30 xconnect target-vxlan-id 20
(config-nvo)#exit
(config)#nvo vxlan id 40 xconnect target-vxlan-id 50 ingress-replication
(config-nvo)#exit
Last modified date: 08/29/2023