I was adding a new policy to both import and export list for BGP. Then I observed a bgp session reset. Can anyone explain this for me?
The only change I made was to prepend a new policy to reject everything advertised from the neighbor and advertise nothing to the neighbor.
e.g: old config:
set protocols bgp group ext import policy-A
set protocols bgp group ext export policy-B
New config:
set protocols bgp group ext import nothing policy-A
set protocols bgp group ext export nothing policy-B