Which ospf router or routers would require the following command to define a stub area?

IGPs: RIP, OSPF, and IS—IS

Walter Goralski, in The Illustrated Network, 2009

OSPF Router Types and Areas

OSPFv2 introduced areas as a way to cut down on the size of the link-state database, the amount of information flooded, and the time it takes to run the SPF algorithm, at least on areas other than the special backbone area.

An OSPF area is a logical grouping of routers sharing the same 32-bit Area ID. The Area ID can be expressed in dotted decimal notation similar to an IP address, such as 192.168.17.33. The Area ID can also be expressed as a decimal equivalent, so Area 261 is the same as Area 0.0.1.5. When the Area ID is less than 256, usually only a single number is used, but Area 249 is still really Area 0.0.0.249.

There are five OSPF area types. The position of a router with respect to OSPF areas is important as well. The area types are shown in Figure 14.5.

Which ospf router or routers would require the following command to define a stub area?

FIGURE 14.5. OSPF area types, showing the various ways that areas can be given numbers (decimal, IP address, or other). Note that ABRs connect areas and ASBRs have links outside the AS or to other routing protocols.

The OSPF Area 0 (0.0.0.0) is very special. This is the backbone area of an OSPF routing domain. An OSPF routing domain (AS) can consist of a single area, but in that case the single area must be Area 0. Only the backbone area can generate the summary routing topology information that is used by the other areas. This is why all interarea traffic must pass through the backbone area. (There are backdoor links that can be configured on some routers to bypass the backbone area, but these violate the OSPF specification.) In a sense, the backbone area knows everything. Not so long ago, only powerful high-end routers could be used on an OSPF backbone. On the Illustrated Network, each AS consists of only an Area 0.

If an area is not the backbone area, it can be one of four other types of areas. All of these areas connect to the backbone area through an Area Border Router (ABR). An ABR by definition has links in two or more areas. In OSPF, routers always form the boundaries between areas. A router with links outside the OSPF routing domain is called an autonomous system boundary router (ASBR). Routing information about destination IP addresses not learned from OSPF are always advertised by an ASBR. Even when static routes, or RIP routes, are redistributed by OSPF, that router technically becomes an ASBR. ASBRs are the source of external routes that are outside of the OSPF routing domain, and external routes are often very numerous in an OSPF routing domain attached to the global Internet. If a router is not an ABR or ASBR, it is either an internal router and has all of its interfaces within the same area, or a backbone router with at least one link to the backbone. However, these terms are not as critical to OSPF configurations as to ABRs or ASBRs. That is, not all backbone routers are ABRs or ASBRs; backbone routers can also be internal routers, and so on.

Non-backbone, Non-stub Areas

These areas are really smaller versions of the backbone area. There can be links to other routing domains (ASBRs) and the only real restriction on a non-backbone, non-stub area is that it cannot be Area 0. Area 11 in Figure 14.5 is a non-backbone, non-stub area.

Stub Area

Stub areas cannot have links outside the AS. So there can be no ASBRs in a stub area. This minimizes the amount of external routing information that needs to be distributed into the link-state databases of the stub area routers. Because an AS might be an ISP on the Internet, the number of external routes required in an OSPF routing domain is usually many times larger than the internal routes of the AS itself. Stub area routers only obtain information on routes external to the AS from the ABR. Area 1.17 in Figure 14.5 is a stub area.

Total Stub Area

This is also called a “totally stubby area.” Recall that stub areas cannot have ASBRs within them, by definition. But stub areas can only reach other ASBRs, which have the links leading to and from other ASs, through an ABR. So why include detailed external route information in the stub area router's link-state database? All that is really needed is the proper default route as advertised by the ABR. Total stub areas only know how to reach their ABR for a route that is not within their area. Area 24 in Figure 14.5 is a total stub area.

Not-So-Stubby Area

Banning ASBRs from stub areas was very restrictive. Even the advertisement of static routes into OSPF made a router an ASBR, as did the presence of a single LAN running RIP, if the routes were advertised by OSPF. And as ISPs merged and grew by acquiring smaller ISPs, it became difficult to “paste” the new OSPF area with its own ASBRs onto the backbone area of the other ISP. The easiest thing to do was to make the new former AS a stub area, but the presence of an ASBR prevented that solution. The answer was to introduce the concept of a not-so-stubby area (NSSA) in RFC 1587. An NSSA can have ASBRs, but the external routing information introduced by this ASBR into the NSSA is either kept within the NSSA or translated by the ABR into a form useful on the backbone Area 0 and to other areas. Area 10.0.0.3 in Figure 14.5 is an NSSA.

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9780123745415500213

Advanced Routing Configuration

Andrew Hay, ... Warren Verbanec, in Nokia Firewall, VPN, and IPSO Configuration Guide, 2009

As mentioned in step 5 of the “Stepping through the Initial OSPF Configuration” section, you must configure a virtual link for any area that does not connect directly to the backbone area. You configure the virtual link on both the ABR for the discontiguous area and another ABR that connects to the backbone. The virtual link acts like a point-to-point link.

