changing distance in RIP
Hi,
I try to change the administrative distance within RIP. But i don't see the the distance changed at the other side. not 100% sure i configured it correctly.
Site A:
config router rip config distance edit 1 set prefix 172.20.222.222 255.255.255.255 set distance 20 next end config network edit 1 set prefix 10.254.240.32 255.255.255.252 next end config redistribute "connected" end config redistribute "static" set status enable set routemap "preferred-rm" end config redistribute "ospf" end config redistribute "bgp" end config redistribute "isis" end config interface edit "GRE" set auth-mode text set receive-version 2 set send-version 2 next end end
Site B:
config router rip config network edit 1 set prefix 10.254.240.32 255.255.255.252 next end config redistribute "connected" end config redistribute "static" end config redistribute "ospf" end config redistribute "bgp" end config redistribute "isis" end config interface edit "GRE-DC" set auth-mode text set receive-version 2 set send-version 2 next end end
Site B Routing table;
Routing entry for 172.20.222.222/32 Known via "rip", distance 120, metric 6 Last update 01:07:13 ago 10.254.240.33, via GRE-DC So it is not changed to the configurerd distance of 20.
Any help is much apriciated.