vtep-modify
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-modify
name name-string |
Specify a name for the VTEP. |
mac-learning|no-mac-learning |
Specifies if the user wants 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 modify a VTEP
Examples To enable MAC address learning on vtep1, use the following syntax:
CLI network-admin@Spine1 > vtep-modify name vtep1 mac-learning