In this lab you will learn how to configure Open Shortest Path First (OSPF) on a per interface basis without the use of the network statement in OSPF router configuration mode.
Real World Application & Core Knowledge
Well you should know by now how to specify which interfaces to participate in a routing protocol as discussed in Lab’s 9-1, 8-1 and 7-1. You use the network statement followed by the network ip address and wildcard mask. However in this lab you will learn a new way to configure an interface to participate in specific OSPF process.
By specifying on an interface level rather or not that interface participates in the OSPF routing process, this ensures any new interfaces brought online would not automatically be included in the routing process. Also when configuring OSPFv3 for IP Version 6 (IPv6), you no longer have the network statement but rather you use interface configuration mode only to specify which interfaces participate in the OSPF routing process.
To configure an interface to participate in a specific OSPF routing process you’ll use the ip ospf procid# area # command in interface configuration mode.
Familiarize yourself with the following new command(s);
ip ospf hello-interval # – This command is executed in interface configuration mode as an alternative to specify the configured interface to participate in the OSPF routing process via a network statement in OSPF router configuration mode.
The following logical topology shown below is used in labs found through out Section 9 – Configuring OSPF;
Lab Prerequisites
• If you completed lab 9-7 you can start where you’ve left off or you can load the Free CCNA Workbook GNS3 topology; start and establish a console session with R1, R2, R3, R4, R5 and SW1 then load their initial configurations included below by copying the config from the textbox and pasting it into the routers console.
Initial Configurations
Lab Objectives
• Configure each interface on all routers in the OSPF topology to use per-interface OSPF statements and not network statements in the OSPF configuration mode. Complete this in a way that the OSPF neighbor relationships are not dropped.
• Verify that all interfaces on R1 are participating in the OSPF routing process.
Lab Instruction
Objective 1. – Configure each interface on all routers in the OSPF topology to use per-interface OSPF statements and not network statements in the OSPF configuration mode. Complete this in a way that the OSPF neighbor relationships are not dropped.
To complete this objective in a way that the neighbor relationships are NOT dropped when removing the network statements in OSPF router configuration mode you must first configure each interface to participate in the correct OSPF routing process and area then remove the network statements from the OSPF configuration as shown below;
R1#configure terminal |
R2#configure terminal |
R3#configure terminal |
R4#configure terminal |
R5#configure terminal |
Objective 2. – Verify that all interfaces on R1 are participating in the OSPF routing process.
R1#show ip ospf interface brief
Interface PID Area IP Address/Mask Cost State Nbrs F/C
Se1/0 1 0 10.1.245.1/29 64 DR 3/3
Lo0 1 1 10.55.10.1/24 1 LOOP 0/0
R1#
0 komentar:
Posting Komentar
Silahkan isi kesan hati anda di sini !!!