Compare cert salaries and plan your next career move
router rip [B]network 10.0.0.0[/B] network 172.16.0.0 network 192.168.1.0
notgoing2fail wrote: » DerekAustin: I think your config on R2 is still old. Look at your RIP config. You still have network 10.0.0.0 in there. Take that out and see what happens. As someone else suggested, sometimes it's good to start fresh because old entries could linger and make troubleshooting difficult.router rip [B]network 10.0.0.0[/B] network 172.16.0.0 network 192.168.1.0
alan2308 wrote: » Ok, I put 10.2.1.1 and 10.2.2.1 as the addresses for the two ethernet ports, and put 10.2.1.0 and 10.2.2.0 as the networks in the RIP process for Router1, with 192.168.1.0 obviously on the WAN link between them, and on Router2 I get: Router2#sh ip route <snip> R 10.0.0.0/8 [120/1] via 192.168.1.1, 00:00:09, Serial0/0/0 C 192.168.1.0/24 is directly connected, Serial0/0/0 Router2#debug ip rip #RIP: received v1 update from 192.168.1.1 on Serial0/0/0 10.0.0.0 in 1 hops And I got the exact same RIP update 6 times now while I've been working on this post. What are you setting this up on? Notgoing2fail is using real routers (I'm assuming) and I mocked it up in Packet Tracer, simulated 1841 routers running a simulated 12.4 IOS. So I'm wondering about your setup and if you're coming across a bug perhaps.
alan2308 wrote: » What are you setting this up on? Notgoing2fail is using real routers (I'm assuming) and I mocked it up in Packet Tracer, simulated 1841 routers running a simulated 12.4 IOS. So I'm wondering about your setup and if you're coming across a bug perhaps.
DerekAustin26 wrote: » I'm using Sybex Virtual Lab software. The Virtual Router's are 2600's
typesh wrote: » Autosummary is on by default for RIPv2 and EIGRP.
alan2308 wrote: » router rip version 1 network 10.0.0.0 network 192.168.1.0 ! ip classless ! end
DerekAustin26 wrote: » Here is the problem. You are advertising network 10.0.0.0 - This isn't "autosummary" because it's just simply advertising what you configured. Autosummary shouldn't require you to summarize it for the router. It should do this automatically. Of course anything you configure under rip, it's gonna advertise. Try this... Take out network 10.0.0.0 and advertise networks: 10.2.1.0 & 10.2.2.0 and see what happens... Just for grins... And to answer your question: I haven't specified RIPv1 in the process because RIPv1 is on by default when configuring RIP. You should only have to specify "Version 2", but just for grins, i'll try that anyways.
chX wrote: » I whipped something up in Packet Tracer.
alan2308 wrote: » I think that is the problem. I did mine in PT and notgoing2fail was on real routers, but Derek was using the Sybex simulator. We're thinking that might have a lot to do with his results.
johnwest43 wrote: » As of 12.2( 8 )t EIGRP auto summarization is disabled by default.
notgoing2fail wrote: » I'm going to lab this up one more time.
typesh wrote: » I labbed this up as well using 2501s. Here are my results:
chX wrote: » RIP (Version 1 and 2) will "fix it" for you. Regardless of what you enter in the network statements, it will amend it to the classful address in the running config. [/COLOR]
typesh wrote: » Thanks. Didn't know that. I labbed this up as well using 2501s. Here are my results:Router 1 Config ! interface Loopback1 ip address 10.2.1.1 255.255.255.0 ! interface Loopback2 ip address 10.2.2.1 255.255.255.0 ! interface Ethernet0 no ip address shutdown ! interface Serial0 ip address 172.16.0.1 255.255.0.0 ! interface Serial1 no ip address shutdown ! router rip network 10.0.0.0 network 172.16.0.0Router 1's Debug IP Rip Output Router#debug ip rip RIP protocol debugging is on Router# *Mar 1 00:11:05.803: RIP: sending v1 update to 255.255.255.255 via Loopback1 (10.2.1.1) *Mar 1 00:11:05.807: RIP: build update entries *Mar 1 00:11:05.811: subnet 10.2.2.0 metric 1 *Mar 1 00:11:05.811: network 172.16.0.0 metric 1 *Mar 1 00:11:05.815: RIP: sending v1 update to 255.255.255.255 via Loopback2 (10.2.2.1) *Mar 1 00:11:05.819: RIP: build update entries *Mar 1 00:11:05.819: subnet 10.2.1.0 metric 1 *Mar 1 00:11:05.823: network 172.16.0.0 metric 1*Mar 1 00:11:05.827: RIP: sending v1 update to 255.255.255.255 via Serial0 (172.16.0.1) *Mar 1 00:11:05.831: RIP: build update entries *Mar 1 00:11:05.831: network 10.0.0.0 metric 1Router 2 Config interface Ethernet0 no ip address shutdown ! interface Serial0 ip address 172.16.0.2 255.255.0.0 clockrate 64000 ! interface Serial1 no ip address encapsulation frame-relay clockrate 64000 frame-relay intf-type dce frame-relay route 201 interface Serial0 102 ! router rip network 172.16.0.0Router 2's Debug IP Rip Output FR_SWITCH#debug ip rip RIP protocol debugging is on FR_SWITCH# *Mar 1 00:12:53.603: RIP: received v1 update from 172.16.0.1 on Serial0 *Mar 1 00:12:53.607: 10.0.0.0 in 1 hopsRouter 2's Routing Table FR_SWITCH#show ip route <---omitted---> Gateway of last resort is not set C 172.16.0.0/16 is directly connected, Serial0R 10.0.0.0/8 [120/1] via 172.16.0.1, 00:00:02, Serial0Edit: I also tried entering the network statements as 10.2.1.0 and 10.2.2.0. The classfull 10.0.0.0 address will still appear in the config. See here: Router(config)#no router rip Router(config)# Router(config)#router ripRouter(config-router)#network 10.2.1.0 Router(config-router)#network 10.2.2.0 Router(config-router)#network 172.16.0.0 Router(config-router)#do show run Building configuration... Current configuration : 612 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! ! no aaa new-model ip subnet-zero ! ! ! ! interface Loopback1 ip address 10.2.1.1 255.255.255.0 ! interface Loopback2 ip address 10.2.2.1 255.255.255.0 ! interface Ethernet0 no ip address shutdown ! interface Serial0 ip address 172.16.0.1 255.255.0.0 ! interface Serial1 no ip address shutdown ! router rip network 10.0.0.0 network 172.16.0.0
DerekAustin26 wrote: » Okay, then my virtual lab software must have a bug. Thanks!
notgoing2fail wrote: » It's a good question to ask and worthy of labbing up. Unfortunately these are the down sides of using simulators. The sims have to be as accurate as possible, that is of utmost importance, otherwise you can really screw up your fundamental understanding of networking. The upside is that they are cheaper than buying a real lab and not everyone can purchase a lab, but if you can, I always tell people to buy real equipment. The amount of time we all spent on this, could have been avoided if the sim was accurate...
alan2308 wrote: » This is why I'd love to see Packet Tracer made available to everybody. For all its legitimate faults, it doesn't seem to get things blatantly wrong like this. But either way, I like working though situations like this once in a while. It's a nice conformation that everything that I thought I knew about RIP is indeed correct. Let's just not get carried away with them, OK simulator guys?
notgoing2fail wrote: » lol for every person that talks about getting real equipment, there's someone in the wings waiting to say, "GNS3!!!".... I think GNS3 is the most accurate though since it uses the actual IOS, we just have to be concerned about the rest of the programming working correctly.... I think too many people learn a topic and move on, only to completely forget everything they learned about RIP, or EIGRP, or STP, VTP etc etc... So it is good indeed to come back and review these topics....
DerekAustin26 wrote: » Thanks alot guys! I'm gonna buy me a real cisco kit just because of this problem. I appreciate your help!
Compare salaries for top cybersecurity certifications. Free download for TechExams community.