From 62c01d14b0934880867a831260a86cd4e6e148d3 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Sat, 18 Nov 2017 11:31:08 -0500 Subject: [PATCH] =?UTF-8?q?suppression=20des=20trailing=20':'=20dans=20les?= =?UTF-8?q?=20titres,=20=C3=A7a=20fait=20moche=20sur=20l'index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoOpenBSD/OpenBGPD.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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