Deployment Guide

Table Of Contents
ip virtual-router mac-address
Configures the MAC address of an anycast L3 gateway for VXLAN routing.
Syntax
ip virtual-router mac-address mac-address
Parameters
mac-address
mac-address
Enter the MAC address of the anycast L3 gateway.
Default Not configured
Command mode CONFIGURATION
Usage
information
Configure the same MAC address on all VTEPs so that the anycast gateway MAC address remains the
same if a VM migrates to a different VTEP. Because the configured MAC address is automatically used
for all VXLAN virtual networks, configure it in global Configuration mode.
Example
OS10(config)# ip virtual-router mac-address 00:01:01:01:01:01
Supported
releases
10.4.3.0 or later
member-interface
Assigns untagged or tagged VLAN traffic on a member interface to a virtual network.
Syntax
member-interface {ethernet node/slot/port[:subport] | port-channel number}
{vlan-tag vlan-id | untagged}
Parameters
ethernet
node/slot/
port[:subport
]
Assign the specified interface to a virtual network.
port-channel
number
Assign the specified port channel to a virtual network.
untagged
Assign untagged traffic on an interface or port channel to a virtual network.
vlan-tag
vlan-id
Assign tagged traffic on the specified VLAN to a virtual network.
Default Not configured
Command mode VIRTUAL-NETWORK
Usage
information
Use this command to assign traffic on the same VLAN or interface to different virtual networks. The no
version of this command removes the configured value.
Example
OS10(config)# virtual-network 10000
OS10(config-vn)# member-interface port-channel 10 vlan-tag 200
OS10(config-vn)# member-interface port-channel 20 untagged
Supported
releases
10.4.2.0 or later
nve
Enters network virtualization edge (NVE) configuration mode to configure the source VXLAN tunnel endpoint.
Syntax
nve
Parameters None
VXLAN 169