API Guide
Table Of Contents
- VXLAN and BGP EVPN Configuration Guide for Dell EMC SmartFabric OS10 Release 10.5.1
- VXLAN
- VXLAN concepts
- VXLAN as NVO solution
- Configure VXLAN
- L3 VXLAN route scaling
- DHCP relay on VTEPs
- View VXLAN configuration
- VXLAN MAC addresses
- VXLAN commands
- hardware overlay-routing-profile
- interface virtual-network
- ip virtual-router address
- ip virtual-router mac-address
- member-interface
- nve
- remote-vtep
- show hardware overlay-routing-profile mode
- show interface virtual-network
- show nve remote-vtep
- show nve remote-vtep counters
- show nve vxlan-vni
- show virtual-network
- show virtual-network counters
- show virtual-network interface counters
- show virtual-network interface
- show virtual-network vlan
- show vlan (virtual network)
- source-interface loopback
- virtual-network
- virtual-network untagged-vlan
- vxlan-vni
- VXLAN MAC commands
- clear mac address-table dynamic nve remote-vtep
- clear mac address-table dynamic virtual-network
- show mac address-table count extended
- show mac address-table count nve
- show mac address-table count virtual-network
- show mac address-table extended
- show mac address-table nve
- show mac address-table virtual-network
- Example: VXLAN with static VTEP
- BGP EVPN for VXLAN
- BGP EVPN compared to static VXLAN
- VXLAN BGP EVPN operation
- Configure BGP EVPN for VXLAN
- VXLAN BGP EVPN routing
- BGP EVPN with VLT
- VXLAN BGP commands
- VXLAN EVPN commands
- Example: VXLAN with BGP EVPN
- Example: VXLAN BGP EVPN — Multiple AS topology
- Example: VXLAN BGP EVPN — Centralized L3 gateway
- Example: VXLAN BGP EVPN — Border leaf gateway with asymmetric IRB
- Example: VXLAN BGP EVPN—Symmetric IRB
- Example - VXLAN BGP EVPN symmetric IRB with unnumbered BGP peering
- Example: Migrating from Asymmetric IRB to Symmetric IRB
- Controller-provisioned VXLAN
- Support resources
- Index
121.0.0.4 00:f2:34:ac:34:09 virtual-network20 VXLAN(20.0.0.1)
OS10# show ipv6 neighbors vrf tenant1
IPv6 Address Hardware Address State Interface Egress Interface
----------------------------------------------------------------------------
200::2 00:12:28:1f:34:15 STALE virtual-network40 port-channel5
200::f 00:f2:34:ac:34:09 REACH virtual-network40 VXLAN(20.0.0.1)
OS10# show ip route vrf vrf_1
Codes: C - connected
S - static
B - BGP, IN - internal BGP, EX - external BGP
O - OSPF, IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
E2 - OSPF external type 2, * - candidate default,
+ - summary route, > - non-active route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
-------------------------------------------------------------------------
C 100.1.0.0/16 via 100.1.1.4 virtual-network60000 0/0 00:36:24
C 100.33.0.0/16 via 100.33.1.4 virtual-network60032 0/0 00:36:23
C 100.65.0.0/16 via 100.65.1.4 virtual-network60064 0/0 00:36:22
C 100.97.0.0/16 via 100.97.1.4 virtual-network60096 0/0 00:36:21
OS10# show ipv6 route vrf vrf_1
Codes: C - connected
S - static
B - BGP, IN - internal BGP, EX - external BGP
O - OSPF, IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
E2 - OSPF external type 2, * - candidate default,
+ - summary route, > - non-active route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
---------------------------------------------------------------------------------
C 1000:100:10:1::/64 via 1000:100:10:1::4 virtual-network60000 0/0 00:37:08
C 1000:100:10:21::/64 via 1000:100:10:21::4 virtual-network60032 0/0 00:37:07
C 1000:100:10:41::/64 via 1000:100:10:41::4 virtual-network60064 0/0 00:37:06
C 1000:100:10:61::/64 via 1000:100:10:61::4 virtual-network60096 0/0 00:37:05
VXLAN MAC addresses
Use the show mac address-table virtual-network or show mac address-table extended commands to
display the MAC addresses learned on a VXLAN virtual network or learned on both VXLAN virtual networks and legacy VLANs.
Use the clear mac address-table dynamic virtual-network and clear mac address-table dynamic nve
remote-vtep commands to delete address entries from the MAC address virtual-network table.
NOTE:
The existing show mac address-table and clear mac-address table commands do not display and
clear MAC addresses in a virtual-network bridge domain even when access ports in a switch-scoped VLAN are assigned to a
VXLAN virtual network.
Display VXLAN MAC addresses
Table 4. Display VXLAN MAC addresses
Command Description
show mac address-table virtual-network [vn-id
| local | remote | static | dynamic | address
mac-address | interface {ethernet node/slot/
port:subport | port-channel number}]
Displays all MAC addresses learned on all or a specified
virtual network.
vn-id: Displays only information about the specified
virtual network.
local: Displays only locally-learned MAC addresses.
remote: Displays only remote MAC addresses.
static: Displays only static MAC addresses.
18 VXLAN