So I got two router connected and all communication is working and I'm using RIP. Now I have router A and B and I want router B to propagate a static route so I issue this in router B
ip route 192.168.1.0 255.255.255.0 loop3
router rip
redistribute static
When I check router A routing table I don't see any static route through RIP. Would someone explain what I did wrong?
ip route 192.168.1.0 255.255.255.0 loop3
router rip
redistribute static
When I check router A routing table I don't see any static route through RIP. Would someone explain what I did wrong?