Hello

I’m trying to setup  3 100G ports on MX204 according this document:

https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/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 juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to