API Guide

remote-vtep
Configures 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 configured
Command mode VIRTUAL-NETWORK VXLAN-VNI
Usage information After you configure the remote VTEP, the VXLAN virtual network is enabled to start sending server traffic. You
can configure multiple remote VTEPs. All broadcast, multicast, and unknown unicast (BUM) traffic received on an
access interface is replicated on remote VTEPs. The no version of this command removes the configured 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
show hardware overlay-routing-profile mode
Displays the number of hardware resources available for overlay routing in different profiles.
Syntax
show hardware overlay-routing-profile mode [all]
Parameters
all
View the number of tenant entries available in each hardware partition for overlay routing
profiles.
Default Not configured
Command mode EXEC
Usage information On S4100-ON series, S5200-ON series, S4048T-ON, S4248-ON, and S6010-ON switches, L3 VXLAN overlay
routing requires reserved hardware resources. The number of reserved table entries in a profile varies according to
the OS10 switch.
Example (S5200-
ON series)
OS10# show hardware overlay-routing-profile mode all
Overlay Underlay Overlay Underlay
Mode Next-hop Next-hop L3 RIF L3 RIF
Entries Entries Entries Entries
default-overlay-routing 8192 57344 2048 14336
disable-overlay-routing 0 65536 0 16384
balanced-overlay-routing 32768 32768 8192 8192
scaled-overlay-routing 53248 12288 12288 4096
show hardware overlay-routing-profile mode
Overlay Underlay Overlay Underlay
Setting Mode Next-hop Next-hop L3 RIF L3 RIF
Entries Entries Entries Entries
Current default-overlay-routing 8192 57344 2048
14336
Next-boot default-overlay-routing 8192 57344 2048 14336
Supported
releases
10.4.3.0 or later
show interface virtual-network
Displays the configuration of virtual-network router interfaces and packet statistics.
Syntax
show interface virtual-network [vn-id]
VXLAN 23