[j-nsp] Channelizing a 40GbE port
Jonathan Call
lordsith49 at hotmail.com
Thu Feb 8 16:28:14 EST 2018
I thought that only controlled the overall speed of the port. But apparently it forces it to a breakout mode. Cool. Thanks.
It seems a best practice is to disable auto-channelization and then force the 10g speed for any breakout?
Jonathan
________________________________
From: Jason Healy <jhealy at logn.net>
Sent: Thursday, February 8, 2018 1:29 PM
To: Jonathan Call
Cc: juniper-nsp at puck.nether.net
Subject: Re: [j-nsp] Channelizing a 40GbE port
On Feb 8, 2018, at 10:46 AM, Jonathan Call <lordsith49 at hotmail.com> wrote:
>
> Juniper has instructions on how to disable auto-channelization on the QFX series, but there doesn't appear to be a way to force (or even encourage) channelization. I have a qfx5100-48t with a QSFP-40G-SR in port 48 and a MTP-4xLC breakout cable connected to a couple of servers. The qfx5100-48t just can't/won't figure out the fact that I want it to channelize.
This is ringing a bell... judging from the comment in my config, have you tried this:
chassis {
fpc 0 {
pic 0 {
/* Must explicitly set speed for fan-out interfaces to be recognized */
port 48 {
channel-speed 10g;
}
}
}
}
Jason
More information about the juniper-nsp
mailing list