vtep-create
Previous versions of NetVisor required configuring a tunnel from every node in the fabric, and manually adding VNIs to them. Also, when a new VTEP is added to the fabric, there is no notification about this event, and requires manually creating tunnels from the new node to all other nodes in the fabric. VTEP commands are used to automatically create tunnels between nodes in a fabric.
Syntax vtep-create
name name-string |
Specify a name for the VTEP. |
location fabric-node-extended-name |
Specify the switch location. |
vrouter-name name-string |
Specify the name of the vRouter service. |
ip ip-address |
Specify the primary IP address. |
virtual-ip ip-address |
Specify the virtual IP address. |
description description-string |
Specify a VTEP description. |
mac-learning|no-mac-learning |
Specify if you want to enable or disable MAC address learning. |
Defaults None
Access Network Administrator
History
Version 2.6.0 |
Command introduced. |
Version 6.0.0 |
The parameter mac-learning added. |
Usage Use this command to create a VTEP on a switch.
Examples To create a VTEP on Spine 1, use the following syntax:
CLI network-admin@Spine1 > vtep-create name vtep1 ip 10.10.10.1 vrouter-name VR1