Administrator Guide

To delete the VNI profile, use the no vni-profile command.
Parameters
profile name
Enter a valid and unique profile name. The profile name can have a maximum of 32
characters.
Defaults None
Command Modes VXLAN-INSTANCE
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 S4048–ON, S4048T-ON, S6000–ON, S6010–ON, S6100–ON, and
Z9100–ON.
Usage Information
Use this command to create a VNI profile with a unique profile name to associate with remote VTEP. You can
create a maximum of 1024 VNI profiles and remote VTEP IPs.
You can use this command only when you configure static VXLAN.
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 S4048–ON, S4048T-ON, S6000–ON, S6010–ON, S6100–ON, and
Z9100–ON.
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) 1703