1. Enable IS-IS on Routers in Your Network
Action
To enable IS-IS on routers in your network, follow these steps:
- In configuration mode, go to the following hierarchy level:
[edit]user@host#edit protocols isis- Disable Level 1 if appropriate for your network:
[edit protocols isis]user@host#set level 1 disable- Configure the interface:
[edit protocols isis]user@host#edit interfacetype-fpc/pic/portlevellevel-numbermetricmetric- Disable the management interface if you have included the
interface allstatement, as shown in Sample Output 2:[edit protocols isis]user@host#set interfacefxp0.0disable- Include the loopback interface (
lo0) if you have listed all interfaces separately, as shown in Sample Output 1:[edit protocols isis]user@host#set interface lo0.0- Set the loopback interface (
lo0) to passive:[edit protocols isis]user@R1#set interface lo0 passive- Verify and commit the configuration:
user@host#showuser@host#commitSample Output 1
user@R1>editEntering configuration mode[edit]user@R1#edit protocols isis[edit protocols isis]user@R1#set level 1 disable[edit protocols isis]user@host#edit interface all level 2 metric 10[edit protocols isis]user@host#set interface lo0.0[edit protocols isis]user@host#set interface lo0 passive[edit protocols isis]user@R1#showlevel 1 disable;interface so-0/0/0.0;interface so-0/0/1.0;interface so-0/0/2.0;interface lo0.0;passive;}[edit protocols isis]user@R1#commitcommit completeSample Output 2
[edit protocols isis]user@R6#showlevel 1 disable;interface all{level 2 metric 15;}interface fxp0.0{disable;}interface lo0.0 {passive;}What It Means
Sample Output 1 shows that IS-IS Level 1 is disabled, making this a Level 2 router. All routers in the network shown in Figure 1 are running at one IS-IS level (Level 2), therefore default CSPF LSPs can occur.
Because
R1in Sample Output 1 has all IS-IS enabled interfaces listed, including the loopback interface (lo0), you do not need to include thedisablestatement for the management interface (fxp0). All interfaces have unit number0, the default if a unit number is not specified. When you configure an interface at the [edit protocols isis] hierarchy level, and you do not include the logical unit, the default0is appended to the interface name, for example,so-0/0/1.0.Sample Output 2 does not list the interfaces configured with IS-IS; instead, all interfaces are configured, including the loopback interface (
lo0) and the management interface (fxp0). Therefore, you do not need to include a separate statement for the loopback (lo0) interface. However, in this instance, it is best practice to disable the management interface (fxp0) so that IS-IS packets are not sent over it. If you do not disable the management interface (fxp0) when you include theinterface-allstatement, the IS-IS protocol can form adjacencies over the management backbone, but traffic does not flow because transit traffic does not go out of the management interface.Sample Output 2 also shows that all interfaces on
R6are configured with a metric of15. A metric is not required to configure IS-IS on your interfaces. The default metric value is10(with the exception of the loopback [lo0] interface, which has a default metric of0). A metric is included to demonstrate that you can configure a metric for IS-IS if the default (10) is not appropriate for your network.Both sample outputs show the
passivestatement included in the configuration of the loopback (lo0) interface. Including thepassivestatement is considered best practice and ensures the following: