Manually Configuring Interface Subgroups - Cisco Nexus 1000V Configuration Manual

For vmware vsphere
Hide thumbs Also See for Nexus 1000V:
Table of Contents

Advertisement

Configuring Port Channels

Manually Configuring Interface Subgroups

You can manually configure port channel subgroups to manage the traffic flow on multiple upstream switches.
This action is required for a port channel that connects to multiple upstream switches where CDP is not
configured.
Before You Begin
• Log in to the CLI in EXEC mode.
• Configure the port profile for the port channel using the procedure in
Switches, on page
• Know the interface range and the subgroup IDs (0 to 31) for traffic to the upstream switches.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
This example shows how to manually configure port channel subgroups for a host in module 3 which has four
physical ports. The upstream switches do not support CDP. Ethernet ports 3/2 and 3/3 connect to one upstream
switch and the Ethernet ports 3/4 and 3/5 connect to another upstream switch.
switch# configure terminal
switch(config)# int eth3/2
switch(config-if)# sub-group-id 0
switch(config-if)# int eth3/3
switch(config-if)# sub-group-id 0
switch(config-if)# int eth3/4
switch(config-if)# sub-group-id 1
switch(config-if)# int eth3/5
switch(config-if)# sub-group-id 1
switch(config-if)# copy running-config interface
. . .
interface Ethernet3/2
61.
Command or Action
switch# configure terminal
switch(config)# interface ethernet
range
switch(config-if)# sub-group id
number
Repeat Step 2 and 3.
switch(config-if)# show interface
ethernet range
switch(config-if)# copy
running-config startup-config
Cisco Nexus 1000V for VMware vSphere Interface Configuration Guide, Release 5.x
Creating a Port Profile for a Port Channel
Connecting to Multiple Upstream
Purpose
Enters global configuration mode.
Enters interface configuration mode for the specified
interface range.
Manually configures a subgroup to manage traffic for
the upstream switch. Allowable subgroup numbers are
from 0 to 31.
Perform this step for each port connected to an upstream
switch where CDP is not configured.
(Optional)
Displays the configuration for verification.
(Optional)
Saves the change persistently through reboots and
restarts by copying the running configuration to the
startup configuration.
65

Advertisement

Table of Contents
loading

Table of Contents