ADTRAN AOS Version R10.1.0 Guide de dépannage Page 84

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 84
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 83
Appendix
84 Copyright © 2012 ADTRAN, Inc. 61200860L1-29.4E
Examples of Regular Expressions
.* Matches any character or sequence of characters.
3+ Matches any BGP route entry with at least one occurrence of the number 3 in the AS path.
\b300\b Matches any BGP route entry containing 300 in the AS path.
\b300$ Matches any BGP route entry with an AS path ending in 300.
^300\b.* Matches any BGP route entry with an AS path that begins with 300.
^$ Matches any BGP route entry with an AS path containing only the local AS.
^300\b.*301 Matches any BGP route entry with an AS path that starts with 300 and ends with 301.
^300$ Matches any BGP route entry with an AS path that contains only 300.
Vue de la page 83
1 2 ... 79 80 81 82 83 84

Commentaires sur ces manuels

Pas de commentaire