Which ospf router or routers would require the following command to define a stub area?

The routing protocol traffic that flows along the virtual link uses intra-area routing only.

1

Create an area that does not connect directly to the backbone area, and configure an interface to be in that area.

2

In the Add A New Virtual Link field, enter the router ID of the remote endpoint of the virtual link.

3

Select the transit area from the drop-down box. This is the area that connects both to the backbone and to the discontiguous area. Additional fields will appear.

4

Configure the following parameters for the virtual link:

1

Hello interval Length of time, in seconds, between hello packets that the router sends on the interface. For a given link, this field must be the same on all routers, otherwise adjacencies do not form. The default hello interval value is 30 seconds.

2

Dead interval Number of seconds after the router stops receiving hello packets that it declares the neighbor is down. For a given link, this value must be the same on all routers, or adjacencies do not form. The value must not be zero and must fall within the range of 1–65535. The default dead interval value is 120 seconds.

Which ospf router or routers would require the following command to define a stub area?

Typically, the value of this field should be four times that of the hello interval.

3

Retransmit interval Specifies the number of seconds between LSA retransmissions for adjacencies belonging to this interface. This value is also used when retransmitting database description and link state request packets. Set this value well above the expected round-trip delay between any two routers on the attached network. Be conservative when setting this value to prevent unnecessary retransmissions. Range: 1–65535 in number of seconds. The default retransmit interval value is five seconds.

4

Auth Type Type of authentication scheme to use for a given link. In general, routers on a given link must agree on the authentication configuration to form neighbor adjacencies. This feature guarantees that routing information is accepted only from trusted routers. The available options are None, Simple, and MD5. The default auth type value is None.

5

If you selected MD5 for the auth type, you must also configure the following parameters:

1

Add MD5 Key If the Auth type selected is MD5, the Key ID and MD5 Secret fields appear. Specify the Key ID and its corresponding MD5 secret to configure a new MD5 key.

Which ospf router or routers would require the following command to define a stub area?

If you configure multiple Key IDs, the Key ID with the highest value is used to authenticate outgoing packets. All keys can be used to authenticate incoming packets.

2

Key ID The Key ID is included in the outgoing OSPF packets to enable the receivers to use the appropriate MD5 secret to authenticate the packet. The available Key ID range is 0–255.

3

MD5 Secret The MD5 secret is included in encrypted form in outgoing packets to authenticate the packet.

6

Click Apply.

7

To make your changes permanent, click Save.

Which ospf router or routers would require the following command to define a stub area?

Repeat this procedure on both the ABR for the discontiguous area and an ABR that connects to the backbone area.

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9781597492867000073

OSPF and Integrated IS–IS

Deep Medhi, Karthik Ramasamy, in Network Routing (Second Edition), 2018

Areas

IS–IS provides two-level network hierarchy using areas that are similar to OSPF. The routers in the backbone area are called L2 routers; the internal routers in the low-level areas are called L1 routers. A network that has any low-level (L1) areas, must also have at least one L1/L2 router that sits in the L1 area but is connected to the L2 (backbone) area by a link. Note that in IS–IS, a router is entirely within an area, unlike OSPF, where a router can sit on the border between two areas; connectivity between areas is only through a link.

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9780128007372000089

IPSO Command Interface Line Shell (CLISH)

Andrew Hay, ... Warren Verbanec, in Nokia Firewall, VPN, and IPSO Configuration Guide, 2009

Configuring OSPF Interfaces

The following commands can be used to configure a backbone and other areas, such as stub areas, for specified interfaces.

set ospf

area <backbone | ospf_area> range ip_prefix <on | off>

area <backbone | ospf_area> range ip_prefix restrict <on | off>

stub-network ip_prefix <on | off>

stub-network ip_prefix stub-network-cost <1-677722>

interface if_name area <backbone | ospf_area> <on | off>

interface if_name hello-interval <1-65535>

interface if_name hello-interval default

interface if_name dead-interval <1-65535>

interface if_name dead-interval default

interface if_name retransmit-interval <1-65535>

interface if_name retransmit-interval default

interface if_name cost <1-65535>

interface if_name priority <0-255>

interface if_name passive <on | off>

interface if_name virtual-address <on | off>

interface if_name authtype none

interface if_name simple password

interface if_name md5 key authorization key id secret md5 secret

interface if_name md5 key authorization key id

Table 11.17 describes the arguments for configuring the OSPF interfaces.

Table 11.17. OSPF Interface Configuration Arguments

