01-20-2016 04:02 AM - edited 03-08-2019 03:28 AM
Hi,
if i connect such a cable / module to my Nexus 3064-T, will there be 4 configurable 10G interfaces on the Nexus side? Would it be possible to connect 4 different devices with a cable like this?
Best regards,
Mark
Solved! Go to Solution.
01-20-2016 12:34 PM
I believe it's "hardware profile portmode" for Nexus 3K (changing it requires saving the config and reloading the device) - here's how it looks on a 3064X / 3064PQ:
sw0(config)# hardware profile portmode ?
48x10g+4x40g 48x10G+4x40G port mode
52x10g+3x40g 52x10G+3x40G port mode
56x10g+2x40g 56x10G+2x40G port mode
60x10g+1x40g 60x10G+1x40G port mode
64x10g 64x10G port mode
02-11-2016 06:21 AM
I've never done it but I can't find any other configuration commands relevant to 40G-10G port conversion, so I don't think you can (choose which 40G ports to split) - that is, the 1x40G profile will split the first 40G port (and give you interfaces Eth1/49/1 to Eth1/49/4), the 2x40G profile will also split the second 40G port (to Eth1/50/1-4) and so on.
01-20-2016 06:18 AM
Hi,
Yes, there will be 4 10Gig interfaces. Depending on the switch, there is a command to breakout the 40Gig to 4 10Gig. And yes you can connect 4 10Gig devices to these cables. They are just like any other 10Gig interface.
Here is an example for the 6ks.
switch# configure terminal switch(config)# interface breakout slot 1 port 1-12 map 10g-4x switch(config)# copy running-config startup-config
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus6000/sw/interfaces/6x/b_6k_Interfaces_Config_Guide_Release_6x/b_6k_Interfaces_Config_Guide_Release_602N12_chapter_0101.html
HTH
01-20-2016 12:34 PM
I believe it's "hardware profile portmode" for Nexus 3K (changing it requires saving the config and reloading the device) - here's how it looks on a 3064X / 3064PQ:
sw0(config)# hardware profile portmode ?
48x10g+4x40g 48x10G+4x40G port mode
52x10g+3x40g 52x10G+3x40G port mode
56x10g+2x40g 56x10G+2x40G port mode
60x10g+1x40g 60x10G+1x40G port mode
64x10g 64x10G port mode
01-20-2016 02:32 PM
Thanks for the info.
I guess because the 3064x is not modular (unlike the 6ks and 5ks), you can only manipulate the 40Gig uplinks..
02-11-2016 02:20 AM
Hi!
Thanks a lot for the answers. Is it possible to determine the QSFP Port that I want to split up?
Best regards,
Mark
02-11-2016 06:21 AM
I've never done it but I can't find any other configuration commands relevant to 40G-10G port conversion, so I don't think you can (choose which 40G ports to split) - that is, the 1x40G profile will split the first 40G port (and give you interfaces Eth1/49/1 to Eth1/49/4), the 2x40G profile will also split the second 40G port (to Eth1/50/1-4) and so on.
02-11-2016 07:49 AM
In deed, I have done
(config)# hardware profile portmode 56x10G+2x40G
and got
interface Ethernet1/49/1
interface Ethernet1/49/2
interface Ethernet1/49/3
interface Ethernet1/49/4
interface Ethernet1/50/1
interface Ethernet1/50/2
interface Ethernet1/50/3
interface Ethernet1/50/4
interface Ethernet1/51
interface Ethernet1/52
Thanks again for the help!
02-11-2016 08:55 AM
Just to correct myself a bit here - it's the "3x40G" profile that will only split the first 40G (thus leaving three 40G ports available)... I got it right about the second one though :).
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