Episode 103: Routing Scope — Interior vs. Exterior Routing

In Episode One Hundred and Three of the Network Plus PrepCast, we’re focusing on an essential conceptual layer of routing: the difference between interior and exterior routing protocols. Understanding routing scope helps define where specific protocols are intended to operate, how they behave, and how they interact. Networks are rarely isolated systems. They connect to other networks, service providers, or even the public internet. Routing must scale, adapt, and enforce control based on where data is flowing, and this is why scope matters. Knowing whether a protocol is designed for internal use or external communication is vital for both configuration and troubleshooting.
When we talk about routing scope, we refer to the administrative boundaries within a network. At the most basic level, there are two scopes: interior and exterior. Interior routing occurs within a single organization, often across multiple sites or departments. Exterior routing occurs between separate organizations or networks, typically across the public internet. Choosing the correct protocol for each scope ensures that routers can make efficient path decisions, honor policies, and maintain both speed and stability. This distinction not only simplifies network architecture but also enhances scalability and security in both enterprise and service provider environments.
An Interior Gateway Protocol, or I G P, is used for routing within a single organization’s domain. These protocols are designed for internal communication and are optimized for speed and rapid convergence. I G Ps share routing information across routers under common administrative control. Examples include O S P F, E I G R P, and R I P. Each of these protocols handles path selection, metric calculation, and failure recovery for internal traffic. They operate based on trust, without requiring complex policies or external negotiation. I G Ps are the backbone of LAN and WAN routing inside most enterprise networks.
Let’s explore the most common I G P examples. Open Shortest Path First is a link-state I G P that builds a complete map of the internal network to make intelligent routing decisions based on cost. It supports hierarchical design through the use of areas and converges quickly after changes. Enhanced Interior Gateway Routing Protocol is a Cisco-proprietary hybrid I G P that uses multiple metrics, such as bandwidth and delay, to calculate composite path scores. It’s known for rapid convergence and route summarization. R I P, the oldest of the three, is a distance vector I G P based on hop count, suitable only for small or educational networks.
Exterior Gateway Protocols, or E G Ps, operate between different administrative domains. Their purpose is to manage how routes are exchanged across autonomous systems—collections of routers controlled by different organizations. B G P, or Border Gateway Protocol, is the dominant E G P and is used across the internet. E G Ps enable organizations to connect, share routing information, and enforce complex policies based on business relationships, such as which paths to accept, prefer, or avoid. Unlike I G Ps, which assume trust, E G Ps operate under the assumption that peers may not be fully trustworthy.
Routing domains are defined by administrative boundaries, and they are often associated with Autonomous System numbers, or A S Ns. An A S is a group of routers under common control, typically belonging to one organization or service provider. Each A S is assigned a unique number that identifies it on the global routing table. These boundaries dictate which protocol is used. I G Ps are used within the A S, and B G P is used between A Ses. The presence of multiple A Ses in a network topology means routing behavior, protocol choices, and security policies must reflect these domain boundaries.
B G P serves a unique and powerful role as an E G P. It does not rely on hop count or internal metrics but instead selects routes based on path attributes and administrative policies. The most notable of these is the A S path, which records the sequence of autonomous systems a route has traversed. This helps prevent routing loops and allows organizations to implement route preferences based on external factors. B G P is designed for stability and predictability, ensuring that internet-wide routing decisions do not change abruptly or frequently, even if internal paths change.
One of the biggest differences between I G Ps and B G P is the level of administrative control. Within an I G P, administrators have full control over all routers and the entire routing domain. This allows for consistent policies and predictable behavior. B G P, in contrast, involves negotiation between peers. Each side chooses what routes to advertise or accept based on its own rules and may apply filters or preferences to enforce those decisions. There’s no centralized control in B G P, making its behavior more complex and policy-driven compared to interior protocols.
Convergence behavior is another area where I G Ps and B G P differ significantly. I G Ps are optimized for rapid recovery from changes. They use triggered updates and topology awareness to recalculate paths in seconds or less. B G P, however, prioritizes stability. Its convergence can take minutes, especially when global routing updates are involved. This delay is intentional. It reduces flapping and prevents instability from propagating across the internet. B G P confirms path validity using route attributes and timers, ensuring that only the most stable and trustworthy routes are installed.
Autonomous System numbers are essential to understanding routing scope. Public A S Ns are assigned by regional internet registries and are used when a network participates in global B G P routing. Private A S Ns are used within an organization’s internal B G P configuration and are not propagated across the internet. Each A S acts as a unique identifier for a routing domain and is required for B G P operation. Proper use of A S Ns ensures that routing loops are avoided and that each path across the internet is traceable to its source and destination.
Finally, there is significant interaction between I G Ps and B G P within many organizations. Routes learned through B G P are often redistributed into an I G P so that internal routers can forward traffic properly. Likewise, selected internal routes may be advertised to B G P peers. This redistribution must be handled carefully to avoid loops, route leaks, or conflicts. Route filtering, tagging, and path control mechanisms are essential tools for managing these interactions and ensuring that routing information is consistent and secure across the boundary between interior and exterior protocols.
One of the core differences between interior and exterior routing protocols lies in the metrics they use to make routing decisions. I G Ps such as O S P F, E I G R P, and R I P rely on metrics like hop count, bandwidth, delay, reliability, and cost. These metrics are used to determine the most efficient or optimal path through the internal network. In contrast, B G P does not rely on performance metrics but instead uses administrative attributes to determine routing decisions. These include the A S path length, local preference, origin type, and the multi-exit discriminator. Each of these values influences which path is preferred when multiple routes are available.
While I G Ps aim for speed and accuracy in path selection, B G P focuses on stability and adherence to routing policies. B G P is not optimized for rapid convergence—it’s built for controlled decision-making. The protocol allows administrators to apply routing policies that match business objectives or technical constraints, such as preferring one upstream provider over another or preventing certain prefixes from being advertised externally. These policies can be enforced using route maps, prefix lists, and filter rules, enabling fine-grained control over the flow of traffic between autonomous systems.
Scalability is another major differentiator between interior and exterior routing protocols. I G Ps are typically optimized for environments like local area networks or private wide area networks, where the number of routers and prefixes is limited. Their use of fast convergence and limited scope makes them unsuitable for handling internet-scale routing. B G P, however, was specifically designed for such scalability. It is capable of handling tens of thousands of prefixes, supporting large enterprises and global internet backbones. Each protocol type must be tuned differently to handle its scale, and knowing these differences is key to protocol selection.
When troubleshooting issues in environments where both I G Ps and E G Ps are used, understanding scope boundaries is critical. Problems such as unreachable prefixes, routing loops, or unexpected path selection often stem from misconfigured redistribution or missing filters. Tools such as route maps, prefix lists, and administrative distance settings help control how routes are imported and exported between protocols. Administrators must be able to determine whether an issue is internal—within the I G P domain—or external, involving B G P peers or internet connectivity. Diagnosing these scope-based problems accurately ensures a quicker and more targeted resolution.
Security plays a significant role in managing routing scope. Inside an I G P domain, routers generally trust one another and share all routing information. However, at the boundary between autonomous systems, trust must be earned. B G P peers often filter incoming routes to prevent the advertisement of bogons—invalid or reserved I P ranges—and apply prefix limits to guard against route table overflow. These filters help prevent accidental or malicious route advertisements that could disrupt connectivity. Inside an I G P, simpler controls such as passive interfaces or authentication are used to secure route exchanges between trusted routers.
Multihoming is a common practice that highlights the need for both I G Ps and E G Ps. In a multihomed environment, an organization connects to more than one internet provider for redundancy or load balancing. B G P is used to manage these external routes, selecting the best provider path or advertising preferred prefixes. Inside the organization, an I G P maintains internal path integrity and failover. Together, the protocols ensure both outbound traffic flow and internal consistency. Managing failover and redundancy across these boundaries requires careful planning, route summarization, and path control logic.
Choosing which protocol or scope to apply depends on the size of the organization, the level of control required, and whether external connectivity is involved. A small business with a single I S P and one or two routers might not need B G P at all. A medium-sized enterprise with branch offices and multiple I S P connections may need to run both O S P F and B G P in different parts of the network. A global provider with thousands of prefixes and peer agreements must rely heavily on B G P for external routing and enforce strict internal routing policies using I G Ps like O S P F or E I G R P.
In summary, understanding routing scope helps clarify which protocol to use, where to use it, and how protocols interact at the edges of administrative domains. Interior Gateway Protocols provide fast, scalable, and trusted routing within an organization, relying on performance-based metrics and full administrative control. Exterior Gateway Protocols like B G P support route exchange between independent systems using policies, attributes, and path verification to maintain stability and enforce control. Successful network design requires proper separation, coordination, and integration of these routing domains.
To conclude, the distinction between interior and exterior routing protocols is essential for both certification and real-world implementation. Interior Gateway Protocols like O S P F, E I G R P, and R I P handle communication within a single administrative domain using performance metrics and rapid convergence. Exterior Gateway Protocols—primarily B G P—manage connectivity between autonomous systems with a focus on policy, stability, and scalability. Recognizing the scope of each protocol and their roles in enterprise and internet routing is key to designing, managing, and troubleshooting modern network infrastructure.

Episode 103: Routing Scope — Interior vs. Exterior Routing
Broadcast by