185
Cisco Nexus 5500 Series NX-OS Layer 2 Interfaces Command Reference
OL-27880-02
Chapter I Commands
interface vethernet
switch#
configure terminal
switch(config)#
port-profile type vethernet ppVEth
switch(config-port-prof)#
switchport mode access
switch(config-port-prof)#
service-policy type qos input my_policy1
switch(config-port-prof)#
exit
switch(config)#
interface vethernet 10
switch(config-if)#
bind interface ethernet 1/5 channel 10
switch(config-if)#
inherit port-profile ppVEth
switch(config-if)#
untagged cos 3
switch(config-if)#
This example shows how to remove a virtual Ethernet interface:
switch#
configure terminal
switch(config)#
no interface vethernet 2
switch(config)#
Related Commands
Command
Description
bind
Binds an interface to a virtual Ethernet interface.
feature vmfex
enables VM-FEX on the switch.
port-profile
Configures a port profile.
show interface
ethernet
Displays information about Ethernet interfaces.
show interface
vethernet
Displays various parameters of a virtual Ethernet interface.
show running-config
interface
Displays the running configuration of an interface.
vethernet auto-create
Sets the default policy to enable auto creation of virtual Ethernet interfaces.