Config Lab: OSPF Network Type

Wendell Odom
By Wendell Odom September 24, 2021 11:05

The OSPF network type setting happens to be one of the more useful optional OSPF features. This setting changes a couple of details about how OSPF operates on an interface. Ethernet WAN links with two routers only benefit from a change away from the default OSPF network type. This lab asks you to make that specific change.

All about Config Labs

The blog has a series of lab exercises called “Config Labs.” Each lab presents a topology with the relevant initial configuration for each device. The lab also lists new requirements, after which you should create the additional configuration to meet those requirements. You can do the lab on paper, in a text editor, or use software tools like Cisco Packet Tracer or Cisco Modeling Labs.

Once you have created your answer, you can click various tabs at the bottom of this post to see the lab answers, comments about the lab, and other helpful information.

The Lab Exercise

Lab Requirements

By default, OSPF routers elect a Designated Router (DR) and Backup Designated Router (BDR) on Ethernet links, whether LAN or WAN. The routers do so because of the OSPF network type of “broadcast,” the default OSPF network type in Cisco IOS for Ethernet interfaces. The broadcast network type means that:

  1. OSPF dynamically discovers potential OSPF neighbors on the link.
  2. Any OSPF routers on the link elect a DR and BDR. The routers then flood OSPF LSAs using the DR as a central point of control.
  3. The DR creates a Type 2 LSA for the link itself.

Using the OSPF broadcast network type works well with LANs. However, the OSPF broadcast network type adds unnecessary overhead when using Ethernet as a WAN technology, specifically for WAN links with only two routers on the link. By changing the network type on both ends of the link to use network type “point-to-point,” the two routers still dynamically discover each other but do not expend the overhead to elect a DR, follow extra steps to flood LSAs, and do not create a Type 2 LSA for the link.

For this lab, configure the routers to use OSPF network type point-to-point per the following requirements:

  1. Before configuring, based on defaults plus the initial configuration, make these predictions:
    1. Predict how many OSPF neighbors will be displayed with a state of either “FULL/DR” or “FULL/BDR” on each router.
    2. Predict the number of Type 2 LSAs that would exist in the OSPF database.
  2. Configure the OSPF interface network type as follows:
    1. Ethernet WAN links: Make both routers use network type point-to-point.
    2. Ethernet LAN links: Use the default OSPF network type of broadcast.
Router # Neighbors as FULL/DR or FULL/BDR before New Config # Neighbors as FULL/DR or FULL/BDR after New Config
R1
R2
R3
R4

Table 1: Predicting the Number of DR/BDR Neighbors

 

Figure 1: Topology for this Lab

 

Initial Configuration

The configurations on the four routers show a minimal OSPF configuration. It uses mostly default OSPF settings, except that the configurations set the RID for each router.

Example 1: R1 Config

 

Example 2: R2 Config

 

Example 3: R3 Config

 

Example 4: R4 Config

 

The lab does not call for any switches or PCs. Note that if you add them yourself, you can use all default configuration in a Cisco switch for this lab, which would place all devices connected to a switch in the same VLAN.

Answer Options - Click Tabs to Reveal

You can learn a lot and strengthen real learning of the topics by creating the configuration – even without a router or switch CLI. In fact, these labs were originally built to be used solely as a paper exercise!

To answer, just think about the lab. Refer to your primary learning material for CCNA, your notes, and create the configuration on paper or in a text editor. Then check your answer versus the answer post, which is linked at the bottom of the lab, just above the comments section.

You can also implement the lab using the Cisco Packet Tracer network simulator. With this option, you use Cisco’s free Packet Tracer simulator. You open a file that begins with the initial configuration already loaded. Then you implement your configuration and test to determine if it met the requirements of the lab.

(Use this link for more information about Cisco Packet Tracer.)

Use this workflow to do the labs in Cisco Packet Tracer:

  1. Download the .pkt file linked below.
  2. Open the .pkt file, creating a working lab with the same topology and interfaces as the lab exercise.
  3. Add your planned configuration to the lab.
  4. Test the configuration using some of the suggestions below.

Download this lab’s Packet Tracer File

You can also implement the lab using Cisco Modeling Labs – Personal (CML-P). CML-P (or simply CML) replaced Cisco Virtual Internet Routing Lab (VIRL) software in 2020, in effect serving as VIRL Version 2.

