The output from some CLI commands uses the terms SCC and scc (for switch-card chassis) to refer to the TX Matrix platform. Similarly the terms LCC, and lcc as a prefix (for line-card chassis) refer to a T640 routing node in a routing matrix.
T640 routing noticed are assigned LCC index numbers, 0 through 3, depending on the hardware setup to the TX Matrix platform. A routing matrix can have up to four T640 routing nodes, and each T640 routing node has up to eight FPCs. Therefore, the routing matrix can have up to 32 FPCs (0 through 31). The FPCs are configured at the [edit chassis lcc number] hierarchy level.
In the JUNOS CLI, an interface name has the following format:
- type-fpc/pic/port
When you specify the FPC number, the JUNOS software determines which T640 routing node contains the specified FPC based on the following assignment:
To convert FPC numbers in the T640 routing nodes to the correct FPC in a routing matrix, use the conversion chart shown in Table 55. You can use the converted FPC number to configure the interfaces on the TX Matrix platform in your routing matrix.
Table 55: T640 to Routing Matrix FPC Conversion Chart
Some examples include:
- [edit]
- interfaces {
-
- ge-31/0/0 {
-
- unit 0 {
-
- family inet {
- address ip-address;
- }
- }
- }
- }
For more information about the interface-naming conventions for a routing matrix, see the JUNOS Network Interfaces Configuration Guide.