Networking-Forums.com

Professional Discussions => Routing and Switching => Topic started by: RoDDy on January 11, 2016, 09:47:44 AM

Title: OSPF Question. I'm Confused.
Post by: RoDDy on January 11, 2016, 09:47:44 AM
Hi Guys,

I was on a thread looking at a query someone had and responded but based on how the thread is going I'm wondering if what i said was wrong?

See link below.

http://www.networking-forum.com/viewtopic.php?f=33&t=48062 (http://www.networking-forum.com/viewtopic.php?f=33&t=48062)
Title: Re: OSPF Question. I'm Confused.
Post by: icecream-guy on January 11, 2016, 10:57:42 AM
Quote from: RoDDy on January 11, 2016, 09:47:44 AM
Hi Guys,

I was on a thread looking at a query someone had and responded but based on how the thread is going I'm wondering if what i said was wrong?

See link below.

http://www.networking-forum.com/viewtopic.php?f=33&t=48062 (http://www.networking-forum.com/viewtopic.php?f=33&t=48062)


eww that site.....



All non-zero areas need to be somehow connected to area zero.
Title: Re: OSPF Question. I'm Confused.
Post by: RoDDy on January 11, 2016, 12:31:57 PM
Quote from: ristau5741 on January 11, 2016, 10:57:42 AM
Quote from: RoDDy on January 11, 2016, 09:47:44 AM
Hi Guys,

I was on a thread looking at a query someone had and responded but based on how the thread is going I'm wondering if what i said was wrong?

See link below.

http://www.networking-forum.com/viewtopic.php?f=33&t=48062 (http://www.networking-forum.com/viewtopic.php?f=33&t=48062)


eww that site.....



All non-zero areas need to be somehow connected to area zero.

Agreed, but the other guy was saying they need to be in area 0. All i was trying to explain is that since the other routers are directly connected to interfaces on Router4, which is in area 0, then the OSPF will work with the other routers which are in different areas. Router4 will be the ABR.
Title: Re: OSPF Question. I'm Confused.
Post by: icecream-guy on January 11, 2016, 12:40:03 PM
Quote from: RoDDy on January 11, 2016, 12:31:57 PM
Quote from: ristau5741 on January 11, 2016, 10:57:42 AM
Quote from: RoDDy on January 11, 2016, 09:47:44 AM
Hi Guys,

I was on a thread looking at a query someone had and responded but based on how the thread is going I'm wondering if what i said was wrong?

See link below.

http://www.networking-forum.com/viewtopic.php?f=33&t=48062 (http://www.networking-forum.com/viewtopic.php?f=33&t=48062)


eww that site.....



All non-zero areas need to be somehow connected to area zero.

Agreed, but the other guy was saying they need to be in area 0. All i was trying to explain is that since the other routers are directly connected to interfaces on Router4, which is in area 0, then the OSPF will work with the other routers which are in different areas. Router4 will be the ABR.

they would need to have at least one interface in area zero, the routers don't need to be completely in area zero, e.g. all router interfaces in area zero.  Assuming were doing normal OSPF without the use of virtual links or super backbones.
Title: Re: OSPF Question. I'm Confused.
Post by: Nerm on January 11, 2016, 12:50:57 PM
I agree with ristau5741. My understanding is that OSPF area's cannot be daisy chained so to speak.
Title: Re: OSPF Question. I'm Confused.
Post by: LynK on January 11, 2016, 12:51:08 PM
virtual links are where it is at!!
Title: Re: OSPF Question. I'm Confused.
Post by: srg on January 11, 2016, 01:35:52 PM
Please post the question in whole here as well, we have no idea how long an external link will be accessible.
Title: Re: OSPF Question. I'm Confused.
Post by: SimonV on January 11, 2016, 01:37:07 PM
Quote from: srg on January 11, 2016, 01:35:52 PM
We have no idea how long an external link will be accessible.

It could very well go down for a few days  :twisted:
Title: Re: OSPF Question. I'm Confused.
Post by: deanwebb on January 11, 2016, 01:53:42 PM
I think the question in the OP is why doesn't this work:

R4
router ospf 1
network 10.0.0 0.0.0.255 area 0
network 20.0.0 0.0.0.255 area 1