ArgumentDescription
area &lt;backbone | ospf_area&gt; range ip_prefix &lt;on | off&gt; Specifies the OSPF area to which the specified interface range belongs. Select an area from the areas already configured.
area &lt;backbone | ospf_area&gt; range ip_prefix restrict &lt;on | off&gt; Any area can be configured with any number of address ranges. These ranges are used to reduce the number of routing entries that a given area transmits to other areas. If a given prefix aggregates a number of more specific prefixes within an area, you can configure an address range that becomes the only prefix advertised to other areas.
stub-network ip_prefix &lt;on | off&gt; Specifies a stub network to which the specified interface range belongs.
stub-network ip_prefix stub-network-cost &lt;1-677722&gt; Configure a stub network to advertise reachability to prefixes that are not running OSPF. The advertised prefix appears as an OSPF internal route and is filtered at area borders with the OSPF area ranges.
interface if_name area &lt;backbone | ospf area&gt; &lt;on | off&gt; Specifies the OSPF area to which the specified interface belongs.
interface if_name hello-interval &lt;1-65535&gt; Specifies the interval, in seconds, between hello packets that the router sends on the specified interface.
interface if_name hello-interval default Specifies the default value for the hello interval, which is ten seconds.
interface if_name dead-interval &lt;1-65535&gt; Specifies the number of seconds after which a router stops receiving hello packets that it declares the peer down.
interface if_name dead-interval default Specifies the default value for the dead interval, which is 40 seconds.
interface if_name retransmit-interval &lt;1-65535&gt; Specifies the number of seconds between link state advertisement transmissions for adjacencies belonging to the specified interface.
interface if_name retransmit-interval default Specifies the default default for the retransmit interval, which is five seconds.
interface if_name cost &lt;1-65535&gt; Specifies the weight of the given path in a route. The higher the cost, the less preferred the link.
interface if_name priority &lt;0-255&gt; Specifies the priority for becoming the designated router (DR) on the specified link.
interface if_name passive &lt;on | off&gt;

Enabling this option puts the specified interface into passive mode—that is, hello packets are not sent from the interface. Putting an interface into passive mode means no adjacencies are formed on the link.

Default: off

interface if_name virtual-address &lt;on | off&gt;

Enables OSPF on the virtual IP address associated with this interface. This option functions only if this router is a VRRP master. You must also configure VRRP to accept connections to VRRP IPs.

Default: off

interface if_name authtype none Specifies not to use an authentication scheme for the specified interface.
interface if_name authtype simple password Specifies to use simple authentication for the specified interface. Enter an ASCII string that is eight characters long.
interface if_name authtype md5 key authorization key id secret md5 secret Specifies to use MD5 authorization. Enter at least one key ID and its corresponding MD5 secret. If you configure multiple key IDs, the largest key ID is used for authenticating outgoing packets.

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9781597492867000115

Routing

Brad Woodberg, ... Ralph Bonnell, in Configuring Juniper Networks NetScreen & SSG Firewalls, 2007

Types of OSPF Areas

Building on our explanation of OSPF areas, there are actually a few different types of areas that serve different purposes. We will cover each of them in the following:

Backbone Area This is the central area in your OSPF routing domain which all areas must connect to. This area is labeled area 0 (or the longhand version 0.0.0.0). When traffic needs to pass from one area to another, it must traverse the backbone. Routes are advertised to all other areas from the backbone.

Stub Area This is an area which connects to the backbone. Traffic does not pass through the area, but rather originates from, or is destined to, this area. It must have a unique label value within the routing domain and cannot be labeled area 0. Routes learned here are advertised into the backbone, as well as other areas (often in a summarized form).

Totally Stubby Area This is similar to a Stub Area, except it does not accept any summarized routes to be injected into it.

Not So Stubby Area This is an area which connects to the backbone, but it might also connect to a remote network. In other words, traffic may traverse through this area. This area may advertise routes learned to other areas. Sometimes a Not So Stubby Area (NSSA) will contain VPN connections to other trading partners, or similar scenarios.

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9781597491181500095

IGPs

Walter Goralski, in The Illustrated Network (Second Edition), 2017

OSPF Router Types and Areas

OSPFv2 introduced areas as a way to cut down on the size of the link-state database, the amount of information flooded, and the time it takes to run the SPF algorithm, at least on areas other than the special backbone area.

An OSPF area is a logical grouping of routers sharing the same 32-bit Area ID. The Area ID can be expressed in dotted decimal notation similar to an IP address, such as 192.168.17.33. The Area ID can also be expressed as a decimal equivalent, so Area 261 is the same as Area 0.0.1.5. When the Area ID is less than 256, usually only a single number is used, but Area 249 is still really Area 0.0.0.249.

There are five OSPF area types. The position of a router with respect to OSPF areas is important as well. The area types are shown in Figure 15.5.

Which ospf router or routers would require the following command to define a stub area?

Figure 15.5. OSPF area types, showing the various ways that areas can be given numbers (decimal, IP address, or other). Note that ABRs connect areas and ASBRs have links outside the AS or to other routing protocols.

