[j-nsp] Channelizing a 40GbE port

Jason Healy jhealy at logn.net
Thu Feb 8 15:29:31 EST 2018


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