Description

In some scenarios this may cause some confusion as the customer can put the configuration to have 1gb interfaces under chassis hierarchy and 1gb interfaces will show as up/down.

Symptoms

1GB ports not coming online.

Solution

We should set the interfaces under chassis as 10gb ports and then set the speed directly under the interface.

 

Example:

 

  port 6 {

        speed 1G; -> wrongly set under chassis.

      }

 

Move this port to be a 10g port,

 

Then set interface speed under following hierarchy,

 

[edit interfaces intf-name gigether-options]

 

Example:

 

set interfaces xe-0/1/6 gigether-options speed 1g

Modification History

2023-12-27 : Article Created