Deployment Guide

virtual-network untagged-vlan
Configures a dedicated VLAN for internal use to transmit untagged traffic on member ports in virtual networks on the switch.
Syntax
virtual-network untagged-vlan vlan-id
Parameters
id
Enter the reserved untagged VLAN ID, from 1 to 4093.
Default Not configured
Command mode CONFIGURATION
Usage information The untagged VLAN ID is used internally for all untagged member interfaces that belong to virtual networks. You
cannot use the reserved untagged VLAN ID for a simple VLAN bridge or for tagged traffic on member interfaces
of virtual networks. The no version of this command removes the configured value.
Example
OS10(config)# virtual-network untagged-vlan 10
Supported
releases
10.4.2.0 or later
vxlan-vni
Assigns a VXLAN ID to a virtual network.
Syntax
vxlan-vni vni
Parameters
vni
Enter the VXLAN ID for a virtual network, from 1 to 16,777,215.
Default Not configured
Command mode VIRTUAL-NETWORK
Usage information This command associates a VXLAN ID number with a virtual network. The no version of this command removes
the configured ID.
Example
OS10(conf-vn-100)# vxlan-vni 100
OS10(config-vn-vxlan-vni)#
Supported
releases
10.4.2.0 or later
VXLAN MAC commands
clear mac address-table dynamic nve remote-vtep
Clears all MAC addresses learned from a remote VTEP.
Syntax
clear mac address-table dynamic nve remote-vtep ip-address
Parameters
remote-vtep
ip-address
Clear MAC addresses learned from the specified remote VTEP.
Default Not configured
Command mode EXEC
Usage information To display the MAC addresses learned from a remote VTEP, use the show mac address-table nve
remote-vtep command. Use this command to delete all MAC address entries learned from a remote VTEP.
Example
OS10# clear mac address-table dynamic nve remote-vtep 32.1.1.1
VXLAN 29