Book now with code EOY2025
johnifanx98 wrote: » I understood usually routers are interconnected on serial interfaces. Does it mean a router will by default advertise its protocol messages to all its serial interfaces?
MrBrian wrote: » you can activate the protocol on an interface from interface level configuration (I think that's only for ospf though).
MrBrian wrote: » You tell the router on which interfaces to activate the routing protocol.. you do this by using the network statement under the routing instance.. or, like the previous example showed, you can activate the protocol on an interface from interface level configuration (I think that's only for ospf though). It's easy to just use a network statement and wildcard to encompass all the interfaces you need. Then those interfaces will send out hello's if it's eigrp or ospf, or just updates for rip.
NetworkVeteran wrote: » I will admit to making liberal use of "network 0.0.0.0 255.255.255.255 area 0" in labs. In real networks I tend to be more precise in my configurations.
johnifanx98 wrote: » So, I guess for RIP by default, it's sending updates to all involved interfaces...
johnifanx98 wrote: » I found passive-interface which is to disable updates on certain interfaces.
johnifanx98 wrote: » I found passive-interface which is to disable updates on certain interfaces. So, I guess for RIP by default, it's sending updates to all involved interfaces...
NetworkVeteran wrote: » I will admit to making liberal use of "network 0.0.0.0 255.255.255.255 area 0" in labs.
NetworkVeteran wrote: » Suppose you have a device configured as follows-- fa0/0 - 10.3.1.1/24 fa0/1 - 10.3.2.1/24 fa0/2 - 10.3.3.1/24 fa0/3 - 10.6.1.1/24 fa0/4 - 10.6.2.1/24 You want RIP to run only on 10.3.x.x. This is how you would accomplish that-- router rip passive-interface fa0/3 passive-interface fa0/4 network 10.0.0.0 Before the network 10.0.0.0 command, RIP is enabled nowhere. After that command, RIP is enabled on interfaces fa0/0, fa0/1, and fa0/2. Hope this helps.
Forsaken_GA wrote: » That's not entirely true. Under that configuration, RIP would be running on all the interfaces, but not sending routes on the passively defined ones.
NetworkVeteran wrote: » True enough. In the above configuration, I did trigger RIP to run on those interfaces, I simply stopped it from sending updates out of them. There is no way afaik to trigger RIP to run on 10.3.x.x but not run on 10.6.x.x. You can come very, very close--
Use code EOY2025 to receive $250 off your 2025 certification boot camp!