Re: [j-nsp] Translating Cisco to Juniper/policy-statements

2007-07-22 Thread nanbu
If it is me, I will write it as fellows. * juniper protocols { bgp { group HOGE { neighbor 1.1.1.1 { import [ AS-FILTER PREFIX-FILTER ]; } } } } policy-options { prefix-list AS111-BLOCK { 1.2.3.4/19; } prefix-l

Re: [j-nsp] Translating Cisco to Juniper/policy-statements

2007-07-22 Thread Gunjan GANDHI (BR/EPA)
I2J https://i2j.juniper.net/release/index.jsp Cheers //Gunjan policy-options { as-path path-20-accept "111+|222+|222+2221+|333+"; community UPSTREAM-OUT-1 members 1234:567; policy-statement ap-20 { term accept-term { from as-path path-20-accept; then a

[j-nsp] Translating Cisco to Juniper/policy-statements

2007-07-22 Thread Nick Kraal
Hi there, What is the best-current-way to configure the following Cisco-speak to JUNOS. Thanks in advance, -nick/ route-map UPSTREAM-OUT permit 10 match ip address prefix-list AS111-BLOCK AS222-BLOCK AS2221-BLOCK match as-path 20 ! route-map UPSTREAM-OUT permit 15 match ip address prefix