© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.
Page 23 of 39
Figure 20.
Uplink Type 5
The example in Figure 20 is configured with a single PortChannel containing all the interfaces. With LACP
PortChannel technology used on the upstream switches, the configuration upstream would look similar to the
following.
Cisco Nexus 5000-1 and Nexus 5000-2 Configuration
interface ethernet 101/1/1-3
switchport mode trunk
!-- multiple vlans trunked across link
switchport trunk allowed vlan 170, 250-251 !—only allow mgmt, control and data
vlans
spanning-tree port type edge trunk
!-- enable portfast edge
channel-group 1110 mode active
!-- add interface to port-channel
interface port-channel 1110
!-- this is a unique vpc for N1110 Primary
vpc 1110
interface ethernet 101/1/4-6
switchport mode trunk
switchport trunk allowed vlan 170, 250-251 !—only allow mgmt, control and data
vlans
spanning-tree port type edge trunk
!-- enable portfast edge
channel-group 1011 mode active
!-- add interface to port-channel
interface port-channel 1011
!-- this is a unique vpc for N1110 Secondary
vpc 1011