cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4461
Views
0
Helpful
18
Replies

RIP with 176.16.X.X

Laith_IQ
Level 1
Level 1

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?

18 Replies 18

thanks for the feedback.
i tried v1 & v2 ...the same result.

Router(config)#no router rip
Router(config)#
Router(config)#router rip
Router(config-router)#ve
Router(config-router)#version 2
Router(config-router)#no au
Router(config-router)#no auto-summary
Router(config-router)#ne
Router(config-router)#network 10.10.10.0 255.255.255.252
^
% Invalid input detected at '^' marker.


i can't add a subnetmask with rip

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


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

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

Review Cisco Networking for a $25 gift card