Description

This article provides explanation on the below log message,

chassisd[18842]: stout_pic_port_profile_isvalid: Port profile is invalid: FPC 5 PIC 0 port 0 has wrong speed config. Check port speed capabilities via 'sh

Solution

An alarm and an error message will be generated if wrong port is configured as 100g port as below.

 

In below example, port 0 is configured as 100g port however only ports 2 and 5 can be configured as 100g.

 

[edit chassis fpc 5 pic 0]
root@b01-17# set port 0 speed 100g

 

[edit chassis fpc 5 pic 0]
root@b01-17# show
port 0 {
    speed 100g;
}
port 1 {
    speed 40g;
}
port 3 {
    speed 40g;
}

 

[edit chassis fpc 5 pic 0]
root@b01-17# commit
commit complete

 

An alarm stating "Invalid port profile configuration" will be generated and also a log messages wil be generated stating "wrong speed config" as below,

 

root@b01-17> show chassis alarms
3 alarms currently active
Alarm time               Class  Description
2025-05-19 17:30:29 PDT  Minor  FPC 5 PIC 0 Invalid port profile configuration
2025-05-13 14:33:44 PDT  Major  Host 1 fxp0 : Ethernet Link Down
2025-05-12 16:34:23 PDT  Minor  CB Fabric Throughput Decreased

 

May 19 17:30:29  b01-17 chassisd[18842]: stout_pic_port_profile_isvalid: Port profile is invalid: FPC 5 PIC 0 port 0 has wrong speed config. Check port speed capabilities via 'sh
ow chassis pic fpc-slot <> pic-slot <>' command.
May 19 17:30:29  b01-17 alarmd[21960]: Alarm cleared: PIC id=385877367, color=YELLOW, class=CHASSIS, reason=FPC 5 PIC 0 Need bounce
May 19 17:30:29  b01-17 craftd[18845]: Minor alarm cleared, FPC 5 PIC 0 Need bounce
May 19 17:30:29  b01-17 fpc6 HSL2: CMT: MPC7 config not found for chassis type 34 and hsl type 0
May 19 17:30:29  b01-17 craftd[18845]:  Minor alarm set, FPC 5 PIC 0 Invalid port profile configuration
May 19 17:30:29  b01-17 alarmd[21960]: Alarm set: PIC id=402654583, color=YELLOW, class=CHASSIS, reason=FPC 5 PIC 0 Invalid port profile configuration

 

Change the port configuration to match the right speed.

 

[edit chassis fpc 5 pic 0]
root@b01-17# set port 0 speed 40g

Alarm will get cleared,

root@b01-17> show chassis alarms
3 alarms currently active
Alarm time               Class  Description
2025-05-20 10:57:23 PDT  Minor  FPC 5 PIC 0 Need bounce
2025-05-13 14:33:44 PDT  Major  Host 1 fxp0 : Ethernet Link Down
2025-05-12 16:34:23 PDT  Minor  CB Fabric Throughput Decreased

 

 

Modification History

v1