Re: Propagate Static Routes into Routing Protocols

From: Peter van Oene (pvo@usermail.com)
Date: Mon Feb 04 2002 - 16:03:45 EST


A lot of these commands (like install/receive etc) are used in situations
where you setup a defaults section with the opposite action. For example,
with no defaults section, receive may be the default action. However, if
you setup a static defaults section with no-receive in it, the receive
option can then be used to override this on a particular route.

Consider

routing-options
         static
                 defaults
                         no-install

                 route
                         10.0.0.0/8 discard
                         11.0.0.0/8 discard
                         12.0.0.0/8
                                 discard
                                 install

hth

pete

At 12:29 PM 2/4/2002 -0500, Clayton Fiske wrote:
>On Mon, Feb 04, 2002 at 11:42:31AM -0500, Mark M. Forest wrote:
> > To expand just a bit as well...
> >
> > discard - will drop packets to the route and not send ICMP unreachable
> > messages
> >
> > reject - will drop packets to the route and DOES send ICMP unreachable
> > messages to the source
> >
> > receive - this will allow the local system to to receive packets for this
> > destination
>
>So then 'receive' is implicit unless another option is specified, yes?
>I'm trying to think of a situation where you'd actually need to specify
>it.
>
>-c



This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:39 EDT