[j-nsp] Configuration of prefix length filter

Alain Briant alain.briant at c-s.fr
Fri Dec 14 09:11:50 EST 2007


Hello usacox

You can use a special tool from the Juniper Website called I2J there:
https://i2j.juniper.net/release/index.jsp

You will need a valid login and password
for this:
ip prefix-list test seq 10 permit 0.0.0.0/0 le 27

The answer will be this:

policy-options {
policy-statement pl-test {
term term-1 {
from route-filter 0.0.0.0/0 upto /27;
then accept;
}
term ios-implicit-deny {
then reject;
}
}
}


Regards
Alain


usacox at xc5.so-net.ne.jp a e'crit:

>Hello all,
>
>I want to make prefix length filter, it works to allow all prefixes up to /27.
>The configuration of IOS is follows;
>ip prefix-list test seq 10 permit 0.0.0.0/0 le 27
>
>How to configure it?
>
>Thanks & regards,
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>juniper-nsp mailing list juniper-nsp at puck.nether.net
>https://puck.nether.net/mailman/listinfo/juniper-nsp
>



More information about the juniper-nsp mailing list