The OSPF Area 0 (0.0.0.0) is very special. This is the backbone area of an OSPF routing domain. An OSPF routing domain (AS) can consist of a single area, but in that case the single area must be Area 0. Only the backbone area can generate the summary routing topology information that is used by the other areas. This is why all interarea traffic must pass through the backbone area. (There are backdoor links that can be configured on some routers to bypass the backbone area, but these violate the OSPF specification.) In a sense, the backbone area knows everything. Not so long ago, only powerful high-end routers could be used on an OSPF backbone. On the Illustrated Network, each AS consists of only an Area 0.

If an area is not the backbone area, it can be one of four other types of areas. All of these areas connect to the backbone area through an Area Border Router (ABR). An ABR by definition has links in two or more areas. In OSPF, routers always form the boundaries between areas. A router with links outside the OSPF routing domain is called an autonomous system boundary router (ASBR). Routing information about destination IP addresses not learned from OSPF are always advertised by an ASBR. Even when static routes, or RIP routes, are redistributed by OSPF, that router technically becomes an ASBR. ASBRs are the source of external routes that are outside of the OSPF routing domain, and external routes are often very numerous in an OSPF routing domain attached to the global Internet. If a router is not an ABR or ASBR, it is either an internal router and has all of its interfaces within the same area, or a backbone router with at least one link to the backbone. However, these terms are not as critical to OSPF configurations as to ABRs or ASBRs. That is, not all backbone routers are ABRs or ASBRs; backbone routers can also be internal routers, and so on.

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9780128110270000151

Configuring Network Access

Tony Piltzecker, Brien Posey, in The Best Damn Windows Server 2008 Book Period (Second Edition), 2008

Open Shortest Path First (OSPF)

OSPF was the natural successor to the RIP. OSPF protocol is a hierarchical IGP that uses a link state in the individual areas that make up the hierarchy. A link state database (LSDB) creates a tree-image of the network topology. It then sends copies of the LSDB periodically to update all routers in the area of the OSPF network.

OSPF is the most widely used IGP in regards to large enterprise networks. It has a much larger network size range than RIP. The OSPF protocol can determine the best path by communicating with other routers and then saving the routes in their LSDBs securely.

An OSPF network is divided into areas, which contain area identifiers. These identifiers are 32-bit and are usually written in the format of an IP address. Be aware that area identifiers are not IP addresses, and may often times duplicate any IP address without conflict occurring. These areas are logical groupings of routers whose information may be communicated to the rest of the network. There are several types of areas in an OPSPF network:

Backbone Area The backbone area forms the central hub of an OSPF network. All other areas are connected to it, and inter-area routing happens via routers connected to the backbone area and to their own non-backbone areas. The backbone area distributes all routing information between the non-backbone areas. The backbone must be adjacent to all other areas, but does not need to be physically contiguous. Connectivity can be established and maintained through virtual links. All OSPF areas must connect to the backbone area. This connection, however, can be through a virtual link.

Stub Area The stub area is an area that does not receive external routes except the default route, but does receive inter-area routes. All routers in the area need to agree they are stub, so that they do not generate types of LSA not appropriate to a stub area. Stub areas do not have the transit attribute and thus cannot be traversed by a virtual link.

Not-so-stubby area (NSSA) The Not-so-stubby area (NSSA) is a type of stub area that can import autonomous system (AS) external routes and send them to the backbone, but cannot receive AS external routes from the backbone or other areas. The NSSA is a non-proprietary extension of the existing stub area feature, which allows the injection of external routes in a limited fashion into the stub area.

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9781597492737000069

Scaling Packet Ethernet Services Using Seamless MPLS

Vinod Joseph, Srinivas Mulugu, in Network Convergence, 2014

Large Network, Multi-Area IGP Design with IP/MPLS Access

This section details the system architecture for a transport model where the network organization between the core and aggregation domains is based on a single autonomous system, multi-area IGP design. This model, illustrated in Figure 4.9, follows the approach of enabling a seamless MPLSLSP using hierarchical-labeled BGP LSPs across the core and aggregation network, and presents two approaches for extending the seamless MPLSLSP into the mobile RAN access domain.

Which ospf router or routers would require the following command to define a stub area?

Figure 4.9.

From a multi-area IGP organization perspective, the core network is either an intermediate system to intermediate system (IS-IS) Level 2 or an open shortest path first (OSPF) backbone area. The aggregation domains, in turn, are IS-IS Level 1 or OSPF non-backbone areas. No redistribution occurs between the core and aggregation IGP levels/areas, so the route scale in contained within each domain. The MPLS/IP mobile access networks subtending from aggregation or pre-aggregation nodes are based on a different IGP process, restricting their scale to the level of the local RAN. To accomplish this, the pre-aggregation nodes run two distinct IGP processes. The first process corresponds to core-aggregation network (IS-IS Level 1 or OSPF non-backbone area), and the second process corresponds to the mobile RAN access network. The second IGP process could be an OSPF backbone area or an IS-IS Level 2 domain. All CSGs that are part of the mobile RAN access network subtending from a pair of pre-aggregation nodes are part of this second IGP process.

