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
20000 300 00:00:00:00:00:66 dynamic port-channel10
20000 00:00:00:00:00:88 dynamic VxLAN(32.1.1.1)
20000 300 34:a0:a0:a1:a2:f6 dynamic port-channel10
Supported
releases
10.4.2.0 or later
VXLAN BGP commands
activate (l2vpn evpn)
Enables the exchange of L2 VPN EVPN address family information with a BGP neighbor or peer group.
Syntax
activate
Parameters None
Default Not configured
Command Mode ROUTER-BGP-NEIGHBOR-AF
Usage
Information
Use this command to exchange L2 VPN EVPN address information for VXLAN host-based routing with a
BGP neighbor. The IPv4 unicast address family is enabled by default. Use the no activate command to
disable an address family with a neighbor.
Example
OS10(conf-router-neighbor)# address-family l2vpn evpn unicast
OS10(conf-router-bgp-neighbor-af)# activate
Supported
Releases
10.2.0E or later
address-family l2vpn evpn
Configures the L2 VPN EVPN address family for VXLAN host-based routing to a BGP neighbor.
Syntax
address-family l2vpn evpn
Parameters None
Default Not configured
Command mode ROUTER-NEIGHBOR
Usage
information
To use BGP EVPN service in a VXLAN, you must configure and enable the L2VPN EVPN address family
on a VTEP to support host-based routing to each BGP neighbor.
Example
OS10(config)# router bgp 100
OS10(config-router-bgp-100)# neighbor 45.0.0.1
OS10(config-router-neighbor)# address-family l2vpn evpn
Supported
releases
10.4.2.0 or later
allowas-in
Configures the number of times the local AS number can appear in the BGP AS_PATH path attribute before the switch rejects
the route.
Syntax
allowas-in as-number
Parameters as-number—Enter the number of occurrences for a local AS number, from 1 to 10.
VXLAN 163