Intermediate System to Intermediate System (IS-IS, also written ISIS) is a link-state interior gateway protocol (IGP), typically deployed within a single autonomous system, and is used in large enterprise and service-provider networks to exchange routing information. The IS-IS protocol is defined in ISO/IEC 10589:2002 as an international standard in the Open Systems Interconnection (OSI) model.
IS-IS operates by flooding link-state information through a network of routers. Each IS-IS router builds its own link-state database (LSDB) by collecting the flooded link-state information from other routers. Like Open Shortest Path First (OSPF), IS-IS uses Dijkstra's algorithm for computing the shortest paths through the network. Packets (datagrams) are then forwarded along the computed shortest paths to their destinations.
Contents
History
IS-IS was developed by Digital Equipment Corporation as part of DECnet Phase V. The Internet Engineering Task Force (IETF) published an IS-IS specification in 1990, but that RFC was retracted and marked "historic" because it republished a draft rather than a final version of the International Organization for Standardization (ISO) standard (causing confusion).
The protocol was standardised by ISO in 1992 as ISO 10589 for use between Intermediate Systems rather than end systems or hosts. It was intended to make the routing of datagrams possible using the ISO-developed OSI protocol stack Connectionless-mode Network Service (CLNS). IS-IS was developed at roughly the same time that the Internet Engineering Task Force IETF]] was developing a similar protocol, OSPF. It was later extended to support the routing of datagrams in the Internet Protocol (IP), the network-layer protocol of the global Internet. This extension is known as Integrated IS-IS. By 2005, IS-IS had become the de facto standard for large service-provider network backbones.
Terminology
The ISO IS-IS standard defines its terminology for network components, some of which differs from terms usually found in the industry:
Intermediate System: A router
Designated Intermediate System: An IS selected to represent other ISs on a shared circuit
End System (ES): A host (or device) that does not participate in routing
Circuit: A layer-2 broadcast domain, such as a point-to-point link or a Local area network (LAN)
Adjacency: A neighboring IS with which an IS exchanges routing information
Type–length–value (TLV): Link-state information is encoded into TLVs and packed into one (or more) Link State PDUs (LSPs).
Link State PDU: IS-IS packets used for sharing link-state information
Packet types
IS-IS operates over a broadcast (LAN) and point-to-point network links. Adjacencies are formed between neighboring routers to exchange routing information.
IS-IS Hello PDU (IIH)
IS-IS Hello PDUs are exchanged periodically to establish and maintain adjacencies. On broadcast networks, a Designated Intermediate System (DIS) is elected based on interface priority and system ID. This hello packet will be sent separately for Level 1 or Level 2. There are three IS-IS hello packets, depending on the circuit type:
LAN L1 (PDU type 15)
LAN L2 (PDU type 16)
P2P (PDU type 17) On point-to-point links, there are no separate hello packets per level like there are on broadcast links. Unlike OSPF, IS-IS does not require matching hello intervals, although significant mismatches may affect adjacency stability.
Link State PDU (LSP)
This contains the routing information. The LSP contains fields (type–length–values, or TLVs), which contain the routing data. Each LSP has an LSP ID, and consists of a System ID, Pseudonode ID and Fragment ID. In an LSP with an ID of 1921.6820.0002.02-01,
1921.6820.0002 is the System ID (which generated this LSP),
02 is the Pseudonode ID, and
01 is the Fragment ID.
If the Pseudonode ID is zero, it represents a real intermediate system. Any non-zero value means that the LSP is generated by a DIS (Pseudonode).
If an LSP exceeds the maximum transmission unit (MTU), it is fragmented into multiple LSPs distinguished by a Fragment ID. Fragment numbering begins at zero; an unfragmented LSP consists of a single fragment (ID 0), and additional fragments are assigned incrementing identifiers.
Addressing and NET
Unlike most IP routing protocols, IS-IS operates directly over Layer 2 rather than relying on Layer 3 for transport and does not use IP addresses to identify interfaces. It identifies interfaces using Layer 2 addresses such as Mac addresses on Ethernet, and identifies routing nodes using ISO network addresses. Each Intermediate System is assigned a Network Entity Title (NET), which is a NSAP address used to identify the router in the IS-IS routing domain. A NET is an NSAP used as a Network Entity Title where the NSEL field is set to zero. The System ID field is commonly set to a unique IPv4 address from one of the router’s loopback interfaces. An intermediate system can have up to three NET addresses. The NET consists of Area, System ID and NSEL fields. The Area field consists of an AFI (Address Family Identifier) and an Area ID, and can be one to 13 bytes long. The System ID is six bytes long, and the NSEL is one byte. The fields of the ISO Network Address "49.0100.1921.6821.1138.00" are:
49 is the AFI, the private address space similar to RFC1918 for IPv4
0100 is the Area ID
49.0100 is the Area
1921.6821.1138 is the System ID
00 is the NSEL, which must be zero. Routers will not form adjacencies with routers with a non-zero NSEL in their NET, since that field is only used by the NSAP.
Hostname resolution
When administering large networks, using IP addresses directly can be inconvenient. In large networks, routers are often identified using hostnames such as "if-bundle-22-2.qcore1.pye-paris.as6453.net", which may encode location and topology information. Routers are identified by IP addresses and hostnames are resolved externally using the Domain Name System (DNS) in many routing protocols. Because IS-IS operates directly over the data link layer rather than over IP, hostname mappings can be distributed within the protocol. IS-IS link-state PDUs may include Type-Length-Value 137 (TLV 137), which advertises a hostname associated with an IS-IS System ID derived from the router's NET.
Areas and levels
Similar to OSPF, IS-IS employs the concept of areas to divide the network. This reduces the overall burden on routers in the network by only requiring them to have complete link-state information for their area. In IS-IS, ISs operate at Level 1, Level 2, or Level 1/Level 2. Level 1 routers are internal to an area, and only maintain a link-state database (LSDB) for that area. Level 2 routers form the backbone of an IS-IS network, and route traffic between areas. They maintain a separate Level 2 LSDB for inter-area routing. Level 2 routers must be contiguous; their network must be fully internally routable, without crossing into different areas. Level 1/Level 2 routers are on the boundary between Level 1 and Level 2 routers; they participate in intra- and inter-area routing, maintaining separate Level 1 and Level 2 LSDBs.
When a Level 1 router needs to send traffic to a destination outside its area, it directs it to a Level 1/Level 2 router. Level 1/Level 2 routers advertise their status as boundary routers by setting the Attached Bit (ATT) in its Level 1 LSP. Routers receiving this LSP will add a default route to the origin of the LSP. External routes may be redistributed into Level 1 areas via Level 1/Level 2 routers. By default, external routes are not advertised into the Level 2 backbone; redistribution into Level 2 must be configured on Level 1/Level 2 routers.
Attribute bits in LSPs
IS-IS LSPs contain information about the LSP in the attribute block of the eight-bit LSP header:
P bit – The partition-repair bit (eighth bit) indicates if a partitioned Level 1 area can be repaired (joined) over the Level 2 area. Modern deployments of IS-IS generally do not support partition repair, and will not set the P bit.
ATT bit – The attached bit (seventh to fourth bits) indicates if the originating router is attached to another area. If these bits are set by the Level 1/Level 2 router in its Level 1 LSP, other routers in the Level 1 area will automatically generate a default route to the originator. The four ATT bits represent the Error, Expense, Delay and Default metrics, respectively. Only the fourth (default) ATT bit is generally used, since typical IS-IS networks only use the Default (cost) metric.
OL bit – The overload bit (third bit) indicates if the router is overloaded. If this bit is set, the router will not be forwarded traffic but will remain reachable. It can be set automatically by a router under heavy load, or intentionally by an administrator. Operators commonly use the overload bit during maintenance to temporarily prevent traffic from being forwarded through a router. It may also be set while a router waits for dependent protocols, such as Border Gateway Protocol (BGP), to establish neighborship before allowing traffic to be routed to itself. IS-IS converges faster than some dependent protocols, and a router that becomes available before another dependent routing protocol converges could become a traffic black hole.
An example of this behavior is a provider edge router running an MPLS VPN with IS-IS and BGP. After the router boots, it establishes IS-IS adjacency before it finishes establishing BGP neighborship with other routers. When BGP is finished establishing neighborship, the overload bit is cleared and this router joins the MPLS VPN.
IS type bits – 2nd and 1st bits, indicate the IS type of the originator. It can be Level 1 only, Level 2 only, or Level 1/Level 2.
01 – Level 1
Metrics
When IS-IS was introduced, the default type–length–value (TLV) formats for IS reachability (TLV 2) and IP reachability (TLVs 128 and 130) used a six-bit link metric field with a maximum value of 63 and a 10-bit path metric field with a maximum value of 1023. As network scale and link speeds increased, these metric limitations became restrictive for larger topologies. To address this, new TLVs were introduced: TLV 22 for extended IS reachability and TLV 135 for extended IP reachability. These extensions increase the supported link metric to 24 bits (maximum value 16,777,215) and the path metric to 32 bits (maximum value 4,294,967,295). Metrics without TLV 22 and 135 are known as "narrow", and metrics that include them are known as "wide". Wide and narrow metrics may be configured independently on a per-level basis.
Adjacency formation
Compared to OSPF, IS-IS adjacency formation rules are simpler and depend primarily on the router's level. Level 1 routers form adjacencies only with other Level 1 or Level 1/Level 2 routers in the same area. Level 2 routers form adjacencies with other Level 2 or Level 1/Level 2 routers, regardless of area. Level 1/Level 2 routers may form Level 1 adjacencies with Level 1 or Level 1/Level 2 routers in the same area and Level 2 adjacencies with Level 2 or Level 1/Level 2 routers, regardless of area. Level 1 adjacencies require matching area addresses, but Level 2 adjacencies are formed independently of area membership.
Broadcast segments and designated intermediate system
Like OSPF, all routers in a broadcast domain need to form adjacencies and exchange LSPs so there are
n
2
{\displaystyle n^{2}}
adjacencies for each router in the domain. To overcome this issue, a designated intermediate system (DIS) is elected on each LAN segment. The router with the highest priority and System ID is elected as the DIS; if another router is connected with a higher priority (or higher System ID, if the priorities are equal), it will be elected as the new DIS. Instead of each router forming an adjacency with every other router in the broadcast domain, each router forms an adjacency with the DIS, and the DIS becomes responsible for relaying LSPs to the subordinate routers in a hub-and-spoke topology.
An elected DIS router is a pseudonode, which uses the resources (including System ID) of one router. LSPs originated by a DIS always have a non-zero Pseudonode ID field. The DIS will send periodic CSNPs on the LAN segment and reply to PSNPs from other routers. If the DIS stops communicating, a new DIS will be elected in the segment.
Authentication
IS-IS supports authentication of protocol data units (PDUs), including IIH (IS-IS Hello), link-state PDUs (LSPs), and sequence-number PDUs (SNPs). Authentication may be configured on a per-interface and per-level (Level 1 or Level 2) basis. Authentication mechanisms include simple password authentication and cryptographic authentication using HMAC MD5 and SHA variants.
IPv6 support and multi-topology
Unlike OSPF, which operates at Layer 3, IS-IS encapsulates its PDUs into Layer 2 frames and does not depend on Layer 3 protocols such as IPv4 or IPv6. To support IPv6 routing information, TLV 232 for IPv6 interface address and TLV 236 for IPv6 reachability were added. To display supported Layer 3 protocols (also known as NLPID, or Network Layer Protocol ID), TLV 129 is used. IPv4 has a code here of 0xCC, and IPv6 has a code of 0x8E. The IPv4 and IPv6 topologies may not overlap due to misconfiguration or lack of support for IPv6 by routers in the network. In that situation, multi-topology support is added to IS-IS. TLV 229 was added to indicate support for multi-topologies such as IPv4 and IPv6 unicast. If multi-topology is enabled, IS-IS will calculate separate SPF trees for IPv4 and IPv6. This uses twice the resources, but prevents traffic black holes. When multi-topology is enabled, IS-IS will use TLV 222 for IS reachability, TLV 235 for IP reachability and TLV 236 for IPv6 reachability.
Path selection
IS-IS computes the shortest paths by running Dijkstra's algorithm independently on each link-state database (LSDB): once for Level 1 and once for Level 2. Each router builds its own shortest-path tree from its position in the network. Path cost is the sum of the individual link metrics along the path; the lowest cost wins. When multiple paths to the same destination have the same cost, IS-IS can install all of them in the routing table for load balancing. This capability is known as equal-cost multipath (ECMP). When a router learns the same destination prefix from multiple sources (from Level 1 and Level 2 or internal and external routes, for example), IS-IS applies a fixed preference order. With narrow metrics (TLVs 128 and 130), the preference order is:
Wide metrics (TLV 135 for IPv4, TLV 236 for IPv6) do not support the internal-external metric distinction. RFC 7775 defines a separate preference order for these TLVs:
BFD support
IS-IS uses Hello packets (IIH) to share information about routers and establish adjacencies. Hello packets also help detect faults between neighboring routers. Fault detection can be sped up by lowering the hello packet transmission intervals, but this increases CPU load. As an alternative, Bidirectional Forwarding Detection (BFD) can be used. BFD is a low-overhead fault-detection protocol that operates independently of the routing protocol and can provide sub-second detection with minimal impact on CPU.
Other uses
IS-IS is the base for the control plane in Shortest Path Bridging (SPB). SPB enables equal-cost multipath routing among Ethernet switches in a mesh topology; Ethernet frames are forwarded along multiple load-balanced, service-specific paths, which are all equally short. To support this, SPB extends IS-IS with new TLVs.
Related protocols
Fabric Shortest Path First (FSPF)
Transparent Interconnection of Lots of Links (TRILL)