Compare cert salaries and plan your next career move
sandman748 wrote: » rip will advertise out all active interfaces unless you specifically tell it which interfaces not to advertise out of.
johnwest43 wrote: » After you issue router rip you need to tell the router which networks to advertise by using thenetwork xxx.xxx.xxx.xxx command. by default this will advertise network xxx.xxx.xxx.xxx out all interfaces. When you issue the passive-interface s0 command this tells the router to advertise the route out every interface except s0.
zobo88 wrote: » thanks John, it clear up a loy and about reception of RIP updates? it gets enabled at all interfaces on just the issuance router rip command
Forsaken_GA wrote: » passive interface only disables the sending of RIP updates, a passive interface will still receive RIP updates. This is important to note, because that's not the behavior of a passive interface under EIGRP/OSPF, passive interface will disable the sending of hello packets, and so no adjacencies will form, but since RIP doesn't use adjacencies, it can still accept routing updates on it's passive interfaces. and RIP is like OSPF, the network command just tells it what interfaces are participating in RIP. If the interface has an address that's within the range specified by your network command, rip will be enabled on that interface. RIP is not enabled on all interfaces automatically just because you typed router rip
zobo88 wrote: » than the router will broadcast 192.168.1.0 and 192.168.2.0 only on eth1 and eth0, it won't be broadcasted on eth3 ? and similarly for reception of rip updates from other router, the updates will be only accepted on eth0 and eth1 and no updates will be accepted at eth3
Forsaken_GA wrote: » I'm not trying to be coy, but is this something you've attempted to lab up and see what the results are? That's the best way to answer your question
R1#show ip int brief | exc unset Interface IP-Address OK? Method Status Protocol FastEthernet0/0 10.0.1.1 YES manual up up FastEthernet0/1 10.0.2.1 YES manual up up FastEthernet2/0 10.0.3.1 YES manual up up FastEthernet2/1 192.168.1.1 YES manual up up
R1(config)#router rip R1(config-router)#version 2 R1(config-router)#network 192.168.1.0 R1(config-router)#network 10.0.1.0 R1(config-router)#network 10.0.2.0 R1(config-router)#end R1#wr
R1#show run | section router rip router rip version 2network 10.0.0.0 network 192.168.1.0 R1#
R1#show ip protocol *** IP Routing is NSF aware *** Routing Protocol is "rip" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Sending updates every 30 seconds, next due in 19 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Redistributing: rip Default version control: send version 2, receive version 2 Interface Send Recv Triggered RIP Key-chain FastEthernet0/0 2 2 FastEthernet0/1 2 2 FastEthernet2/0 2 2 FastEthernet2/1 2 2 Automatic network summarization is in effect Maximum path: 4 Routing for Networks: 10.0.0.0 192.168.1.0 Routing Information Sources: Gateway Distance Last Update Distance: (default is 120)
R1#show run | section router router rip version 2 passive-interface default no passive-interface FastEthernet0/0 no passive-interface FastEthernet0/1 no passive-interface FastEthernet2/1 network 10.0.0.0 network 192.168.1.0 R1#
R1#show ip protocol *** IP Routing is NSF aware *** Routing Protocol is "rip" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Sending updates every 30 seconds, next due in 18 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Redistributing: rip Default version control: send version 2, receive version 2 Interface Send Recv Triggered RIP Key-chain FastEthernet0/0 2 2 FastEthernet0/1 2 2 FastEthernet2/1 2 2 Automatic network summarization is in effect Maximum path: 4 Routing for Networks: 10.0.0.0 192.168.1.0 Passive Interface(s): Serial1/0 Serial1/1 Serial1/2 Serial1/3 Passive Interface(s): Serial1/4 Serial1/5 Serial1/6 Serial1/7 FastEthernet2/0 VoIP-Null0 Routing Information Sources: Gateway Distance Last Update Distance: (default is 120) R1#
zobo88 wrote: » Thanks Mike but it is a bit confusing Since we are using rip 2 which does carry the class information than why do the 10.0.1.0 and 10.0.2.0 networks get rounded as 10.0.0.0 ? and why is a /8 mask carried in routing updates?
zobo88 wrote: » so If we are using Ripv2 with auto summarization than it more or less just becomes Ripv1 ? as the main difference between Ripv2 and v1 is classful/classless routing ? or is there something more which I am missing?
zobo88 wrote: » do you mean to say that there is no need to specify networks using network x.x.x.x commands ? we just need to issue router rip and all will be set ?
Compare salaries for top cybersecurity certifications. Free download for TechExams community.