22
0
Fork 0

rajout de bgpctl show rib memory

This commit is contained in:
Daniel Jakots 2017-01-17 20:24:35 -05:00
parent dbae67e26f
commit e51a20cb6b
1 changed files with 19 additions and 1 deletions

View File

@ -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 : <http://www.as12322.net/as12322_policy.html> <http://dpnm.postech.ac.kr/research/08/KT_BGP/Policy/AS12322%20Peering%20Policy.pdf>
* Bouygues Telecom : <http://as5410.net/>
* Facebook : <https://www.facebook.com/peering/>
* Microsoft : <https://www.microsoft.com/peering>
* Microsoft : <https://www.microsoft.com/peering>