[Xorp-hackers] [Xorp-users] Policy network4 operator

Kristian Larsson kristian at spritelink.se
Fri Nov 17 04:09:32 PST 2006


On Fri, Nov 17, 2006 at 01:34:11PM +0200, Hasso Tepper wrote:
> Pavlin Radoslavov wrote:
> > "network4 shorter 10.0.0.0/8"   SAME AS "network4 > 10.0.0.0/8"
> > "network4 orshorter 10.0.0.0/8" SAME AS "network4 >= 10.0.0.0/8"
> 
> [snip]
> 
> > Note that the last three keywords (shorter/orshorter/not) don't
> > exist in Juniper, so feel free to suggest better names.
> 
> What networks you'd expect to match these conditions? Ok, 10.0.0.0/8 would 
> match "orshorter" but point being ... ?
I've been wondering over the same thing

Would the following expressions do the same thing?
cisco:
ip prefix-list standard FOO deny 10.0.0.0/8 le 32
ip prefix-list standard FOO permit 0.0.0.0/0

xorp:
network-list BAR {
	permit orshorter 10.0.0.0/8;
}


  -K

-- 
Kristian Larsson                                   KLL-RIPE
Network Engineer                      Net at Once [AS35706]
+46 704 910401			     kristian at spritelink.se



More information about the Xorp-hackers mailing list