ADC CLI Commands

vxlanVlanMap

The following operations can be performed on “vxlanVlanMap”:

unbind show add bind rm

unbind vxlanVlanMap

Remove a vlan to vxlan mappings.

Synopsis

unbind vxlanVlanMap -vxlan

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 []

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

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

bind vxlanVlanMap

Specify vlan to vxlan mappings.

Synopsis

bind vxlanVlanMap [-vxlan -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

rm vxlanVlanMap

Delete the vlan to vxlan mapping table.

Synopsis

rm vxlanVlanMap

Arguments

name Name of the mapping table.

Example

rm vxlanVlanMap table1

vxlanVlanMap