Enabling and Configuring Autocreation
To configure automatic channel groups, perform this task:
Procedure
Purpose
Command or Action
Enters global configuration mode.
switch#
configure terminal
Step 1
Enters configuration mode for the specified interface.
switch(config)#
interface type
slot
/
port
Step 2
If this is a QSFP+ GEM, the
slot
/
port
syntax
is
slot
/
QSFP-module
/
port
.
Note
Automatically creates the channel group for the selected
interface(s).
switch(config- if)#
channel-group
auto
Step 3
Disables the autocreation of channel groups for this
interface, even if the system default configuration may
have autocreation enabled.
switch(config- if)#
no channel-group
auto
Step 4
Example of Configuring Autocreation
The following example configures an automatic channel group:
switch(config)#
interface fc2/3
switch(config-if)#
channel-group auto
About Manually Configured Channel Groups
A user-configured channel group cannot be converted to an autocreated channel group. However, you can
convert an autocreated channel group to a manual channel group. This task is irreversible. The channel group
number does not change, but the member ports operate according to the properties of the manually configured
channel group, and channel group autocreation is implicitly disabled for all the member ports.
If you enable persistence, be sure to enable it at both ends of the SAN port channel.
Converting to Manually Configured Channel Groups
You can convert autocreated channel group to a user-configured channel group using the
san-port-channel
channel-group-number
persistent EXEC command. If the SAN port channel does not exist, this command is
not executed.
Example Port Channel Configurations
This section shows examples on how to configure an F port channel in shared mode and how to bring up the
link between F ports on the NPIV core switches and NP ports on the NPV switches. Before you configure the
F port channel, ensure that F port trunking, F port channeling, and NPIV are enabled.
Cisco Nexus 5500 Series NX-OS SAN Switching Configuration Guide, Release 7.x
OL-30895-01
109
Configuring SAN Port Channels
Example Port Channel Configurations