Partitioning these network layers into such independent and isolated IGP domains helps reduce the size of routing and forwarding tables on individual routers in these domains, which, in turn, leads to better stability and faster convergence within each of these domains. LDP is used for label distribution to build intra-domain LSPs within each independent access, aggregation, and core IGP domain. Inter-domain reachability is enabled with hierarchical LSPs using BGP-labeled unicast as per RFC 3107 procedures, where iBGP is used to distribute labels in addition to remote prefixes, and LDP is used to reach the labeled BGP next hop. Two options for extending the seamless MPLSLSP into the mobile RAN access domain to accommodate different operator preferences are presented below.

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9780123978776000047

MCSA/MCSE 70-291: Configuring the Windows 2003 Routing and Remote Access Service LAN Routing, Dial-up Services, and Routing Protocols

Deborah Littlejohn Shinder, ... Laura Hunter, in MCSA/MCSE (Exam 70-291) Study Guide, 2003

OSPF

OSPF is an open-standard dynamic routing protocol used to exchange routing information in large to very large networks. Compared to RIP, OSPF is more difficult to configure and administer but it tends to be much more efficient than RIP even in very large networks. OSPF requires very little network overhead, even in complex networks.

OSPF uses the shortest path first (SPF) algorithm to determine routes that should be added to the routing table. OSPF routers maintain a map of the internetwork called the link state database. This database is synchronized by all OSPF routers and the information contained in the link state database is used to compute routing table entries. Each OSPF router forms an adjacency with its neighboring routers. Any time a change occurs in the internetwork, information about the change is flooded to the entire network.

Every time updated information about the link state database is received, the routes in the routing table are recalculated. This presents a problem in that the larger the network, the more system resources are required to maintain and calculate route information. OSPF allows for routing areas as a means to cut down on routing changes flooded to the network and also to reduce the resource requirements for OSPF routers.AU routing areas must connect to the backbone area to facilitate proper route advertisements. An area is a group of contiguous networks and the hosts that are attached to them. OSPF uses Autonomous System (AS) numbers to label the areas. AS numbers are used to determine the authority for a network. In other words, an organization will be provided with a specific AS number or set of AS numbers to use for their network. This AS number provides accountability for routing information.

Each routing area maintains link state information only about itself, with the exception of the backbone. The backbone must maintain information about all other areas, including. itself. This provides a hierarchical network infrastructure that, when designed correctly, promotes scalability.

Everywhere that a border exists between areas, there must be at least one area border router (ABR). This is a router with multiple interfaces that attach to multiple areas. The ABR maintains routing information for each area that it belongs to, with a separate database for each area. The backbone is made up of the ABRs and any networks that aren’t completely within any of the areas (and their routers).

Also, OSPF has a special-case area in which only one entry and exit point exists for the network area. This area, known as a stub area, provides a default route for the area. A default route is a route listed with all zeros, providing a route for all external traffic where a specific route is not known. The stub area does not advertise external routes and, through the use of default route advertisement, significantly reduces the amount of link state advertisements and resource utilization within the stub area.

OSPF uses two different types of routes: inter-area and intra-area routes. Inter-area routes are advertisements passed between routing areas. Intra-area routes are routes advertised within a routing area. By design, all inter-area routes will eventually reach the backbone area in an OSPF network. The backbone area controls route advertisements to all surrounding areas. Figure 8.79 illustrates some of the OSPF terminology.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.79. OSPF Terminology

OSPF has the following advantages over RIP:

Network topology changes converge faster.

OSPF provides loop-free routes.

OSPF scales to large or very large internetworks.

The Microsoft Windows Server 2003 implementation of OSPF has the following features:

Coexistence with RIP

Dynamic addition and deletion of interfaces

Dynamic reconfiguration of all OSPF settings

Route filters for controlling interaction with other routing protocols

Test Day Tip

There is a trend in IT that seems to be a reflection of the popularity of the Internet itself. The Internet is based on the popular open standard TCP/IP. Companies have used proprietary methods for sharing information between their systems in the past. You will see in Window Server 2003 that most of the protocols reviewed here are open standard protocols. This ensures better interoperability between different vendor solutions and between partnering companies. These open standards are topics that are likely to be covered on the test. Understand the benefits of open standard protocols and review the open standard protocols supported in Windows Server 2003 (in particular, Microsoft’s implementation of them) for this exam. RIP, OSPF, RADIUS (IAS), and PEAP are just a few of the open standard protocols that we have discussed.

So far, we have been analyzing routing protocols that provide dynamic routing for unicast IP traffic. Next we will take a look at Microsoft’s support for multicast IP traffic.

Exercise 8.09

Configuring OSPF on a Windows 2003 Network

In this exercise, we will configure two Windows Server 2003 routers to advertise OSPF routes. As mentioned earlier in this section, it is preferable to use RIP v2 instead of RIP v1 for routing because it supports CIDR, a method capable of carrying subnet information within routing updates. In the previous example, if we used networks with non-default subnet masks (for example, a 10.0.0.10/24 address instead of 10.0.0.10/8), RIP version 1 will not properly advertise the routes because it does not understand nonclassful addressing. We would use RIP v1 only for compatibility reasons. In other words, use RIP v1 only if you have equipment that does not support RIP v2 routing.

