Step 2: Check the Configuration of a Level 1 Router
Action
To check the configuration of a Level 1 router, enter the following CLI commands:
user@host# [edit protocols isis]showuser@host# [edit protocols isis]run show isis interfaceuser@host# [edit]edit interfacesuser@host# [edit interfaces]showSample Output:
The following sample output is for
R4, a Level 1 router in the network shown in Figure 7:[edit protocols isis]user@R4#showlevel 2 disable;interfaceso-0/0/2.0{level 1 metric 10;}interface fxp0.0 {disable;}interface lo0.0;[edit protocols isis]user@R4#run show isis interfaceIS-IS interface database:Interface L CirID Level 1 DRLevel 2DR L1/L2 Metriclo0.0 0 0x1 Passive Passive 0/0so-0/0/2.0 1 0x1 Point to PointDisabled10/10[edit interfaces]user@R4#showso-0/0/2 {unit 0 {family inet {address 10.1.45.1/30;}family iso;}}lo0 {unit 0 {family inet {address 10.0.0.4/32;}family iso {address 49.0001.1000.0000.0004.00;}}}What It Means
The sample output shows a basic configuration of IS-IS on
R4, a Level 1 router. The basic configuration is at the [edit protocols isis] and [edit interfaces] hierarchy levels.At the [
edit protocols isis] hierarchy level, three interfaces are included:so-0/0/2.0,fxp0,and the loopback (lo0) interface. Level 2 is disabled on the router, making it a Level 1 router that sends packets within its local area,49.0001. When a packet destination is outside the local area,R4establishes an adjacency with the nearest Level 1/Level 2 router (R5) that forwards the packets. For more information on adjacencies, see Display the Status of IS-IS Adjacencies.One interface,
so-0/0/2.0, is configured for IS-IS. The management interface (fxp0) is disabled so that IS-IS packets are not sent over it, and the loopback interface (lo0) is included because it becomes a point of connection from the router to the IS-IS network.At the [
edit interfaces] hierarchy level, the interface included in the[edit protocols isis] hierarchy level is also configured withfamily iso, and the loopback (lo0) interface is configured with the NET address of49.0001.1000.0000.0004.00. Every router in an IS-IS network must have at least one NET address that identifies a point of connection to the IS-IS network. The NET address is generally configured on the loopback(lo0) interface. Routers that participate in multiple areas can have multiple NET addresses.See the JUNOS Routing Protocols Configuration Guide for more information on configuring IS-IS on a router.