cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
199
Views
0
Helpful
1
Replies

Question about RIP Route Validation

khyder
Level 1
Level 1

Someone once showed me that I can set up directly connected routers (running RIP 1) so that one IP interface (on the destination router) can be made to appear farther than 16 hops from the router originating the ping. How can I do this?

1 Reply 1

steve.barlow
Level 7
Level 7

If I understand you correctly it can be done with an offset-list command.

eg. offset-list 10 in/out 16

Sets metric to 16 for routes that match access-list 10.

or

(not exactly what you asked but close) Under rip change the admin distance. Using the distance command in the routing process subconfiguration mode you can also change the distance for routes learned from one source only in some protocols, and you can change the distance on just some routes. See this link:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/ip_r/iprprt2/1rdindep.htm#1017506

Hope it helps

Steve