Cisco 7604-RSP720C-R Configuration Manual page 174

Nx-os interfaces
Table of Contents

Advertisement

Configuring Port Channels
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m
Ensure that you are in the correct VDC (or use the switchto vdc command).
All Layer 2 member ports must run in full-duplex mode and at the same speed.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
8.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface type slot/port
Example:
switch(config)# interface ethernet 1/4
switch(config-if)
Step 3
switchport
Example:
switch(config-if)# switchport
Step 4
switchport mode trunk
Example:
switch(config-if)# switchport mode trunk
Step 5
switchport trunk {allowed vlan vlan-id |
native vlan-id}
Example:
switch(config-if)# switchport trunk
native 3
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
6-18
configure terminal
interface type slot/port
switchport
switchport mode trunk
switchport trunk {allowed vlan vlan-id | native vlan-id}
channel-group channel-number [force] [mode {on | active | passive}]
show interface type slot/port
copy running-config startup-config
Chapter 6
Purpose
Enters configuration mode.
Specifies the interface that you want to add to a
channel group, and enters the interface configuration
mode.
Configures the interface as a Layer 2 access port.
(Optional) Configures the interface as a Layer 2 trunk
port.
(Optional) Configures necessary parameters for a
Layer 2 trunk port.
Configuring Port Channels
OL-23435-03

Advertisement

Table of Contents
loading

Table of Contents