Deployment Guide
Table Of Contents
- VXLAN and BGP EVPN Configuration Guide for Dell EMC SmartFabric OS10 Release 10.5.2
- VXLAN
- VXLAN concepts
- VXLAN as NVO solution
- Configure VXLAN
- L3 VXLAN route scaling
- DHCP relay on VTEPs
- View VXLAN configuration
- VXLAN MAC addresses
- Example: VXLAN with static VTEP
- Controller-provisioned VXLAN
- BGP EVPN for VXLAN
- BGP EVPN compared to static VXLAN
- VXLAN BGP EVPN operation
- Configure BGP EVPN for VXLAN
- BGP EVPN with VLT
- VXLAN BGP EVPN routing
- 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 - Route leaking across VRFs in a VXLAN BGP EVPN symmetric IRB topology
- Example: Migrating from Asymmetric IRB to Symmetric IRB
- 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
- VXLAN BGP commands
- 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 EVPN commands
- Support resources
- Index
source-interface loopback
Configures a dedicated Loopback interface as the source VTEP.
Syntax
source-interface loopback number
Parameters
loopback
number
Enter the Loopback interface used as the source interface of a VXLAN virtual
tunnel, from 0 to 16383.
Default Not configured
Command mode NVE-INSTANCE
Usage
information
The IP address of the Loopback interface serves as the source IP address in encapsulated packets
transmitted from the switch as an NVE VTEP.
● The Loopback interface must have an IP address configured. The Loopback IP address must be
reachable from the remote VTEP.
● You cannot change the source interface if at least one VXLAN virtual network ID (VNID) is configured
for the NVE instance.
Use this command in NVE mode to override a previously configured value and reconfigure the source IP
address. The no version of this command removes the configured value.
Examples
OS10(config-nve)# source-interface loopback 1
Supported
releases
10.4.2.0 or later
virtual-network
Creates a virtual network for VXLAN tunneling.
Syntax
virtual-network vn-id
Parameters
vn-id
Enter the virtual-network ID, from 1 to 65535.
Default Not configured
Command mode CONFIGURATION
Usage
information
The virtual network operates as a L2 bridging domain. To add a VXLAN to the virtual network, use the
vxlan-vni command. The no version of this command removes the configured virtual network.
Example
OS10(config)# virtual-network 1000
OS10(config-vn)#
Supported
releases
10.4.2.0 or later
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
176 VXLAN