For the final portion of this exercise, we will change our routing protocol to OSPF, as shown in Figure 8.80. To demonstrate some of the features of OSPF, we will configure the common connection between the routers as the backbone area or Area 0. Each of the respective LAN connections on our routers will be configured as Area 10 for the 192.168.1.0/24 network and Area 30 for the 192.168.3.0/24 network. Because each of these networks has only a single source for external traffic, we will configure these areas as stub areas. Let’s begin by disabling RIP and enabling OSPF for our Router.

1.

Open the Routing and Remote Access management console by selecting Start | Programs | Administrative Tools | Routing and Remote Access.

2.

Disable RIR Select RIP under IP Routing in the left pane of the management console. Right-click RIP and select Delete. Select Yes. When the message box asks Are you sure you want to remove RIP Version 2 for Internet Protocol?

3.

Right-click the General tab and select Open Shortest Path First (OSPF) and select OK to enable OSPF on the server.

4.

Now that OSPF is enabled, we need to specify interfaces for OSPF participation. From the left pane of the Routing and Remote Access management console, below IP Routing, right-click OSPF and select New Interface…. Select the common interface between the routers first (our WAN) interface. The OSPF Properties dialog box will be displayed as shown in Figure 8.81.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.81. OSPF Properties Dialog Box

5.

Router priority is used to determine which router will be the designated router on a broadcast network. We will go with the default settings here so select OK. Please note the other tabs on the OSPF Properties dialog box. The NBMA Neighbors tab provides configuration options for Non-Broadcast Multi-Access Neighbors as seen in multi-access environments like ATM and Frame Relay. The Advanced tab provides configuration options for OSPF timers and packet limitations.

6.

Now that we have created our backbone area, we have to configure it. Right-click OSPF in the left pane of the Routing and Remote Access management console and select Properties. Select the Areas tab, select the backbone area (0.0.0.0), and select Edit as shown in Figure 8.82.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.82. Configuring the OSPF Backbone Area Options

7.

We will not use OSPF authentication for this scenario so our first configuration change should be to remove the check box from Enable plaintext password under the General tab as shown in Figure 8.83.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.83. Removing Authentication from OSPF

8.

Under the Ranges tab, we will tell OSPF which interface range to advertise. Enter the network address for our backbone network (192.168.2.0) into the Destination: text box and the subnet mask (255.255.255.0) into the Network mask: text box and select Add. The Ranges tab should look like the one shown in Figure 8.84.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.84. Configuring the OSPF Backbone Range

9.

Select OK to commit the changes to the OSPF backbone.

10.

Repeat the process outlined in steps 4 through 9 to configure Area 10.

11.

Add the LAN interface to the OSPF process by right-clicking OSPF in the left pane of the management console and selecting New Interface…. Select the LAN interface that will be used for Area 10 and then select OK to accept the default settings.

12.

Right-click OSPF in the left pane below IP Routing and select Properties. Click the Areas tab.

13.

From the Areas tab, add Area 10 by selecting Add as shown in Figure 8.85.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.85. Adding an OSPF Area

14.

From the General tab of the OSPF Area Configuration dialog box, set the Area ID: to 0.0.0.10 to correspond to Area 10 and remove the Enable plaintext password check box to disable authentication for our scenario and select Stub area as shown in Figure 8.86.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.86. Configuring the New OSPF Area

15.

To add the network range for Area 10, select the Ranges tab and enter the network address for the Area 10 network (192.168.1.0) into the Destination: text box and the subnet mask (255.255.255.0) into the Network mask: text box. Select. Add. The Ranges tab should look like the one shown in Figure 8.87.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.87. Configuring the Network Range for Area 10

16.

Select OK to complete the configuration of the OSPF Area Configuration and select OK to complete this overall configuration for OSPF.

17.

Click OSPF in the left pane under IP Routing and then from the right pane of the management console right-click on the LAN interface that will be in Area 10; select Properties.

18.

In the LAN Properties dialog box, select 0.0.0.10 from the Area ID: drop-down box on the General tab as shown in Figure 8.88.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.88. Assigning the Area ID to the LAN Interface

19.

Select OK to complete the configuration.

20.

The second Windows Server 2003 router will be configured using almost identical configuration options. The only difference is in Area 30. Since the first configured router was connected to Area 10 and Area 0, the 192.168.1.0/24 interface was assigned to Area 10. On the next router, we will assign the 192.168.3.0/24 network to Area 30.

21.

To verify OSPF routing click OSPF under IP Routing in the left pane of the management console. You should see both of the interfaces that are advertising OSPF routes in the right pane of the management console. The State should be listed as Designated-router or Backup designated-router. If the state is Waiting and more than a few minutes have passed since you completed your configurations, check the OSPF configuration settings to ensure both routers are communicating properly.

