Even routes and metric of 10 in RIP

From: Cisco Net (network.cisco@gmail.com)
Date: Fri Nov 05 2004 - 16:54:21 GMT-3


Hi
From my neighbor i am getting a lot of rip routes from my neighbor router.

My objective is to allow only even routes that match the 3rd octet.
and
I should also see a metric of 10 in my routing table

now can i do this,
ip access-list standard INCOME
 permit 0.0.1.0 0.0.254.0

router rip
 version 2
 passive-interface default
 no passive-interface Ethernet0/0
 offset-list INCOME in 9 Ethernet0/0 ----> Watch this
 network 10.0.0.0
 distribute-list INCOME in Ethernet0/0 ---> Watch this
 distribute-list name in
 no auto-summary

"router rip" having both distribute list and off-set list for the same
routes...
Does it work and Is this a good solution
Regds
Cert



This archive was generated by hypermail 2.1.4 : Thu Dec 02 2004 - 06:57:38 GMT-3