cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
597
Views
4
Helpful
4
Replies

Compatibility between QSFP-4X10G-AC10M - C93180YC-FX

Cesar Bermeo
Level 1
Level 1

Hello people,
I am testing some QSFP-4X10G-AC10M cables in two C93180YC-FX
the configuration I am using is:

CNX-CEN-CI-1-1# show run int Eth1/54

!Command: show running-config interface Ethernet1/54
!Running configuration last done at: Wed Jul 12 08:00:14 2023
!Time: Wed Jul 12 09:11:50 2023

version 9.3(7) Bios:version 05.43

interface Ethernet1/54
switchport
switchport mode trunk
switchport trunk allowed vlan 150-151
mtu 9216
speed 40000
duplex full
no negotiate auto
no shutdown

CNX-CEN-CI-1-1#

CNX-CEN-CI-1-2# show run int Eth1/9

!Command: show running-config interface Ethernet1/9
!Running configuration last done at: Wed Jul 12 07:54:33 2023
!Time: Wed Jul 12 09:12:23 2023

version 9.3(7) Bios:version 05.43

interface Ethernet1/9
switchport
switchport mode trunk
switchport trunk allowed vlan 150-151
mtu 9216
speed 10000
duplex full
no shutdown

CNX-CEN-CI-1-2#

Can you help me confirm that it is correct?

 

2 Accepted Solutions

Accepted Solutions

M02@rt37
VIP
VIP

Hello @Cesar Bermeo,

Looking the Cisco matrix compatibility it seems to be OK as concerned the compatibility between QSFP-4X10G-AC10M - C93180YC-FX

https://tmgmatrix.cisco.com/?npid=44

Software minimum:

M02rt37_0-1689155693615.png

 

=> On CNX-CEN-CI-1-2 modify the speed

# show run int Eth1/9

interface Ethernet1/9
switchport
switchport mode trunk
switchport trunk allowed vlan 150-151
mtu 9216
speed 40000
duplex full
no shutdown

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

@Cesar Bermeo,

you mean breakout interface ?

If yes: https://www.letsconfig.com/how-to-configuring-interfaces-breakout-in-nexus/

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

4 Replies 4

M02@rt37
VIP
VIP

Hello @Cesar Bermeo,

Looking the Cisco matrix compatibility it seems to be OK as concerned the compatibility between QSFP-4X10G-AC10M - C93180YC-FX

https://tmgmatrix.cisco.com/?npid=44

Software minimum:

M02rt37_0-1689155693615.png

 

=> On CNX-CEN-CI-1-2 modify the speed

# show run int Eth1/9

interface Ethernet1/9
switchport
switchport mode trunk
switchport trunk allowed vlan 150-151
mtu 9216
speed 40000
duplex full
no shutdown

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Hello,

Can you help me with the syntax to configure
C93180YC-FX, breakout?

@Cesar Bermeo,

you mean breakout interface ?

If yes: https://www.letsconfig.com/how-to-configuring-interfaces-breakout-in-nexus/

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Cesar Bermeo
Level 1
Level 1

Thank you very much for your help, they were very successful solutions.

Regards