Configures a virtual Ethernet (VE) interface.
Global configuration mode
Before you can configure a VE interface, you must create a corresponding VLAN. The VE interface must use the corresponding VLAN ID.
All interfaces in a range must use the same speed.
Use the no form of this command to remove a specified VE interface.
This example creates a VE interface with the VLAN ID of 56. This example assumes that VLAN 56 has already been created.
device# configure terminal device(config)# interface ve 56 device(config-Ve-56)#
This example creates multiple VE interfaces.
device# configure terminal device(config)# interface ve 1-3,5,7-9 device(config-Ve-1-3,5,7-9)#
This example removes a VE interface.
device# configure terminal device(config)# no interface ve 5 device#