22.

Right-click OSPF in the left pane of the management console and select Show Areas… to verify Area advertisement for the router as shown in Figure 8.89.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.89. Viewing Advertised OSPF Areas for the Server

23.

Verify neighbor adjacencies by right-clicking on OSPF in the left pane of the management console and selecting Show Neighbors… as shown in Figure 8.90.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.90. Viewing OSPF Neighbors

24.

Again, right-click OSPF in the left pane of the management console and select Show Link-state Database… to view the Link-state Database information as shown in Figure 8.91.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.91. Viewing the Link-state Database

25.

Each of the previous verification steps provided information about the operation of OSPF. The final steps to verify proper operation should include a check of the routing table and a ping to the remote network. First, click General under IP Routing in the left pane of the management console. Next, right-click any interface listed in the right pane and select Show IP Routing Table to view the routing table as shown in Figure 8.92.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.92. Viewing the IP Routing Table for OSPF Routing

26.

Ping the remote network. Open a command prompt Start | Run | type cmd and click OK. From the command prompt on the machine connected to Area 10 or any machine on the Area 10 LAN, type ping 192.168.3.2 and press Enter to test connectivity between the networks as shown in Figure 8.93.

Which ospf router or routers would require the following command to define a stub area?

Figure 8.93. Testing Connectivity with the Ping Command

Which ospf router or routers would require the following command to define a stub area?

Figure 8.80. OSPF Router Configuration

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9781931836920500147

MCSE 70-293: Planning, Implementing, and Maintaining a Routing Strategy

Martin Grasdal, ... Dr.Thomas W. ShinderTechnical Editor, in MCSE (Exam 70-293) Study Guide, 2003

Self Test

A Quick Answer Key follows the Self Test questions. For complete questions, answers, and explanations to the Self Test questions in this chapter as well as the other chapters in this book, see the Self Test Appendix.

Understanding IP Routing

1.

Your IT Director has decided the new internal network needs to use private addressing. Which of the following IP addresses are private addresses?

A.

193.168.0.1

B.

171.17.0.1

C.

10.0.0.1

D.

172.16.0.15

2.

Your IT Director has determined that your network should use dynamic routing. You’ve determined that a route is now being considered unreachable. What has happened to that route in the routing table?

A.

It has been marked as unreachable in the routing table.

B.

Nothing has happened to that route in the routing table.

C.

It has been removed from the routing table.

D.

You must manually go into the routing table and remove the entry.

3.

Your newest hire has been assigned the task of configuring a Windows Server 2003 computer as a router and has asked you how to determine if a machine address or an IP address is being used at the router. You explain that routers use IP addresses, while bridges and hubs use machine addresses. You continue to explain that the OSI reference model has seven layers and that IP, or the Internet Protocol, operates at what layer?

A.

The Physical layer

B.

The Data Link layer

C.

The Network layer

D.

The Transport layer

4.

Your IT Director has opened a command prompt window on your Windows Server 2003 computer and is trying to figure out what routes are available to this computer. Which of the following commands should you tell him to use to list the active routes from the command prompt?

A.

route list

B.

route print

C.

show route

D.

dump

5.

Your IT Director is determined to use static routing on your large corporate network. You need to convince him that static routing probably is not the best choice, and you want him to think that decision was his idea. You decide to do this by asking him which of the following is an advantage of using static routing?

A.

Fault tolerance

B.

Scalability

C.

Manual configuration

D.

Classless routing

6.

RRAS is enabled on your Windows Server 2003 computer, and you have three network adapter cards in the computer configured for subnet IDs of 192.168.32.0/20, 192.168.64.0/20, and 192.168.96.0/20. Which subnet ID can you use if you need to support another subnet with this RRAS server?

A.

192.168.20.0/20

B.

192.168.40.0/20

C.

192.168.48.0/20

D.

192.168.60.0/20

7.

You want to configure a multiple gateway on a Windows Server 2003 machine, but you have only one NIC installed. How do you accomplish this goal?

A.

Assign the IP addresses 192.168.0.10 and 192.168.1.10 to the interface.

B.

Assign the IP addresses 10.0.0.1 and 172.16.0.1 to the interface.

C.

Assign the IP addresses 172,16.0.1 and 192.168.0.1 to the interface.

D.

You cannot configure multiple gateways on a machine with one NIC.

8.

Your IT Director has been reading again. He has decided that he wants to convert the network to OSPF, but he is having some difficulty with terminology. He knows that an OSPF router can serve one of four roles. His problem is that he can’t remember which role exists when one of the router’s interfaces is on the backbone area. Help him out. Which of the following is it?

A.

Internal router

B.

Area border router

C.

Backbone router

D.

Autonomous system boundary router

Security Considerations for Routing

9.

As the network administrator, you are asked to set up network access so that a group of contract developers can work via a VPN connection connecting to your network’s Windows Server 2003 VPN server. The contract developers are all using either Windows 2000 Professional or Windows XP Professional workstations. You must meet the following requirements:

