im having a issue regarding my BGP via GRE Tunnel everytime i set BGP IN and BGP Out Filters it sends and acccept traffic but it keeps Reconnecting each time
BGP-IN Filter :
accept
BGP Out Filter :
if (afi ipv4 and dst == 80.240.86.0/24) {accept} else {reject}
Could anyone please help me to set the correct BGP Filters in and out for this IP Range : 80.240.86.0/24
;;; Static
0 As 0.0.0.0/0 10.0.0.xx 1
DAc 10.0.0.0/24 WAN 0
DAc xxxxxxxx/24 HOME 0
DAc xxxxxxxx/24 HOME 0
;;; Static
1 As 80.240.86.0/24 1
DAc 80.240.86.252/30 WAN 0
Normally this is caused by the GRE traffic (address of the GRE tunnel) being inadvertently routed via an entry received via BGP itself.
You need to add a static route for your GRE peer.
The 80.240.86.252/30 is subdivided from /24 and its not the main Route for WAN its the 10.0.0.xx/24 Network , the only problem im having is after i add the BGP Filters the GRE Tunnel crashes so