Prefix Suppression
Load isis.cfg
Configure ISIS so that only the loopbacks are advertised into the IGP. Only use interface-level commands on R2 and XR2.
Answer
Explanation
Previously, routers advertised their loopback (using the passive-interface Lo0 command) and their directly connected interface network on all interfaces that had ISIS activated:
In ISIS, the link address is not part of the underlying topology. It is simply advertised as an additional prefix in the IP reachability TLV. By configuring advertise passive-only we instruct the router to suppress all prefixes except for the passive interfaces, which in our case is only Lo0.
This can be done on a router-by-router basis. It does not need to match within the network.
The question might arise then: How does R2 have the correct nexthop for R1’s loopback? We don’t see R1 advertising its nexthop anywhere in the LSP. The answer is that R1 advertises its interface address in the Hello. This is how R2 knows what to use for the nexthop to 1.1.1.1.
Last updated