01-31-2025 04:13 AM
Hi experts,
I have a 9300-48T with C9300-NM-2Q= and a 9500-48Y4C and am linking them with a QSFP-H40G-CU5M=. The interface won't come up. The Compatability matrix states that they should work (unless I'm a muppet and have read it wrong) as they have the min IOS and auto negotiation is turned off (although there is no option to turn off). See config below. Any help very much appreciated as I am stumped
9500-48Y4C Config
interface HundredGigE1/0/52
switchport trunk native vlan 2
switchport mode trunk
logging event trunk-status
logging event spanning-tree
auto qos trust dscp
storm-control broadcast level 5.00
storm-control multicast level 5.00
spanning-tree portfast disable
spanning-tree guard root
service-policy input AutoQos-4.0-Trust-Dscp-Input-Policy
service-policy output AutoQos-4.0-Output-Policy
ip dhcp snooping trust
9300-48T Config
interface FortyGigabitEthernet1/1/1
switchport trunk native vlan 2
switchport mode trunk
logging event trunk-status
logging event spanning-tree
auto qos trust dscp
spanning-tree portfast disable
spanning-tree guard loop
service-policy input AutoQos-4.0-Trust-Dscp-Input-Policy
service-policy output AutoQos-4.0-Output-Policy
ip dhcp snooping trust
Many thanks
Steve
01-31-2025 04:43 AM
Hello @shills1
A FEC (Forward Error Correction) issue could indeed be the cause of your link not coming up, especially with high-speed interfaces like 40G and 100G.
FEC is often required to maintain data integrity over long-distance links and can be enabled or disabled on both sides of the connection. If there’s a mismatch in FEC settings between your switches, the link may fail to establish. You should verify that both the 9300-48T and 9500-48Y4C switches are configured with the same FEC type, either FEC rs (required for certain types of media) or no-fec.
So, please check the FEC status using the show interface xx/xx transceiver command to ensure consistency between both ends. If there’s a mismatch in FEC settings, this could prevent the link from coming up, so you may need to explicitly configure FEC on both switches.
02-11-2025 03:39 AM
Hi,
I've stripped back the config as suggested. and the interface has not come up see no mention of the FEC in the command that you mentioned, any additional suggestions greatly appreciated. See output of the commands below, the only difference I can see is the operational speed any ideas how to change this??
01-31-2025 04:56 AM
- Check logs on both devices just after trying to make a connection
- Initially I would use a bare configuration ; meaning remove all configuration statements on the interfaces
in the running config to be able to just test basic connectivity
- Check software version on the switches and use the latest (advisory)
M/
02-11-2025 03:42 AM
Hi,
I've stripped back the config as suggested. and the interface has not come up, any additional suggestions greatly appreciated.
Both switches are running 17.12.03, the 9500 has network and DNA Advantge and the 9300 has network and DNA essentials. There is nothing showing in the logs and both interfaces recongnise the SFP. I have 2 cables between the switches and neither of them are coming up so it is not a cable problem.
Any help gratefully received.
01-31-2025 04:59 AM
What is the interface status? Both side is UP/UP?
#show interfaces HundredGigE1/0/52 transceiver detail
#show interfaces FortyGigabitEthernet1/1/1 transceiver detail
02-11-2025 03:45 AM
See response to M02@rt37 for details.
Both sides are showing as FortyGigabitEthernet1/1/2 is down, line protocol is down (notconnect).
Any help you can give is gratefully received.
01-31-2025 05:27 AM
When I enter the suggested commands it says that diagnostic Monitoring is not implemented on both switches (see below), any ideas.??
QSFP_H40G_CU NONE
01-31-2025 01:07 PM - edited 01-31-2025 01:08 PM
Also, you can check the license
show license right-to-use | include network-advantage
show license status
and
show inventory | include QSFP
show interfaces transceiver supported-list
02-03-2025 02:07 AM
I think the license may be the issue, one side is advantage the other is essentials. Sould they both be advantage??
The inventory is showing the QSFPs in both routers and the sho int trans supported-list is shown below, it's the same for both switches:
QSFP_H40G_CU NONE
02-11-2025 03:51 AM
The show licese right-to-use command is not recognised.
QSFP_H40G_CU NONE
Both switches are running 17.12.03, the 9500 has network and DNA Advantge and the 9300 has network and DNA essentials. There is nothing showing in the logs and both interfaces recongnise the SFP. I have 2 cables between the switches and neither of them are coming up so it is not a cable problem.
Any help gratefully received as I am stumped. All config has been removed from interfaces and they are still down/down
01-31-2025 07:08 PM
@shills1 According to me it looks like the issue might be due to a speed mismatch. The QSFP-H40G-CU5M is a 40G direct attach cable, but you’re connecting it between a 100G port on the 9500 and a 40G port on the 9300. The 9500’s 100G port needs to be configured to operate at 40G. Try adding the command speed nonegotiate or, if available, speed 40000 under the 9500 interface. Also, ensure the breakout settings aren’t enabled on the 9500 port, as this could cause issues. If this doesn’t work, try swapping the cable to rule out a physical issue.
02-03-2025 02:10 AM
Thanks for your response. Unfortunatley none of your suggestions have fixed the issue.
02-11-2025 03:56 AM
The only difference I can see is the operational speed any ideas how to change this?? Also how do I check the breakout settings. Any help gratefully received as I'm at a loss
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