The contract developers must be allowed to connect to the network via the Internet.

You must use PPP encryption.

You must use a protocol that provides tunnel authentication.

You must use a protocol that secures the data between the endpoints of the tunnel.

You configure a VPN using PPTP. Which of requirements are met? (Select all that apply.)

A.

The contract developers are able to connect to the network via the Internet.

B.

PPP encryption is used.

C.

Tunnel authentication is used.

D.

Data between the endpoints of the tunnel is secure.

10.

You have enabled RRAS on your Windows Server 2003 computer. You want to set up IP packet filtering to help you manage access from remote clients. Where in the Routing and Remote Access console will you enable IP packet filters?

A.

The properties of the remote access ports

B.

The properties of the remote access server

C.

The profile of a Remote Access Policy

D.

The conditions of a Remote Access Policy

11.

You have set up an isolated, secure subnet with only an RRAS server running on Windows Server 2003 connecting the two parts of your internal network. You are protecting your internal network against unauthorized access with your firewall, and authorized users on the intranet establish VPN tunnels to your secure subnet through the RRAS server. You do have a problem, however. It seems that remote VPN clients cannot access the secure subnet through your configuration. How should you reconfigure the system to allow remote VPN clients access to the secure subnet?

A.

Ask your ISP to create the necessary filters to allow IPSec traffic to pass.

B.

Create filters on the RRAS server to allow only VPN traffic to pass.

C.

Define filters on the firewall to allow the VPN traffic to pass.

D.

Configure the router in front of the firewall to allow IPSec traffic to pass.

12.

You’ve been asked to provide Internet access for clients on your network. You decide to use NAT. You try to establish a secure VPN session from a remote site unsuccessfully. You try again using L2TP. Again the connection fails. You are able to successfully connect when in the same office. Why are you unable to make a connection from the remote location?

A.

You haven’t configured the NAT server to translate the IP Security packets.

B.

You cannot establish an L2TP connection behind a computer running NAT. The L2TP session fails because the IP Security packets become corrupted.

C.

L2PT does not work with Windows Server 2003 VPNs.

D.

NAT does not allow for remote networking.

13.

You’ve just been asked to set up things so that a group of developers can work from home and still connect to your office network. The developers are using either Windows 2000 Professional or Windows XP Professional. You must meet the following requirements:

Allow the developers to connect to the network through the Internet.

Use PPTP encryption.

Use a protocol that provides tunnel authentication.

Use a protocol that secures data between the endpoints of the tunnel.

You plan to configure a VPN that uses L2TP. Which requirement or requirements are met?

A.

The developers can connect to the network through the Internet.

B.

PPTP encryption is used.

C.

Tunnel authentication is provided.

D.

Data between the endpoints of the tunnel is secured.

Troubleshooting IP Routing

14.

You’ve installed RRAS on a Windows Server 2003 computer in your network. The network is not connected directly to the Internet, and the private IP address range you are using is 192.168.0.0. When you dial in, you connect successfully, but you’re unable to access any resources. Pinging other servers using their IP addresses results in the message “Request timed out.” Running the ipconfig command shows you that your dial-up connection is being given the IP address 169.254.75.182. What should you do to resolve the problem?

A.

Configure the remote-access server to act as a DHCP Relay Agent.

B.

Ensure that the remote-access server is able to connect to a DHCP server that has a scope for its subnet.

C.

Configure the remote-access server with the address of a DHCP server.

D.

Authorize the remote-access server to receive multiple addresses from a DHCP server.

15.

You think you may have a problem on your network. You need to open a command line window and troubleshoot your network. Which of the following lists of commands represent the command-line utilities most often used in maintaining and testing routing functionality?

A.

show helpers, Trace, PING, Route

B.

pathping, Tracert, show helpers, show routing

C.

pathping, PING, Route, Tracert

D.

pathping, PING, Route, Trace

Read full chapter

URL: https://www.sciencedirect.com/science/article/pii/B9781931836937500087

What is the need of a stub area in OSPF?

An OSPF stub area is an area that does not permit flooding of AS external link state advertisements. It only receives routing information for destinations within the same stub area and for destinations in other areas within the OSPF domain.

What is stub router in OSPF?

The OSPF Stub Router Advertisement feature allows you to bring a new router into a network without immediately routing traffic through the new router and allows you to gracefully shut down or reload a router without dropping packets that are destined for other networks.

What type of OSPF router would connect an area that is not using OSPF?

Autonomous System Boundary Router (ASBR) – This is a router that has at least one interface attached to external network (other autonomous system), such as a non-OSPF network. An ASBR can import non-OSPF network information to the OSPF network using route redistribution.

Which of the stub areas allow an Asbr to be present in it?

So what if you want an area to be stub area but you also have an ASBR in this area? You can use the NSSA (not-so-stubby-area). This is the same thing as the stub area with the exception that you are allowed to have an ASBR within the area.