03-22-2013 05:05 AM
We have 3 new MDS 9222i's shipped with NX-OS 5.2(2) and we upgraded to 5.2(6b). Under both release we had some issues with the Ethernet interfaces not coming up. I think it may be due to issues with auto speed and duplex negotations. So configured all the connected Ethernet ports as:
no switchport auto-negotiate
switchport duplex full
However when I do a show run the "switchport duplex full" does not show. I have tried various other combinations such as:
no switchport duplex auto
no switchport duplex half
switchport duplex full
No matter what the duplex setting does not show. I know that auto for speed and duplex is best, but it seems randomly the ports get stuck in Initilization and the only way to get out of it is to ping that interfaces address from the upstream device.
03-28-2013 11:54 AM
Keep in mind that the output from "show run" or "show run int mgmt0" will only display non-default settings.
You may also find useful information to help debug Ethernet connection by using "show hardware internal mgmt0 stats" or by examining the status of the LAN switch port your mgmt0 is connecting to.
Hope that helps.
04-02-2013 04:58 AM
Chris,
Thanks for the input. I do know that show run only shows non-default. I guess I was not clear, this is for the gigabit ethernet ports. Here is what I mean, if you notice after each command to set the duplex, when I do a show run, it show nothing about the duplex:
MDS9222#01# config t
Enter configuration commands, one per line. End with CNTL/Z.
MDS9222#01(config)# int gi1/3
MDS9222#01(config-if)# do show run int gi1/3
!Command: show running-config interface GigabitEthernet1/3
!Time: Tue Apr 2 07:56:09 2013
version 5.2(6b)
interface GigabitEthernet1/3
ip address 10.24.1.1 255.255.255.0
no shutdown
MDS9222#01(config-if)# switchport duplex full
MDS9222#01(config-if)# do show run int gi1/3
!Command: show running-config interface GigabitEthernet1/3
!Time: Tue Apr 2 07:56:19 2013
version 5.2(6b)
interface GigabitEthernet1/3
ip address 10.24.1.1 255.255.255.0
no shutdown
MDS9222#01(config-if)# switchport duplex half
MDS9222#01(config-if)# do show run int gi1/3
!Command: show running-config interface GigabitEthernet1/3
!Time: Tue Apr 2 07:56:26 2013
version 5.2(6b)
interface GigabitEthernet1/3
ip address 10.24.1.1 255.255.255.0
no shutdown
MDS9222#01(config-if)# switchport duplex auto
MDS9222#01(config-if)# do show run int gi1/3
!Command: show running-config interface GigabitEthernet1/3
!Time: Tue Apr 2 07:56:33 2013
version 5.2(6b)
interface GigabitEthernet1/3
ip address 10.24.1.1 255.255.255.0
no shutdown
MDS9222#01(config-if)#
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