Choisissez une commande et une destination. La sortie s'affiche ici, en direct, au fur et à mesure que la sonde répond.
Commandes équivalentes FRR (vtysh) proposées dans le menu :
show ip bgp summary
Résumé des voisins BGP : état des sessions, préfixes reçus/envoyés.
vtysh: show bgp summary
show ip bgp · show ip bgp detail
Route BGP pour une IP ou un préfixe. FRR retourne le préfixe contenant l'IP.
vtysh: show bgp <IP> | show bgp <prefix>
show ip bgp as · transit-as · empty-as · detail as
Routes dont l'AS-PATH contient l'AS spécifié (transit, vide, détail).
vtysh: show bgp regexp _ASN_
show ip bgp source-as
Routes originées par l'AS (l'AS-PATH se termine par cet AS).
vtysh: show bgp regexp _ASN$
show ip bgp peer-as
Routes reçues d'un voisin BGP (peer) spécifique.
vtysh: show bgp neighbors <IP> routes
show ip bgp in · show ip bgp out
Préfixes acceptés (in) ou annoncés (out) pour une IP ou un préfixe.
vtysh: show bgp <prefix> [in|out]
show ip bgp ovs · show ip bgp avs
Statut de validation RPKI (OVS / AVS) pour un préfixe.
vtysh: show bgp <prefix> [ovs|avs]
Ex. destination : 8.8.8.8, 62.204.43.0/24, 202573 (AS), 192.0.2.1 (peer).