![]() ![]() |
7.5 | ![]() |
Configuration of Integrated IS-IS | |
7.5.2 | ![]() |
Multiarea Integrated IS-IS configuration |
This section explores a simple multi-area
Integrated IS-IS scenario.
![]() ![]()
By default, Cisco IOS enables both L1 and L2 operations on IS-IS routers. If a router is to operate only as an area router, or only as a backbone router, this can be specified by entering the is-type command in IS-IS router configuration mode. To specify that the router will act only as an area or L1 router, specify is-type level-1. To specify that the router will act only as a backbone or L2 router, specify is-type level-2-only. Rtr-A and Rtr-D use the is-type level-1 command. Although the router may be an L1L2 router, it may be required to only establish L1 adjacencies over certain interfaces and only L2 adjacencies over other interfaces. The interface command isis circuit-type can specify either level-1 or level-2-only. If this is not specified, the IOS will attempt to establish both types of adjacencies over the interface. The Rtr-C configuration uses the isis circuit-type command. Notice that L1 adjacencies cannot form between areas. No isis circuit-type command was applied to interface Fa0/0 on Rtr-B. The optimal configuration would include the isis circuit-type level-1 command on this interface so as to avoid an attempt by Rtr-B to form an L2 adjacency with Rtr-A. This would fail anyway because Rtr-A is configured with the IS-IS router mode command is-type level-1. Unlike some other IP protocols, IS-IS takes no account of line speed or bandwidth when setting its link metrics. All interfaces are assigned a metric of ten (10). To change this value, use the interface command isis metric <value> level-1|level-2. The metric can have different values for Level 1 and Level 2 over the same interface. The isis metric interface command is not used in the scenario presented in this section. The show clns
command indicates Rtr-B is running IS-IS in IP only mode.
The show isis database
output demonstrates the automatic setting of the attached bit (ATT) by
the L1L2 router, Rtr-B. This indicates to the L1 routers that it is a
potential exit point for the area.
The show clns traffic
output allows CLNS traffic statistics to be analyzed. For this command
output, keep the following in mind:
The debug isis spf-triggers
command is useful for determining the cause, or trigger, for an SPF
calculation.
Figure
|