diff --git a/HowtoOpenBSD/OpenBGPD.md b/HowtoOpenBSD/OpenBGPD.md index cd550415..d3cdad63 100644 --- a/HowtoOpenBSD/OpenBGPD.md +++ b/HowtoOpenBSD/OpenBGPD.md @@ -107,13 +107,13 @@ allow from any inet prefixlen 8 - 24 ## Utilisation (observer) -### Pour voir les réseaux annoncés : +### Pour voir les réseaux annoncés ~~~ # bgpctl network show ~~~ -### Voir un résumé concernant les sessions configurées : +### Voir un résumé concernant les sessions configurées ~~~ # bgpctl show @@ -121,7 +121,7 @@ Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd AS 65001 peer 1 65001 18 18 0 00:13:18 1 ~~~ -### Voir un résumé des informations relatives aux voisins : +### Voir un résumé des informations relatives aux voisins ~~~ # bgpctl show neighbor @@ -153,7 +153,7 @@ BGP neighbor is 10.0.0.2, remote AS 65001 Remote host: 10.0.0.2, Remote port: 40598 ~~~ -### Voir la FIB (Forwarding Information Base) IPv4 : +### Voir la FIB (Forwarding Information Base) IPv4 ~~~ # bgpctl show fib ipv4 @@ -187,7 +187,7 @@ destination: 192.0.33.0 0 0 0 ~~~ -### Voir la RIB (Routing Information Base) : +### Voir la RIB (Routing Information Base) ~~~ # bgpctl show rib @@ -217,13 +217,13 @@ RDE memory statistics RIB using 373M of memory ~~~ -### Voir les préfixes annoncés par un voisin : +### Voir les préfixes annoncés par un voisin ~~~ # bgpctl show rib neighbor "AS 65001 peer 1" in ~~~ -### Voir le détail concernant le routage vers une IP : +### Voir le détail concernant le routage vers une IP ~~~ # bgpctl show rib detail 1.2.3.4