diff --git a/HowtoOpenBSD/OpenBGPD.md b/HowtoOpenBSD/OpenBGPD.md index 53c8c991..ed70c6ff 100644 --- a/HowtoOpenBSD/OpenBGPD.md +++ b/HowtoOpenBSD/OpenBGPD.md @@ -196,6 +196,24 @@ AI*> 192.0.32.0/24 0.0.0.0 100 0 i *> 192.0.33.0/24 10.0.0.3 100 0 65002 i ~~~ +On peut aussi voir combien de mémoire elle consomme (et cela indique aussi le nombre de route présentes dans la RIB). Avec une fullview: + +~~~ +# bgpctl show rib memory +RDE memory statistics + 620348 IPv4 unicast network entries using 23.7M of memory + 35457 IPv6 unicast network entries using 1.9M of memory + 1311354 rib entries using 80.0M of memory + 3117006 prefix entries using 190M of memory + 585678 BGP path attribute entries using 67.0M of memory + 184244 BGP AS-PATH attribute entries using 8.7M of memory, + and holding 585678 references + 27293 BGP attributes entries using 1.0M of memory + and holding 640852 references + 27292 BGP attributes using 615K of memory +RIB using 373M of memory +~~~ + Voir les préfixes annoncés par un voisin : ~~~ @@ -422,4 +440,4 @@ On active et démarre les démons httpd(8) et slowcgi(8) : * Free : * Bouygues Telecom : * Facebook : -* Microsoft : \ No newline at end of file +* Microsoft :