White Papers

Table Of Contents
Internal Loopback:
DellEMC(conf-if-te-1/2/2/3)#sho c
!
interface TenGigabitEthernet 1/2/2/3
description connected IXIA card 1 port 14
vxlan-instance 1
Disable VXLAN Instance:
DellEMC(conf)#no vxlan-instance 1
Related
Commands
feature vxlan Enable VXLAN configuration globally on the platform.
vxlan-instance static
Enable VXLAN instance configuration to be static on the platform.
Syntax
vxlan-instance instance ID [static]
To delete VXLAN instance from the system, use no vxlan-instance instance ID command.
Parameters
instance ID
Enter the VXLAN instance ID. The platform supports only the instance ID 1 in the
initial release.
static Enter the keyword static to set the VXLAN instance in static mode.
Defaults Controller mode.
Command Modes CONFIGURATION
Command
History
This guide is platform-specific. For command information about other platforms, refer to the relevant Dell
EMC Networking OS Command Line Reference Guide.
Version Description
9.11(0.0) Introduced on the S4048ON, S4048T-ON, S6000ON, S6010ON, S6100ON,
and Z9100ON.
Usage
Information
By default, VXLAN instance is created in controller mode. You need a controller to configure VTEP. When
you create VXLAN instance in static mode, you can configure VTEP through CLIs.
Use the no shutdown command to enable the VXLAN instance.
Only one VXLAN instance can exist in a system.
You cannot modify a VXLAN instance mode. If you need to change the mode, you can delete the existing
VXLAN instance and create a new instance with the required mode.
Example
Enable VXLAN instance:
DellEMC(conf)#feature vxlan
DellEMC(conf)#vxlan-instance 1 static
DellEMC(conf-vxlan-inst-1)#no shutdown
Disable VXLAN instance:
DellEMC(conf)#no vxlan-instance 1 static
Virtual Extensible LAN (VXLAN) 1671