Purpose
Command or Action
Binds the virtual interface to the physical interface and
the specified port channel.
bind interface ethernet slot/port
channel channel-number
Step 18
If this is a 10G breakout port, the
slot
/
port
syntax
is
QSFP-module
/
port
.
Note
Enables local traffic on the interface.
no shutdown
Step 19
Enters configuration mode for the first Ethernet port.
interface ethernet slot/port
Step 20
If this is a 10G breakout port, the
slot
/
port
syntax
is
QSFP-module
/
port
.
Note
Enables local traffic on the interface.
no shutdown
Step 21
Enters configuration mode for the second Ethernet port.
interface ethernet slot/port
Step 22
If this is a 10G breakout port, the
slot
/
port
syntax
is
QSFP-module
/
port
.
Note
Enables local traffic on the interface.
no shutdown
Step 23
With redundant switches, repeat
this procedure with identical
settings on the secondary switch.
Step 24
This example shows how to configure two physical interfaces, binds two virtual interfaces to each physical
interface, and enables the interfaces:
switch-1#
configure terminal
switch-1(config)#
interface ethernet 1/17
switch-1(config-if)#
shutdown
switch-1(config-if)#
switchport mode vntag
switch-1(config-if)#
interface ethernet 1/18
switch-1(config-if)#
shutdown
switch-1(config-if)#
switchport mode vntag
switch-1(config-if)#
interface vethernet 1
switch-1(config-if)#
bind interface ethernet 1/17 channel 10
switch-1(config-if)#
no shutdown
switch-1(config-if)#
interface vethernet 3
switch-1(config-if)#
bind interface ethernet 1/17 channel 11
switch-1(config-if)#
no shutdown
switch-1(config-if)#
interface vethernet 2
switch-1(config-if)#
bind interface ethernet 1/18 channel 10
switch-1(config-if)#
no shutdown
switch-1(config-if)#
interface vethernet 4
switch-1(config-if)#
bind interface ethernet 1/18 channel 11
switch-1(config-if)#
no shutdown
switch-1(config-if)#
interface ethernet 1/17
switch-1(config-if)#
no shutdown
switch-1(config-if)#
interface ethernet 1/18
switch-1(config-if)#
no shutdown
switch-1(config-if)#
Cisco Nexus 6000 Series NX-OS Layer 2 Switching Configuration Guide, Release 7.x
192
Configuring VM-FEX
Configuring the Fixed Static Interfaces