I use exabgp version 3.2.9 with juniper mx, to anycast my dns.
Hello all,
I use exabgp version 3.2.9 with juniper mx, to anycast my dns.
I recently review my router log, and I see the session were dropped every hours (aprox).
The exabgp log :
Aug 26 15:55:27 ig1-resolver-02 Tue, 26 Aug 2014 15:55:27 | INFO | 49124 | network | Peer 158.58.177.193 ASN 39605 out loop reset notification sent (4,0) Hold timer expired / Unspecific.
Aug 26 15:56:29 ig1-resolver-02 Tue, 26 Aug 2014 15:56:29 | INFO | 49124 | network | Connected to peer neighbor 158.58.177.193 local-ip 158.58.177.194 local-as 65000 peer-as 39605 router-id 15
8.58.177.194 family-allowed in-open (out)
The log on the juniper side :
Aug 26 13:55:27 cr1.pa3.par rpd[1397]: bgp_recv: peer 158.58.177.194 (External AS 65000): received unexpected EOF
Aug 26 13:55:27 cr1.pa3.par rpd[1397]: RPD_BGP_NEIGHBOR_STATE_CHANGED: BGP peer 158.58.177.194 (External AS 65000) changed state from Established to Idle (event Closed) (instance master)
Aug 26 13:56:31 cr1.pa3.par rpd[1397]: bgp_parse_open_options: peer 158.58.177.194+45998 (proto): unsupported AF 2 SAFI 133
Aug 26 13:56:31 cr1.pa3.par rpd[1397]: bgp_parse_open_options: peer 158.58.177.194+45998 (proto): unsupported AF 2 SAFI 134
Aug 26 13:56:31 cr1.pa3.par rpd[1397]: bgp_process_caps: mismatch NLRI with 158.58.177.194 (External AS 65000): peer: <inet-unicast inet-multicast inet-vpn-unicast inet6-unicast inet-labeled-unicast inet6-vpn-unicast inet-flow inet-vpn-flow>(25239) us: <inet-unicast>(1)
Aug 26 13:56:32 cr1.pa3.par rpd[1397]: RPD_BGP_NEIGHBOR_STATE_CHANGED: BGP peer 158.58.177.194 (External AS 65000) changed state from OpenConfirm to Established (event RecvKeepAlive) (instance master)
The exabgp.conf :
neighbor 158.58.177.193 {
description "will announce a route";
router-id 158.58.177.194;
local-address 158.58.177.194;
local-as 65000;
peer-as 39605;
static {
route 158.58.177.208/32 next-hop 158.58.177.194 med 150;
route 158.58.177.209/32 next-hop 158.58.177.194 med 100;
route 10.3.255.1/32 next-hop 158.58.177.194 med 150;
route 10.3.255.2/32 next-hop 158.58.177.194 med 100;
}
}
The juniper conf :
group ipv4-anycast-cust {
import no-routes;
family inet {
unicast;
}
export no-routes;
neighbor 158.58.177.194 {
import v4-RESOLVER;
peer-as 65000;
}
}
Any ideas ?
Regards,