Hi,
If I change the in-filter/out-filter, the bgp peer will disconnect about 1 minute and reconnect.
How can I to change the config and keep connection?
Many thanks!
Hi,
If I change the in-filter/out-filter, the bgp peer will disconnect about 1 minute and reconnect.
How can I to change the config and keep connection?
Many thanks!
Hi phil,
Setting the new filter via the command line doesn’t seem to impact the peer’s state (for me on v5.26 anyway).
~Matthew
[admin@edge2] /routing bgp peer> print
Flags: X - disabled, E - established
# INSTANCE REMOTE-ADDRESS REMOTE-AS
0 E default 192.168.228.101 64515
1 E default 192.168.228.131 64516
2 E default 192.168.228.141 64517
3 E default 192.168.228.151 64518
[admin@edge2] /routing bgp peer> set 2 in-filter=NEWFILTER-in
[admin@edge2] /routing bgp peer> set 2 out-filter=NEWFILTER-out
It’s really, thank you very much!