Stub Router
Folks;
I am having a hard time understanding a Stub Router topology. On the provided link
Google Image Result for http://www.cisco.com/en/US/i/100001-200000/130001-140000/135001-136000/135835.jpg
is the stub router the center router with multipule connections or are the six routers at the bottme called stub routers?
thank you
I am having a hard time understanding a Stub Router topology. On the provided link
Google Image Result for http://www.cisco.com/en/US/i/100001-200000/130001-140000/135001-136000/135835.jpg
is the stub router the center router with multipule connections or are the six routers at the bottme called stub routers?
thank you
Utini!
Comments
-
Forsaken_GA Member Posts: 4,024stub routers generally only have one egress path, that's why they're stubs.
With that in mind, the router at the top in the link can't possibly be a stub, it has multiple egress paths (it is in fact, a hub router)
And then there's the fact that the text you linked very clearly states the following:
A stub router can be thought of as a spoke router in a hub-and-spoke network topology -
networker050184 Mod Posts: 11,962 ModThe six at the bottom are the stubs. Think of the stub as router with a single connection back to the hub.
Damn you're quick!An expert is a man who has made all the mistakes which can be made. -
ColbyG Member Posts: 1,264networker050184 wrote: »The six at the bottom are the stubs. Think of the stub as router with a single connection back to the hub.
Damn you're quick!
Looks like only four are stubs. -
CiskHo Member Posts: 188Per Wiki: A Stub router, One-armed router or router on a stick is a router that routes traffic between virtual local area networks (VLANs). It has only a single Ethernet NIC that is part of two or more Virtual LANs, enabling them to be joined.
*edit* Seems like Wiki's definition may be flawed. Surely a stub router doesn't require an ethernet connection.. unless a "stub router" is required to be connected to a switch. I dunno...My Lab Gear:
2811(+SW/POE/ABGwifi/DOCSIS) - 3560G-24-EI - 3550-12G - 3550POE - (2) 2950G-24 - 7206VXR - 2651XM - (2) 2611XM - 1760 - (2) CP-7940G - ESXi Server
Just Finished: RHCT (1/8/11) and CCNA:S (Fall 2010)
Prepping For: VCP and CCNP SWITCH, ROUTE, TSHOOT -
networker050184 Mod Posts: 11,962 ModLooks like only four are stubs.
Ha, I only looked at the image preview and didn't see that link. Attention to detail!An expert is a man who has made all the mistakes which can be made. -
Forsaken_GA Member Posts: 4,024Looks like only four are stubs.
yeah, the last two having a link between them is kind of funky and makes no sense in the context of the actual article -
networker050184 Mod Posts: 11,962 ModPer Wiki: A Stub router, One-armed router or router on a stick is a router that routes traffic between virtual local area networks (VLANs). It has only a single Ethernet NIC that is part of two or more Virtual LANs, enabling them to be joined.
I would think that IF any of those routers was a stub router then it would be the one at the top. However, I don't think any of those are common stub routers as I don't see any VLAN info. I'd could use some clarification as well. I tihnk point to multipoint when I see that topolgy but I was never any good in that area.
A stub router has nothing to do with whether it has VLANs or not. Wikipedia isn't always the best source of information.An expert is a man who has made all the mistakes which can be made. -
e24ohm Member Posts: 151Forsaken_GA wrote: »stub routers generally only have one egress path, that's why they're stubs.
With that in mind, the router at the top in the link can't possibly be a stub, it has multiple egress paths (it is in fact, a hub router)
And then there's the fact that the text you linked very clearly states the following:
A stub router can be thought of as a spoke router in a hub-and-spoke network topology
i might be confusing myself...what if the router at the top had each of the 6 links configured on a Virtual Interface?Utini! -
Forsaken_GA Member Posts: 4,024I would think that IF any of those routers was a stub router then it would be the one at the top. However, I don't think any of those are common stub routers as I don't see any VLAN info. I'd could use some clarification as well. I tihnk point to multipoint when I see that topolgy but I was never any good in that area.
#1 Do not use wikipedia as a reliabe resource for network documentation. It will come back to hurt you
#2 'stub' is one of those unfortunate network terms that has multiple meanings, and depends entirely on the context it's being used in. The wiki definition is not entirely incorrect, it's just not absolute, as a stub router has an entirely different meaning from that when it comes to ODR, EIGRP, and OSPF -
Forsaken_GA Member Posts: 4,024i might be confusing myself...what if the router at the top had each of the 6 links configured on a Virtual Interface?
Doesn't matter, it connects to 6 different routers. Even if it is a multipoint configuration, it's not a stub router (at least, not in the context of the article that contains the image), it's a hub router. -
e24ohm Member Posts: 151Forsaken_GA wrote: »#1 Do not use wikipedia as a reliabe resource for network documentation. It will come back to hurt you
#2 'stub' is one of those unfortunately network terms that has multiple meanings, and depends entirely on the context it's being used in. The wiki definition is not entirely incorrect, it's just not absolute, as a stub router has an entirely different meaning from that when it comes to ODR, EIGRP, and OSPF
On page 96: "The stub router has only one neighbor, a distrubtion layer router. The remote router only needs a default route pointing to the distributino router - everywhere else can be reache via that router.
However, after what everyone has typed, I beleive i understand now...thanks
Figure 4-1 - The distribution router would be Router A right?Utini! -
Forsaken_GA Member Posts: 4,024i don't have the book, so I can't say for sure, but generally speaking, if you only have one egress link, and you can reach any destination outside of your network via a default route pointing to that link, it's a stub router. How a stub router operates has different meanings depending on the type of routing environment (ie, in OSPF, a stub network propagates LSA's and routers differently than a non-stub network, in EIGRP, whether or not a router is a stub router effects the query range, etc)
But again, it's a fairly nebulous term. You could describe virtually all residential internet connections as stub networks as well, even though they usually aren't participating in any kind of routing at all.