12-14-2011 08:35 AM - edited 03-07-2019 03:54 AM
hello,
after creating a port-channel within a vdc and assigning interfaces, i can't shutdown individual ports
the port-channel is part of a vpc
i am testing it on version 5.1.5
any ideas?
roni
12-16-2011 02:15 AM
Greetings Roni,
Which ports are you trying to shutdown? How exactly are you shutting down these ports - using 'shutdown' in (config-if) mode? Is the command rejected or any error given? Can you share a session log demonstrating your issue here?
/Phil
12-17-2011 11:20 PM
hi Phil,
i am trying to close a memeber ethernet interfcae in the port-chanel, using the shutdown cmd in (config-if)
there is no error message - nothing happens
here is the relevant config and the a 'shutdown' test
interface port-channel200
inherit port-profile N5K-PC
description vPC to N5K Port 1/9, 1/10
switchport
switchport mode trunk
switchport trunk native vlan 111
vpc 200
!
interface Ethernet1/9
inherit port-profile N5K-Eth
channel-group 200 mode active
no shutdown
!
interface Ethernet1/10
inherit port-profile N5K-Eth
channel-group 200 mode active
no shutdown
N7K# sh int eth 1/9
Ethernet1/9 is up
!
N7K# sh int eth 1/10
Ethernet1/10 is up
N7K# conf t
Enter configuration commands, one per line. End with CNTL/Z.
N7K(config)# int eth 1/9
N7K(config-if)# shutdown
N7K(config-if)# do sh run int eth 1/9
!Command: show running-config interface Ethernet1/9
!Time: Sun Dec 18 09:17:52 2011
version 5.1(5)
interface Ethernet1/9
inherit port-profile N5K-Eth
channel-group 200 mode active
no shutdown
N7K(config-if)#
thanks,
roni
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide