Connectivity Guide

Table Of Contents
vlan vlan-id
Assign tagged trac on the specied VLAN to a virtual network.
Default Not congured
Command mode VIRTUAL-NETWORK
Usage information Use the member-interface command to assign trac on the same VLAN or interface to dierent virtual
networks. The no version of this command removes the congured 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
Enter network virtualization edge (NVE) conguration mode to congure source VXLAN tunnel endpoint.
Syntax
nve
Parameters None
Default None
Command mode CONFIGURATION
Usage information In NVE mode, you can congure the source tunnel endpoint for all virtual networks on the switch.
Example
OS10# nve
OS10(config-nve)#
Supported releases 10.4.2.0 or later
remote-vtep
Congures the IP address of a remote tunnel endpoint in a VXLAN network.
Syntax
remote-vtep ip-address
Parameters ip-address — Enter the IP address of a remote virtual tunnel endpoint (VTEP).
Default Not congured
Command mode VIRTUAL-NETWORK-VXLAN-VNI
Usage information After you congure the remote VTEP, the VXLAN virtual network is enabled to start sending server trac. You can
congure multiple remote VTEPs. All broadcast, multicast, and unknown unicast (BUM) trac received on an
access interface is replicated on remote VTEPs. The no version of this command removes the congured value.
Example
OS10(config-vn-vxlan-vni)# remote-vtep 20.20.20.1
OS10(config-vn-vxlan-vni-remote-vtep)# exit
OS10(config-vn-vxlan-vni)# remote-vtep 30.20.20.1
Supported releases 10.4.2.0 or later
VXLAN 525