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
VNI list: ,6000
IP Address: 13.0.0.5, State: up, Encap: VxLAN
VNI list: ,6000
IP Adress: 200.0.0.1, State: up, Encap: Vxlan
VNI list: 6000
VXLAN Controller commands
controller ovsdb
Changes the mode to CONFIGURATION-NVE-OVSDB from where you can configure the controller parameters.
Syntax
controller ovsdb
Parameters None
Default None
Command mode CONFIGURATION-NVE
Usage
information
The controller configuration initiates the OVSDB service on the OS10 switch.
The no version of this command stops the OVSDB service. The no version command fails if any ports are
configured as controller-managed ports or IP address configuration.
NOTE: Before removing the controller configuration from the device, you must delete all controller-
managed ports and IP address configuration.
Example
OS10(config)# nve
OS10(config-nve)# controller ovsdb
Supported
releases
10.4.3.0 or later
ip port ssl
Configures the OVSDB controller reachability information such as IP address, port number, and the connection type of session,
in the switch.
Syntax
ip ip-address port port-number ssl
Parameters
● ip-address — Specify the IP address of the OVSDB controller to connect with.
● port-number — Specify the port number through which the connection to the OVSDB controller is
made.
Default
For an OVSDB-based controller, configure the following:
● Port number as 6640
● Connection type as SSL
Command mode CONFIGURATION-NVE-OVSDB
Usage
information
Currently, the only supported OVSDB controller is the NSX controller. no version of this command
removes the connection to the OVSDB controller.
Example
OS10(config)# nve
OS10(config-nve)# controller ovsdb
OS10(config-nve-ovsdb)# ip 10.11.66.110 port 6640 ssl
Supported
releases
10.4.3.0 or later
44 VXLAN