R5
router ospf 2
network 20.0.0 0.0.0.255 area 1
network 30.0.0 0.0.0.255 area 2

R6
router ospf 3
network 30.0.0 0.0.0.255 area 2
network 40.0.0 0.0.0.255 area 3
Title: Re: OSPF Question. I'm Confused.
Post by: that1guy15 on January 12, 2016, 08:33:38 AM
Looks like a use of terms is confusing everyone.  First whatever teacher gave that topology should be fired. Unless he/she was trying to trick the students. Horrible topology for entry level. OSPF is already confusing enough to learn.

Area 0 is whats known as the backbone area. All non-backbone areas must have at least one ABR router which connects that area to the backbone area. To be an ABR the router must have at least one interface with an adjacency to another router in the backbone area and at least one interface connecting to the non-backbone area. Or more simply put one interface in area 0 and one in another area. If an area is unable to connect an ABR to the backbone a shim-link must be used to transit the non-backbone area.

Without a ABR connected to the backbone, LSAs will still propagate across the area but will not propagate between areas.

Title: Re: OSPF Question. I'm Confused.
Post by: NetworkGroover on January 12, 2016, 11:13:08 AM
Quote from: that1guy15 on January 12, 2016, 08:33:38 AM
Looks like a use of terms is confusing everyone.  First whatever teacher gave that topology should be fired. Unless he/she was trying to trick the students. Horrible topology for entry level. OSPF is already confusing enough to learn.

Area 0 is whats known as the backbone area. All non-backbone areas must have at least one ABR router which connects that area to the backbone area. To be an ABR the router must have at least one interface with an adjacency to another router in the backbone area and at least one interface connecting to the non-backbone area. Or more simply put one interface in area 0 and one in another area. If an area is unable to connect an ABR to the backbone a shim-link must be used to transit the non-backbone area.

Without a ABR connected to the backbone, LSAs will still propagate across the area but will not propagate between areas.

+1, and shim-link = OSPF Virtual Link
Title: Re: OSPF Question. I'm Confused.
Post by: that1guy15 on January 12, 2016, 12:23:18 PM
Ah good catch AspiringNetworker! Mis-use of terms.

Shim-link serves another purpose. Virtual-link is what I meant.

Blah and I call my self a CCIE.... ???
Title: Re: OSPF Question. I'm Confused.
Post by: wintermute000 on January 12, 2016, 03:55:21 PM
That's a sham link not a shim link LOL but hey you wouldn't know it at all if you weren't a ccie :)
I've only ever seen a single occasion where a carrier allowed OSPF as a MPLS-VPN PE-CE protocol and even then there was no backdoor link scenario to require a sham-link
Title: Re: OSPF Question. I'm Confused.
Post by: NetworkGroover on January 13, 2016, 12:44:05 PM
Lol exactly - I don't even know what a sham-link is....

I just thought he was using slang for the official term so for the OP I listed the official term... wasn't meant to look like I was correcting him   :rofl:

And that1guy, dude, my buffer has gotten so small, I'd be amazed if you can recall everything you've learned in your journey off the top of your head... I can't even remember specific VXLAN feature-to-platform support...  :doh:
Title: Re: OSPF Question. I'm Confused.
Post by: that1guy15 on January 13, 2016, 03:41:13 PM
Nah its cool dude, I never mind being corrected on a mistake.

Sham-links connect MPLS PE to PE routers together so LSAs that traverse the MPLS core look like intra-area instead of inter-area LSA. Basically stretching the area across the MPLS cloud. This is also know as the super-backbone. This is now where the vrf-lite command comes in, but that is a whole other set of worms. Fuck you P bit!!

Its weird what sticks and what dosent. and trust me there is a ton that is not sticking after I passed.
Title: Re: OSPF Question. I'm Confused.
Post by: wintermute000 on January 13, 2016, 04:53:13 PM
if I had to pick one thing to forget after doing the exam, sham link would be somewhere near the top - I don't expect to ever see it in production....
I only vaguely remember the P bit stuff and capability vrf-lite etc....
Edit aaaaaand we're both disappoint, the p bit is for nssa type 7 do not convert to 5... Ospf mpbgp loop prevention is down bit for type three and special tag for type five a there is no option field in a type five ROFL
dude, too many flashbacks ROFL