05-19-2020 11:20 PM - edited 05-20-2020 12:49 AM
Hello all. I am doing rip route (not version 2). Why 33.0.0.0/8 is variably subnetted (photo attached) ?????
I want to conf rip #network 33.20.5.0 and #network 33.20.4.0. But it finally show #33.0.0.0 in #sh run (photo attached). Why turn to 8 bits? How can I fix it ??
Solved! Go to Solution.
05-20-2020 12:50 AM
Hello,
I don't see any networks announced under the RIP process. You need to add:
router rip
version 2
network 33.0.0.0
no auto-summary
to all your routers. But even then you won't the see routes in the routing table, because your static routes have a lower administrative distance and take precedence. Remove all static routes and just use RIP as described above.
05-19-2020 11:54 PM
Hello,
are you running RIPv2 ?
router rip
--> version 2
?
Otherwise, post the zipped Packet Tracer project (.pkt) file here as an attachment...
05-20-2020 12:08 AM
05-20-2020 12:50 AM
Hello,
I don't see any networks announced under the RIP process. You need to add:
router rip
version 2
network 33.0.0.0
no auto-summary
to all your routers. But even then you won't the see routes in the routing table, because your static routes have a lower administrative distance and take precedence. Remove all static routes and just use RIP as described above.
05-20-2020 08:25 AM
05-20-2020 12:48 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide