no rip update for networks 192.168.1-254.x
hey all i hope that anyone can give me this answer becaouse im loosing it...
im trying to implement rip on my router and he send me an update only to one of the interfaces
fastethernet0/0 192.168.4.26 255.255.0.0
fastethernet0/1 10.13.31.1 255.255.255.0
router rip
version 2
network 10.0.0.0
network 192.168.0.0
the update is sent only via 10.13.31.1
but when i change the ip address fastethernet0/0 to 192.168.0.x it works....
someone can pls help me...???
thank you
im trying to implement rip on my router and he send me an update only to one of the interfaces
fastethernet0/0 192.168.4.26 255.255.0.0
fastethernet0/1 10.13.31.1 255.255.255.0
router rip
version 2
network 10.0.0.0
network 192.168.0.0
the update is sent only via 10.13.31.1
but when i change the ip address fastethernet0/0 to 192.168.0.x it works....
someone can pls help me...???
thank you
Comments
masks shorter then the natural mask.
You have misconfigured the second network statement. Type network 192.168.4.0 instead.
Pavel
thank you for everything....
Adding a secondary address with a network address or a subnet address of the classful network will allow rip to send updates onthe interface, but it will source them from the primary address of the interface.
so if someone here have another idea it will be great and again thank you all...