Re: FW: Distance Question - correction to previous post

From: Dave Meyer (dave.meyer@db.com)
Date: Mon Dec 09 2002 - 19:30:52 GMT-3


This is part of a config I just did to allow specific interfaces to communicate via rip while
blocking others .
router rip
 version 2
 no validate-update-source
 passive-interface default
 network 10.0.0.0
 neighbor 10.160.251.2
 neighbor 10.160.208.13
 neighbor 10.160.250.21
 distribute-list RIP-FILTER out Vlan13
 distribute-list RIP-FILTER out Vlan374
 distance 255
 distance 120 10.160.208.13 0.0.0.0
 distance 120 10.160.250.21 0.0.0.0
 distance 120 10.160.251.2 0.0.0.0
 no auto-summary

--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. .



This archive was generated by hypermail 2.1.4 : Fri Jan 17 2003 - 17:21:41 GMT-3