02-10-2014 11:09 PM - edited 03-01-2019 11:31 AM
Hi,
I'm still new to the Cisco nexus environment. I need help on how to configure 10gb FC Port-Channel between Cisco Nexus 5548UP switch and the 6513 catalyst switch.
Please help.
Regards,
Solved! Go to Solution.
02-11-2014 07:50 AM
Sorry, but the Catalyst 6513 doesn't support native FC ? do you mean MDS 9513 ?
02-13-2014 05:48 AM
see e.g. http://www.cisco.com/c/en/us/products/interfaces-modules/transceiver-modules/index.html
and http://www.cisco.com/c/en/us/products/interfaces-modules/10-gigabit-modules/index.html
The form factor of the transceiver, SFP+ or X2, is not relevant; what counts is the wavelengths, SR, or ER, which have to match on either side.
02-11-2014 07:50 AM
Sorry, but the Catalyst 6513 doesn't support native FC ? do you mean MDS 9513 ?
02-11-2014 12:12 PM
Hi,
Sorry for late response...
Its 10Gb ethernet between Nexus 5548 and 6513 Catalyst switch.
I have already done the configuration but still need to be tested,
kindly see the configurations below and correct me if i am wrong.
Nexus 5548:
Switch(config)#interface port-channel 60
Switch(config-if)#description Link-to-6513_CatalystSW
Switch(config-if)#switchport mode trunk
Switch(config-if)#no shut
!
Switch(config)#feature lacp
Switch(config)#interface eth1/3-4
Switch(config-if)#description Link-to-6513_CatalystSW
Switch(config-if)#switchport mode trunk
Switch(config-if)#channel-group 60 mode active
Switch(config-if)#no shut
The cables are currently disconnected on both switch interfaces uplinks, will connect them when i test the configs
Catalyst 6513:
Switch(config)#interface port-channel 60
Switch(config-if)#description Link-to-Nexus_EMC_VNX
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport nonegotiable
Switch(config-if)#no shut
!
Switch(config)interface range TenGigabitEthernet 6/6-7
Switch(config-if)#description Link-to-Nexus_EMC_VNX
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport nonegotiable
Switch(config-if)#channel-protocol lacp
Switch(config-if)#channel-group 60 mode desirable
Switch(config-if)#no shut
Waiting for your response.
Regards,
Selby
02-12-2014 12:45 AM
Hi,
I'm assuming that the port-channel from the Cataylst 6500 is to a single Nexus 5548 and that you're not intending to use Nexus virtual Port Channel (vPC).
If that's the case then you should be OK on the Nexus, but on the Catalyst 6500 you will need to change the interface configuration to channel-group 60 mode active. The active or passive keywords are used to enable the IEEE 802.3ad LACP, whereas the desirable and auto keywords are used to enable the Cisco proprietary Port Aggregation Protocol (PAgP).
There's further information in the EtherChannel Configuration Overview section of the Catalyst 6500 Configuration Guide.
I'm still a little confused as to what you're connecting and for what purpose because of the subject of the post FC Port-Channel. As wdey indicated the Catalyst 6500 doesn't support native FC.
Regards
02-13-2014 04:47 AM
Hi Steve,
Just verified, its a Port-Channel connection between Nexus 5548 and Catalyst 6513 using 10Gb ethernet interfaces.
The SFP modules type to be used on both switch ports is SFP-10G-SR.
AM i missing something?????
Regards,
02-13-2014 05:13 AM
this should be ok; you have a L1 problem ? cables ? crossed ? ports enabled ? no light ?
02-13-2014 05:40 AM
Thank you i wanted to confirm if the configurations were right before doing the tests. I am configuring the Nexus and the customer is configuring the the catalyst.
One last thing, i also need to configure a link from nexus using SFP-10G-SR module (Multimode MMF) going to 6513 Catalyst using X2-10G-ER module (Single Mode). To my understanding same mode should be used, its either multimode or single mode, am i correct. If yes which sfp's should be used between the two to avoid incompatibilities.
02-13-2014 05:48 AM
see e.g. http://www.cisco.com/c/en/us/products/interfaces-modules/transceiver-modules/index.html
and http://www.cisco.com/c/en/us/products/interfaces-modules/10-gigabit-modules/index.html
The form factor of the transceiver, SFP+ or X2, is not relevant; what counts is the wavelengths, SR, or ER, which have to match on either side.
02-13-2014 06:16 AM
Thank you
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