If you prefer to use CML, use a similar workflow as you would use if using Cisco Packet Tracer, as follows:

  1. Download the CML file (filetype .yaml) linked below.
  2. Import the lab’s CML file into CML and then start the lab.
  3. Compare the lab topology and interface IDs to this lab, as they may differ (more detail below).
  4. Add your planned configuration to the lab.
  5. Test the configuration using some of the suggestions below.

Download this lab’s CML file!

 

Network Device Info:

This table lists the interfaces listed in the lab exercise documentation versus those used in the sample CML file.

Device Lab Port  CML Port
R1 G0/0/0 G0/3
R1 G0/1/0 G0/1
R1 G0/2/0 G0/2
R2 G0/0/0 G0/2
R3 G0/0/0 G0/2
R4 G0/0/0 G0/2

Lab Answers Below: Spoiler Alert

Lab Answers: Configuration (Click Tab to Reveal)

Lab Answers

 

Figure 1: Topology for this Lab

 

Example 1: R1 Config

 

Example 2: R2 Config

 

Example 3: R3 Config

 

Example 4: R4 Config

Commentary, Issues, and Verification Tips (Click Tabs to Reveal)

Lab Commentary

Focus on the three WAN links in the figure for this lab. All three use Ethernet interfaces on the router, and all three links use a point-to-point topology. In other words, each Ethernet link has two and only two devices connected to it. (Ethernet WANs allow for more than two routers connected to the same link – which is not the case for this topology.)

Because only two routers exist on each link, you can change each link to use OSPF network type point-to-point – but you must configure the setting on both routers on both ends of the links. Those pairs are: 

  • R1 G0/0/0 and R2 G0/0/0
  • R1 G0/1/0 and R3 G0/0/0
  • R1 G0/2/0 and R4 G0/0/0 

Note that if you configured the ip ospf network point-to-point on one end of a link, and left the other with a default setting of ip ospf network broadcast, then the two routers would not form a neighbor relationship.

The configuration itself is straightforward: enter configuration mode for each interface and add the ip ospf network point-to-point command.

Known Issues in this Lab

This section of each Config Lab Answers post hopes to help with those issues by listing any known issues with Packet Tracer related to this lab. In this case, the problems are:

# Summary Detail
1 Reload may help In our testing, at PT 8.0, after making the configuration change, the neighbors did not recover as they would on real gear. However, if you issue a copy running-config startup-config command to save your config and the reload command on both routers, the routers then become neighbors.

 

Why Would Cisco Packet Tracer Have Issues?

(Note: The below text is the same in every Config Lab.)

Cisco Packet Tracer (CPT) simulates Cisco routers and switches. However, CPT does not run the same software that runs in real Cisco routers and switches. Instead, developers wrote CPT to predict the output a real router or switch would display given the same topology and configuration – but without performing all the same tasks, an actual device has to do. On a positive note, CPT requires far less CPU and RAM than a lab full of devices so that you can run CPT on your computer as an app. In addition, simulators like CPT help you learn about the Cisco router/switch user interface – the Command Line Interface (CLI) – without having to own real devices.

CPT can have issues compared to real devices because CPT does not run the same software as Cisco devices. CPT does not support all commands or parameters of a command. CPT may supply output from a command that differs in some ways from what an actual device would give. Those differences can be a problem for anyone learning networking technology because you may not have experience with that technology on real gear – so you may not notice the differences. So this section lists differences and issues that we have seen when using CPT to do this lab.

Beyond comparing your answers to this lab’s Answers post, you can test in Cisco Packet Tracer (CPT) or Cisco Modeling Labs (CML). In fact, you can and should explore the lab once configured. For this lab, once you have completed the configuration, try these verification steps. 

  1. Find the interface type on each interface using the show ip ospf interface command.

More Labs with Related Content!

Config Lab: OSPF DR Priority
Config Lab: OSPF Router IDs
Wendell Odom
By Wendell Odom September 24, 2021 11:05
Write a comment

No Comments

No Comments Yet!

Let me tell You a sad story ! There are no comments yet, but You can be first one to comment this article.

Write a comment
View comments

Write a comment

Comment; Identify w/ Social Media or Email

Subscribe

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Search

Categories