11-13-2018 01:20 AM - edited 11-13-2018 01:22 AM
Hello All,
I want to reset configuration for the interface Ether2/4 and Eth 3/2 ,as these interfaces are uplink for fex, but I am getting following error:-
pro(config)# default interface Eth2/4
Interface config wipeout failed for Ethernet2/4 (ifindex: 0x1a083000)
I found one document about it , Do I have a same problem or no ?
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCtk83899/?rfs=iqvred
pro# show port-channel summary interface port-channel 102
Flags: D - Down P - Up in port-channel (members)
I - Individual H - Hot-standby (LACP only)
s - Suspended r - Module-removed
S - Switched R - Routed
U - Up (port-channel)
M - Not in use. Min-links not met
--------------------------------------------------------------------------------
Group Port- Type Protocol Member Ports
Channel
--------------------------------------------------------------------------------
102 Po102(SU) Eth NONE Eth1/2(P) Eth1/4(P) Eth2/2(P)
Eth2/4(D) Eth3/2(D) Eth3/4(P)
pro(config)# show run interface port-channel 102
interface port-channel102
switchport
switchport mode fex-fabric
fex associate 102
pro(config)# show run int Eth2/4, eth 3/2
interface Ethernet2/4
switchport
switchport mode fex-fabric
fex associate 102
channel-group 102
interface Ethernet3/2
switchport
switchport mode fex-fabric
fex associate 102
channel-group 102
Regards
WAQ
11-17-2018 12:58 PM
I have not tried it, but you can test and let me know below alternative method works.
config t
!
interface Ethernet2/4
shutdown
no fex associate 102
no channel-group 102
interface Ethernet3/2
shutdown
no fex associate 102
no channel-group 102
if above success.
then default interface
11-18-2018 11:07 PM
Hi @UniWAQ,
This is a duplicate post: https://community.cisco.com/t5/data-center-switches/nexus-7010-port-channel/m-p/3745619#M3706
Have you tried what i mentioned earlier?
Regards,
MJ
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