Re: [j-nsp] BGP import policy not refreshing properly

2009-07-15 Thread Truman Boyes
Hi, I ran a quick test with 9.2R2.15 between two BGP peers and I see BGP metric (MED) changes take effect immediately. tbo...@brooklyn show configuration protocols bgp group test { type internal; local-address 50.50.50.1; family inet { unicast; } family inet-vpn {

Re: [j-nsp] BGP import policy not refreshing properly

2009-07-15 Thread Yevgeniy Voloshin
Hi Truman, *tbo...@manhattan show configuration policy-options policy-statement set-med term 1 {** from metric 0; then { metric 3; **?++ACCEPT++?** } } * * term local_pref {** then { local-preference 110; accept; } } * * term default { then

[j-nsp] BGP import policy not refreshing properly

2009-07-13 Thread Will Orton
I have 2 POPs each with a connection to a common upstream. The upstream is sending me MEDs, but lots of routes have (missing or 0) MEDs and I want to reset those to a fixed value so I can tweak them later. So I have an import policy on each BGP session like so: term setall-meds { from