hit counter script

Adding A Port To A Port Channel - Cisco nexus 5000 series Configuration Manual

Nx-os layer 2
Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Configuring Port Channels
Command or Action
Step 3
switch(config)# no interface port-channel
channel-number
This example shows how to create a port channel:
switch# configure terminal
switch (config)# interface port-channel 1

Adding a Port to a Port Channel

You can add a port to a new channel group or to a channel group that already contains ports. Cisco NX-OS
creates the port channel associated with this channel group if the port channel does not already exist.
Note
If you want LACP-based port channels, you need to enable LACP.
SUMMARY STEPS
1. switch# configure terminal
2. switch(config)# interface type slot/port
3. (Optional) switch(config-if)# switchport mode trunk
4. (Optional) switch(config-if)# switchport trunk {allowed vlan vlan-id | native vlan vlan-id}
5. switch(config-if)# channel-group channel-number
6. (Optional) switch(config-if)# no channel-group
DETAILED STEPS
Command or Action
Step 1
switch# configure terminal
Step 2
switch(config)# interface type slot/port
Step 3
switch(config-if)# switchport mode trunk
Step 4
switch(config-if)# switchport trunk {allowed
vlan vlan-id | native vlan vlan-id}
Step 5
switch(config-if)# channel-group
channel-number
OL-25842-01
Purpose
Removes the port channel and deletes the associated channel group.
Purpose
Enters global configuration mode.
Specifies the interface that you want to add to a channel group and
enters the interface configuration mode.
(Optional)
Configures the interface as a trunk port.
(Optional)
Configures necessary parameters for a trunk port.
Configures the port in a channel group and sets the mode. The
channel-number range is from 1 to 4096. Cisco NX-OS creates the
port channel associated with this channel group if the port channel
does not already exist. This is called implicit port channel creation.
Cisco Nexus 5000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.1(3)N1(1)
Adding a Port to a Port Channel
89

Advertisement

Table of Contents
loading

Table of Contents