OSPF Tasks File
OSPF Tasks File
-Router-ID
-Network statement + Wildcard Mask
-OSPF over interface-Range
-Network types
-Hello Packet
-DR & BDR Elections + Wait time
-Manipulating DR& BDR
-OSPF Single Area (1)
-LSA Type1 & LSA Type2
-Passive interface & default
-OSPF Over loopbacks
-Unicast OSPF (R7 & R8)
-OSPF Multi Areas (with out Area 0)
-OSPF With Area 0
-LSA Type3
-LSA Type4 & LSA Type5
-Manual Summarization
-Authentication
==========================
-Route Filtering Using
1-ACL + Wildcard
2-Prefix-List
3-Offset List
4-Administrative Distance
5-summarization
======================
-BFD [Bidirectional Forward Detection]
Task 1
Configure Area 2 such that it Block any External Routes. It should maintain connectivity to the External Routes.
(Stub Area)
Task 2
Configure Area 3 should also block Inter Area routes maintaining reachability to them. (Totally Stubby Area)
Task 3
Configure Area 4 such that it does not receive any external routes from the backbone. The External routes from
EIGRP 100 should continue to be received in Area 4 and propagated into the Backbone. (NSSA Area)
Task 4
This step is a continuation of Task 3. Configure Area 4 such that the previous requirement is maintained but Area 4
should also have reachability to the external routes from the backbone (Connected Routes) (NSSA-Stub Area)
Task 5
Configure Area 4 such that the Inter-Area routes are also blocked in addition to the external routes from the
backbone only (NSSA-Totally Stubby Area)
Configuring Inter-Area Route Summarization
Task
Configure Route Summarization on the appropriate ABR to summarize all the R4 Loopbacks.
-Devices in area 0 do not have reachability to subnet between R4 and R8 (192.168.48.0) & R10’s Loopback0
-Devices in area 10 do not have reachability information about the Loopback0 interface of R1
Stub Area
• LSAs : Permit {Type 1 2 3} (O , OIA , O*)
• LSAs : Block {Type 4 5} Default Route (ABR)
30,000
--------=3
155.52
OSPF Path Selection with Bandwidth
Task
Using the interface-level bandwidth command so that:
Traffic from R6 destined to R8's Loopback0 uses VLAN 146 path via R1.
OSPF Path Selection with Per-Neighbor Cost
Task
Configure per-neighbor cost values on R5 so that cost to reach R1 is 100 and cost to reach R4 is 44.
NO capability transit Which mean ignore cost & Select virtual link connection whatever cost
Cause this the router which get Routes from area0
Traffic from non backbone area R7(2) to non backbone area R2(22) must through area 0 backbone
So we must create virtual link between R2&R2 in area 22 as Transit link
OSPF LSA Type-3 Filtering
Task
command. Without any additional arguments, the OSPF process first checks to see if a
default-information originate
default route is installed in the routing table.If the default route is not found, no origination occurs.
this feature causes the router to advertise a maximum metric for non-stub destinations,
making it the worst cost path to all destinations.
LSA is reflooded after 30 minutes, regardless of whether the topology is stable or not.
This periodic flooding behavior is commonly referred to as the “paranoid update.”
The ip ospf flood-reduction feature stops unnecessary LSA flooding by setting the DoNotAge (DNA) bit in the LSA,
BASIC Configurations
1-Process-ID
2-Router-ID
3-Network statement + Wildcard Mask
4-Area ID
5-OSPF over interface-Range
6-Network types
7-DR & BDR Elections + Wait time
8-OSPF Tables
9-Hello Packet
10-Manipulating DR& BDR
11-OSPF Single Area (10)
12-LSA Type1 & LSA Type2
13-Passive interface & default
14-OSPF Over loopbacks
15-Unicast OSPF (R7 & R8)
16-OSPF Multi Areas (with out Area 0)
17-OSPF With Area 0
18-LSA Type3
19-LSA Type4 & LSA Type5
20-Manual Summarization
21-Authentication
OSPF
Advanced Routing (ENARSI)
OSPF
Advanced Routing (ENARSI)
1-Virtual Link
2-LSA Type3 Filtering
3-Filter with Distribute List
4-Filter with Administrative Distance
OSPF
Advanced Routing (LABS)