The Foundation Summary provides a convenient review of many key concepts in this chapter. If you are already comfortable with the topics in this chapter, this summary might help you recall a few details. If you just read this chapter, this review should help solidify some key facts. If you are doing your final prep before the exam, the following lists and tables are a convenient way to review the day before the exam.
Table 9-4 outlines similarities between Integrated IS-IS and OSPF.
IS-IS | Comparable OSPF Tool |
---|---|
Area | Stub area |
Area ID | Area ID |
Level 2 | Area 0 |
IS (intermediate system) | Router |
ISO Routing Domain | Autonomous system |
Level 1 Router | Internal nonbackbone stub area router |
Level 1-2 Router | Area border router (ABR) |
Level 2 Router | Backbone router |
LSP (link-state packet) | LSA (link-state advertisement) |
CSNP and PSNP (complete and partial sequence number PDUs) | Link-state acknowledgement packet |
PDU (protocol data unit) | Packet |
NET (network entity title) | IP destination address (subnet and host), used in a similar way to router ID |
NSAP (network service access point) | IP destination address + IP protocol number |
Routing technology = link state | Routing technology = link state |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Subnet = data link | Subnet = IP network |
SNPA (subnetwork point of attachment) | Layer 2 address; for example, the Ethernet MAC address |
System ID | Router ID |
Virtual link (defined but not supported) | Virtual link |
Figure 9-5 shows the format of an ISO address.
IDP | DSP | |||
---|---|---|---|---|
AFI (1 octet) | IDI | High Order DSP | System ID (1-8 octets) | NSEL (1 octet) |
AREA | ID | SEL |
For an adjacency to be formed and maintained, both interfaces must agree on the following:
The maximum packet size (MTU).
A common routing level (Level 1 or Level 2) so that they can decode the Hellos sent by the other router.
If Level 1, routers must be in the same area.
A unique system ID.
If authentication is configured, it must be configured identically on both routers.
There are three Integrated IS-IS packets, as the following list describes:
Hello— Hellos create and maintain neighbor relationships.
LSP— LSPs hold information on the neighbors connected to the router. There are two types of LSP, one for each routing level.
Sequence number packet (SNP)— SNPs describe the LSPs in the transmitting router's link-state database. The information is condensed and never flooded but only sent between neighbors. SNPs ensure link-state database synchronization by
- Distributing groups of LSPs on a LAN without explicit individual acknowledgements
- Acknowledging individual LSPs
- Requesting LSPs at startup
There are two types of SNP for each level of routing:
The routing process is divided into four stages:
The update process
The decision process
The forwarding process
The receive process
Some typical area designs include the following:
A totally flat network that uses only Level 1 routing.
A totally flat network using only Level 2 routing. As the network expands, Level 1 areas may be added.
A totally flat network using the Cisco default configuration of every router running Level 1-2 routing.
A hierarchical network where the core is running Level 2 routing with Level 1 areas connecting into the core. Level 1-2 routers are used to connect the areas.
Integrated IS-IS does not have a point-to-multipoint configuration option. The alternatives are as follows:
Configure the link as multipoint, creating a broadcast environment that requires the election of a DIS.
Configure the interfaces with subinterfaces that are point-to-point.