vxlanVlanMap¶
The following operations can be performed on "vxlanVlanMap":
add vxlanVlanMap¶
Add a table that gives a vlan to vxlan mapping.
Synopsis¶
add vxlanVlanMap <name>
Arguments¶
name
Name of the mapping table.
Example¶
add vxlanVlanMap table1
rm vxlanVlanMap¶
Delete the vlan to vxlan mapping table.
Synopsis¶
rm vxlanVlanMap <name>
Arguments¶
name
Name of the mapping table.
Example¶
rm vxlanVlanMap table1
bind vxlanVlanMap¶
Specify vlan to vxlan mappings.
Synopsis¶
bind vxlanVlanMap <name> [-vxlan <positive_integer> -vlan <int[-int]> ...]
Arguments¶
name
Name of the mapping table.
vxlan
The VXLAN assigned to the vlan inside the cloud. Minimum value: 1 Maximum value: 16777215
vlan
The vlan id or the range of vlan ids in the on-premise network. Minimum value: 1 Maximum value: 4094
Example¶
bind vxlanVlanMap tab1 -vxlan 7000 -vlan 7 9 100-800
unbind vxlanVlanMap¶
Remove a vlan to vxlan mappings.
Synopsis¶
unbind vxlanVlanMap <name> -vxlan <positive_integer>
Arguments¶
name
Name of the mapping table.
vxlan
The VXLAN assigned to the vlan inside the cloud. Minimum value: 1 Maximum value: 16777215
Example¶
unbind vxlanVlanMap table1 -vxlan 3000
show vxlanVlanMap¶
Retrieve vlan to vxlan mappings.
Synopsis¶
show vxlanVlanMap [<name>]
Arguments¶
name
Name of the mapping table.
Output¶
stateflag
Internal flag for display
vxlan
The VXLAN assigned to the vlan inside the cloud.
vlan
The vlan id or the range of vlan ids in the on-premise network.
devno
count
Example¶
show vxlanVlanMap