On Tue, Mar 13, 2012 at 08:16:42PM +0900, Randy Bush wrote:
| > Unverified is the default state for all prefixes … so if you do "fall
| > off the end" then the system will set it to its default values.
| >> the only problem i see with this is that, if i do not test for it in
| >> policy, i will fall off the end.
| >>        term unknown {
| >>            from {                          
| >>                protocol bgp;
| >>                validation-state unknown;
| >>                }
| >>            then {
| >>                validation-state unknown;
| >>                accept;
| >>                }
| >>            }
| >>        }
| 
| but is that an accept or reject?  and whichever you answer, some people
| would have wanted the other :)

depends on the route. consider that this is a BGP route and this
is a a BGP import policy then the system implicitly sets the
default acction to accept; this is system default (since JUNOS 3.3 ;-))
_______________________________________________
sidr mailing list
sidr@ietf.org
https://www.ietf.org/mailman/listinfo/sidr

Reply via email to