[OpenBSD] OpenBGPD n'envoie parfois pas les routes.
Le
Patrick Lamaizière
Bonjour,
(snaphot 4.8/amd64)
J'ai un soucis, parfois (quand je l'arrête et le rédémarre) OpenBGPd
n'annonce pas/plus mes routes au peer :
# bgpctl show rib out neig RenaterV4
flags: * = Valid, > = Selected, I = via IBGP, A = Announced
origin: i = IGP, e = EGP, ? = Incomplete
flags destination gateway lpref med aspath origin
Alors que je récupère bien les routes en "in".
# bgpctl show rib in neig RenaterV4
flags: * = Valid, > = Selected, I = via IBGP, A = Announced
origin: i = IGP, e = EGP, ? = Incomplete
flags destination gateway lpref med aspath origin
* 192.168.1.0/24 193.51.184.25 100 0 2200 i
# bgpctl show
Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd
RenaterV6 2200 67 67 0 00:32:18 1
RenaterV4 2200 67 67 0 00:32:18 1
Les routes sont statiques et déclarées dans bgpd.conf
Quand ça marche (je ne touche à rien, je relance juste bgpd):
# bgpctl show rib out neig RenaterV4
flags: * = Valid, > = Selected, I = via IBGP, A = Announced
origin: i = IGP, e = EGP, ? = Incomplete
flags destination gateway lpref med aspath origin
AI*> 129.20.0.0/16 0.0.0.0 100 0 i
AI*> 148.60.0.0/16 0.0.0.0 100 0 i
AI*> 193.52.12.0/24 0.0.0.0 100 0 i
AI*> 193.52.37.0/24 0.0.0.0 100 0 i
AI*> 193.52.56.0/24 0.0.0.0 100 0 i
AI*> 193.52.60.0/24 0.0.0.0 100 0 i
AI*> 195.220.94.0/24 0.0.0.0 100 0 i
Les routes sont statiques et déclarées dans bgpd.conf.
Une idée ?
Merci.
(snaphot 4.8/amd64)
J'ai un soucis, parfois (quand je l'arrête et le rédémarre) OpenBGPd
n'annonce pas/plus mes routes au peer :
# bgpctl show rib out neig RenaterV4
flags: * = Valid, > = Selected, I = via IBGP, A = Announced
origin: i = IGP, e = EGP, ? = Incomplete
flags destination gateway lpref med aspath origin
Alors que je récupère bien les routes en "in".
# bgpctl show rib in neig RenaterV4
flags: * = Valid, > = Selected, I = via IBGP, A = Announced
origin: i = IGP, e = EGP, ? = Incomplete
flags destination gateway lpref med aspath origin
* 192.168.1.0/24 193.51.184.25 100 0 2200 i
# bgpctl show
Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd
RenaterV6 2200 67 67 0 00:32:18 1
RenaterV4 2200 67 67 0 00:32:18 1
Les routes sont statiques et déclarées dans bgpd.conf
Quand ça marche (je ne touche à rien, je relance juste bgpd):
# bgpctl show rib out neig RenaterV4
flags: * = Valid, > = Selected, I = via IBGP, A = Announced
origin: i = IGP, e = EGP, ? = Incomplete
flags destination gateway lpref med aspath origin
AI*> 129.20.0.0/16 0.0.0.0 100 0 i
AI*> 148.60.0.0/16 0.0.0.0 100 0 i
AI*> 193.52.12.0/24 0.0.0.0 100 0 i
AI*> 193.52.37.0/24 0.0.0.0 100 0 i
AI*> 193.52.56.0/24 0.0.0.0 100 0 i
AI*> 193.52.60.0/24 0.0.0.0 100 0 i
AI*> 195.220.94.0/24 0.0.0.0 100 0 i
Les routes sont statiques et déclarées dans bgpd.conf.
Une idée ?
Merci.

Poser une question


Je suis passé en 4.8.
Bon, avec Quagga ça fonctionne correctement, y'a vraiment un truc louche
dans OpenBGPd...
Pour info, le patch indiqué là corrige le pb je pense :
http://www.mail-archive.com//msg96936.html