Routing Protocols - Again
control
Member Posts: 309
in CCNA & CCENT
Am I right in saying that routing protocols do not "Auto Discover" routes? I mean, the routes are always initially programmed/advertised by an engineer first on the actual routers that have the routes directly connected. From there other routers will learn of them.
We can't just have router A and B discover each other’s networks first, before actually advertising the routes with a protocol on each router?
Make Sense?
We can't just have router A and B discover each other’s networks first, before actually advertising the routes with a protocol on each router?
Make Sense?
Comments
-
CodeBlox Member Posts: 1,363 ■■■■□□□□□□As far as I know, each router is to be configured to advertise it's directly connected networks. There's no auto discovery that I know about.Currently reading: Network Warrior, Unix Network Programming by Richard Stevens
-
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□Am I right in saying that routing protocols do not "Auto Discover" routes? I mean, the routes are always initially programmed/advertised by an engineer first on the actual routers that have the routes directly connected. From there other routers will learn of them.
(Tech Note-- Perhaps coupled with "passive-interface default", depending on whether you want the router to only advertise all connected networks/subnets, or to both advertise and attempt to form adjacencies on them.)We can't just have router A and B discover each other’s networks first, before actually advertising the routes with a protocol on each router? Make Sense?
(Tech Note-- There are alternatives to routing protocols for automatically discovering a neighboring router's directly connected networks/subnets. Notably, CDP-speakers can share this info if you configure ODR). -
thedrama Member Posts: 291 ■□□□□□□□□□Am I right in saying that routing protocols do not "Auto Discover" routes? I mean, the routes are always initially programmed/advertised by an engineer first on the actual routers that have the routes directly connected. From there other routers will learn of them. We can't just have router A and B discover each other’s networks first, before actually advertising the routes with a protocol on each router? Make Sense?Monster PC specs(Packard Bell VR46) : Intel Celeron Dual-Core 1.2 GHz CPU , 4096 MB DDR3 RAM, Intel Media Graphics (R) 4 Family with IntelGMA 4500 M HD graphics.
5 year-old laptop PC specs(Toshiba Satellite A210) : AMD Athlon 64 x2 1.9 GHz CPU, ATI Radeon X1200 128 MB Video Memory graphics card, 3072 MB 667 Mhz DDR2 RAM. (1 stick 2 gigabytes and 1 stick 1 gigabytes) -
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□In the internetwork, all routers have to have same routing table.
If a prefix is examined (show ip route prefix) on two routers in an internetwork, you'll almost certainly observe different route-types, metrics, next-hops, etc. And if you search for that prefix on a third router, it may not even be there, due to summarization.
example, R1:
C 10.1.102.0/29 is directly connected, Serial0/0
example, R2:
D 10.1.102.0/29 [90/2681856] via 10.1.203.2, 01:49:03, Serial0/1