Showing posts with label OSPF. Show all posts
Showing posts with label OSPF. Show all posts
Wednesday, October 17, 2012
OSPF Lecture Day
I use this topology as my OSPF lecture day 1. Estimated lecture hours take 2 hours and 40 minutes. Enjoy Studying.
Saturday, May 19, 2012
OSPF Route Filtering Exercise 2
----------
R1#
!
router ospf 1
log-adjacency-changes
no auto-cost
network 10.1.12.1 0.0.0.0 area 0
network 10.1.15.1 0.0.0.0 area 15
network 10.1.21.1 0.0.0.0 area 0
distribute-list 1 in FastEthernet0/0
distribute-list 2 in FastEthernet2/0
!
!
access-list 1 deny 3.3.3.3
access-list 1 permit any
access-list 2 deny 4.4.4.4
access-list 2 permit any
!
OSPF Route Filtering Exercise 1
Verfication Tasks
----------------------
R1 - show ip route ospf
R1 - show ip ospf database
R5 - show ip route ospf
R5 - show ip ospf database
`
Friday, February 24, 2012
BGP versus OSPF/ISIS
Thursday, December 2, 2010
Studying OSPF Stub & Totally Stubby Area
As usual, this note is also in visio format. Please don't forget that I love drawing :-)
Saturday, November 27, 2010
OSPF Stub Area
We all know how to configure an OSPF Stub Area. It can be done with just one command. But, the points I wanna share with you here are from Network Planning Point of View (or) when you need to make a presentation to your customer about some parts of your current operational OSPF area will migrate to an OSPF Stub Area. The points we should include in our presentation are :
- What types of LSAs are not being originated within stub area;
- The Hellos originated by the router into the stub area will have E=0 in the
Options field;
- Existing OSPF adjacency will be broken;
- *Downtime should be scheduled because routing will be disrupted until all routers
are reconfigured as stub area ;
- Verify/Prove that the size of the OSPF database has been reduced;
*The most important fact we have to plan/highlight to the customer is.
I feel that we need to know those facts rather than just typing the command.
Reference : Routing TCP/IP Volume 1, Second Edition ; Page 423
- What types of LSAs are not being originated within stub area;
- The Hellos originated by the router into the stub area will have E=0 in the
Options field;
- Existing OSPF adjacency will be broken;
- *Downtime should be scheduled because routing will be disrupted until all routers
are reconfigured as stub area ;
- Verify/Prove that the size of the OSPF database has been reduced;
*The most important fact we have to plan/highlight to the customer is.
I feel that we need to know those facts rather than just typing the command.
Reference : Routing TCP/IP Volume 1, Second Edition ; Page 423
Friday, November 5, 2010
OSPF Virtual-Link vs GRE Tunnel
This is my note for OSPF Virtual-Link vs GRE Tunnel.
I don't realize that the clock strikes to 2:40AM SGT (6/Nov/2010) ...
Well, I'm gonna go to sleep ... ^_^
I don't realize that the clock strikes to 2:40AM SGT (6/Nov/2010) ...
Well, I'm gonna go to sleep ... ^_^
Saturday, August 7, 2010
2WAY/DROTHER

Here I am going to test about what 2WAY/DROTHER State in OSPF is based on shown topology.
I configure the R1 ospf priority as 255 (DR) and R2 ospf priority as 254 (BDR).
Let's examine the output.
I configure the R1 ospf priority as 255 (DR) and R2 ospf priority as 254 (BDR).
Let's examine the output.
From R1(DR) point of view,
R2 will be FULL/BDR and the rest will be FULL/DROTHER state.

R1 will be FULL/DR and the rest will be FULL/DROTHER state.







Q. When I issue the show ip ospf neighbor command, why do I only see FULL/DR and FULL/BDR, with all other neighbors showing 2WAY/DROTHER?
A. To reduce the amount of flooding on broadcast media, such as Ethernet, FDDI, and Token Ring, the router becomes full with only designated router(DR) and the backup designated router(BDR), and it shows 2-WAY for all other routers.
A. To reduce the amount of flooding on broadcast media, such as Ethernet, FDDI, and Token Ring, the router becomes full with only designated router(DR) and the backup designated router(BDR), and it shows 2-WAY for all other routers.
Friday, August 6, 2010
The question I was asked about OSPF
At interview,
1. Does your OSPF router-id need to be a reachable IP address ?
The answer is NO.
2. Can we set 239.1.1.1 as OSPF router-id?
The answer is YES.
3. Cisco OSPF Network Types and RFC Network Types? :)
Non-Broadcast > RFC2328
Broadcast > Cisco
Point-to-Point > Cisco
Point-to-Multipoint > RFC2328
Point-to-Multipoint Non-Broadcast > Cisco
4. Is Area 1 equal to Area 1.1.1.1 ?
The answer is NO.
Area1 = Area 0.0.0.1
Area0 = Area 0.0.0.0
1. Does your OSPF router-id need to be a reachable IP address ?
The answer is NO.
2. Can we set 239.1.1.1 as OSPF router-id?
The answer is YES.
3. Cisco OSPF Network Types and RFC Network Types? :)
Non-Broadcast > RFC2328
Broadcast > Cisco
Point-to-Point > Cisco
Point-to-Multipoint > RFC2328
Point-to-Multipoint Non-Broadcast > Cisco
4. Is Area 1 equal to Area 1.1.1.1 ?
The answer is NO.
Area1 = Area 0.0.0.1
Area0 = Area 0.0.0.0
Subscribe to:
Posts (Atom)