06-12-2018 03:15 AM - edited 03-05-2019 10:34 AM
Hello,
see the exhibit please.
I have made a network with 3 routers, 3 sub-networks with
1- 176.16.0.0/24
2- 176.16.1.0/24
3. 176.16.2.0/24
and the routers networks
1- 10.10.10.0/30
2- 10.10.10.4/30
3- 10.10.10.8/30
I used RIP as a daynamic router protocol.
issue:
If i add network 176.16.1.0 & network 176.16.2.0 to the rip route then if i do a show to my ip route i see only the 176.16.0.0.
In other words: the router convert the networks 176.16.1.0 & 176.16.2.0 to 176.16.0.0 becaus they are according to the router a prive neworks 176.16.x.x/16.
if i change the ip range to 192.168.x.x/24 then i have aconnection , but i should use the other range of 176.16.X.X/24
any solution?
Solved! Go to Solution.
06-13-2018 01:20 AM
06-13-2018 01:28 AM
06-13-2018 11:52 PM - edited 06-13-2018 11:55 PM
Hello
The rip process will not take you subnet mask just the classful network address which in your case would be:
router rip
no auto-summary
ver 2
network 10.0.0.0
However with auto-summarization disabled it will advertise your /30 correctly.
res
Paul
06-14-2018 12:19 AM
Dear all,
I finally found it. this has to do with packet tracer.
1- I have turned off all the router
2-one is turned on then I do my configuration on this router.
3- then I start the 2nd ..etc.
however, the following config is executed on all routers.
router rip
version 2
netwwork x.x.x.x. (add your network)
netwwork x.x.x.x. (add your network)
no car-numbery
passive interface {interface name bv g0 / 0}
defualt -information originate
exit
exit
copy run st
thanks for the interesting answers
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