[Contents] [Prev] [Next] [Index] [Report an Error]

Option: Configuring Chassis-Specific Statements

You can configure PIC-specific features, such as SONET/SDH framing, on specific T640 routing nodes within the routing matrix. To do so, include the lcc lcc-number statement at the [edit chassis] hierarchy level and specify the chassis-specific feature to configure.

[edit]
chassis {
lcc lcc-number {
fpc slot-number { # Use the T640 routing node FPC hardware slot number.
pic pic-number {
...
}
}
}
}

Note: When you include statements at the [edit chassis lcc lcc-number] hierarchy level, specify the actual FPC hardware slot number as labeled on the T640 routing node chassis. Do not use the routing matrix-based FPC number shown in Table 2.

By default, the JUNOS software allows all T640 routing nodes in the routing matrix to come online. Optionally, you can configure the TX Matrix platform to generate an alarm if the T640 routing nodes in the routing matrix do not come online. To configure, include the online-expected statement at the [edit chassis lcc number] hierarchy level on the TX Matrix platform.

[edit chassis lcc number]
online-expected;

If you do not want a T640 routing node to be part of the routing matrix, you can configure it to be offline. This is useful when you are performing maintenance on a T640 routing node. To configure a T640 routing node so that it is offline, include the offline statement at the [edit chassis lcc number] hierarchy level.

[edit chassis lcc number]
offline;

When you are ready to bring the T640 routing node back online, delete the offline configuration statement at the [edit chassis lcc number] hierarchy level.

Note: If you do not configure the online-expected or offline statement, any T640 routing node that is part of the routing matrix is allowed to come online. However, if a T640 routing node does not come online, the TX Matrix platform does not generate an alarm.

For more information about chassis-specific statements, see the JUNOS System Basics Configuration Guide.

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error]