07-12-2023 02:21 AM
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?
Solved! Go to Solution.
07-12-2023 02:55 AM - edited 07-12-2023 02:56 AM
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:
=> 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
07-12-2023 07:49 AM
you mean breakout interface ?
If yes: https://www.letsconfig.com/how-to-configuring-interfaces-breakout-in-nexus/
07-12-2023 02:55 AM - edited 07-12-2023 02:56 AM
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:
=> 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
07-12-2023 06:25 AM
Hello,
Can you help me with the syntax to configure C93180YC-FX, breakout?
07-12-2023 07:49 AM
you mean breakout interface ?
If yes: https://www.letsconfig.com/how-to-configuring-interfaces-breakout-in-nexus/
07-13-2023 01:55 PM
Thank you very much for your help, they were very successful solutions.
Regards
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