ADTRAN AOS Version R10.1.0 Průvodce řešením problémů Strana 84

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 84
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 83
1 2 ... 79 80 81 82 83 84

Komentáře k této Příručce

Žádné komentáře