Map-vni-vlan
Adds or deletes vlan vni one-to-one mappings to/from a VTEP. It will throw error if the given vlan interface does not exist. Map count can also be given along with this command to configure more than vlan-vni mappings. If the count range is exceeded than 4095, it will throw error.
Syntax | map vni <1..16777215> vlan <1..4094> [count <1..4094>] |
Command mode | VTEP |
Parameters |
|
Usage | Use no map vni <1..16777215> vlan <1..4094> count <1..4094> to unconfigure the vlan-vni maps fully or partially. It should throw error if the given parameters are invalid. |
Supported Releases | 1.1.0 or later |
Click command | config vxlan map add <vxlan_name> <vlan_id> <vni> config vxlan map_range <vxlan_name> <vlan_start> <vlan_end> <vni_start> |
Example
|