vxlanVlanMap¶
The following operations can be performed on "vxlanVlanMap":
bind vxlanVlanMap¶
Specify vlan to vxlan mappings.
Synopsis¶
bind vxlanVlanMap
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
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
rm vxlanVlanMap¶
Delete the vlan to vxlan mapping table.
Synopsis¶
rm vxlanVlanMap
Arguments¶
name Name of the mapping table.
Example¶
rm vxlanVlanMap table1
add vxlanVlanMap¶
Add a table that gives a vlan to vxlan mapping.
Synopsis¶
add vxlanVlanMap
Arguments¶
name Name of the mapping table.
Example¶
add vxlanVlanMap table1
show vxlanVlanMap¶
Retrieve vlan to vxlan mappings.
Synopsis¶
show vxlanVlanMap [
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