And then you need to reboot the PIC!

At least on the MX10003 you do.

-----Original Message-----
From: juniper-nsp [mailto:[email protected]] On Behalf Of 
Jason Lixfeld
Sent: 09 October 2018 13:11
To: Łukasz Trąbiński <[email protected]>
Cc: [email protected]
Subject: Re: [j-nsp] MX204 Invalid port profile configuration

Hi,

https://www.juniper.net/documentation/en_US/junos/topics/concept/rate-selectability-overview.html

I ran into this too, and my interpretation of the above on why it didn’t work 
is that if you set rate selectability in PIC mode, all ports on the PIC are set 
to the same speed, so you’ve assigned all 400G of available bandwidth to PIC0.  
Even though you’ve set number-of-ports to 3 on PIC0, it doesn’t have the 
intended effect.

The way to do it it seems is to set rate selectability per port:

pic 0 {
    port 0 {
        speed 100g;
    }
    port 1 {
        speed 100g;
    }
    port 2 {
        speed 100g;
    }
}
pic 1 {
    port 0 {
        speed 10g;
    }
    port 1 {
        speed 10g;
    }
    port 2 {
        speed 10g;
    }
    port 3 {
        speed 10g;
    }
    port 4 {
        speed 10g;
    }
    port 5 {
        speed 10g;
    }
    port 6 {
        speed 10g;
    }
    port 7 {
        speed 10g;
    }
}

> On Oct 9, 2018, at 6:27 AM, Łukasz Trąbiński <[email protected]> wrote:
> 
> Hello
> 
> I’m trying to setup  3 100G ports on MX204 according this document:
> 
> https://www.juniper.net/documentation/en_US/junos/topics/task/configur
> ation/chassis-mx204-rate-select-configuring.html
> 
> router> show configration chassis
> fpc 0 {
>       pic 0 {
>       pic-mode 100G;
>       number-of-ports 3;
>       }
>       pic 1 {
>       pic-mode 10G;
>       number-of-ports 8;
>       }
> }
> 
> I have also set something like this:
> 
> [edit chassis fpc 0 pic 0]
> user@host# show
> port 0 {
>    speed 100g;
> }
> port 1 {
>    speed 100g;
> }
> port 2 {
>    speed 100g;
> }
> port 3 {
>    speed 10g;
> }
> 
> 
> But, I still have alarms (show chassis alarm)
> Minor FPC 0   PIC 1   Invalid port profile configuration
> 
> How to setup 100G ports on fpc0? 
> 
> Any idea?
> 
> 
> 
> 
> 
> 
> _______________________________________________
> juniper-nsp mailing list [email protected] 
> https://puck.nether.net/mailman/listinfo/juniper-nsp

_______________________________________________
juniper-nsp mailing list [email protected] 
https://puck.nether.net/mailman/listinfo/juniper-nsp
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to