Home >> Flashcards >> Education >> BGP - Filtering Routes
|
Details
Title: BGP - Filtering Routes
Description: BGP - Filtering Routes
Total Flash Cards: 12
Created: 09/08/2008 11:21:24
|
|
New Users: To study from this flashcard set, or to create your own your own study flash cards, REGISTER HERE.
Existing Users: CLICK HERE.
Additional Education Flashcards
|
Cards in this set:
Term
| What command displays the result of a RegEx? |
|
Definition
show ip bgp regexp {pattern}
|
|
|
Term
| What command configures an AS path filter list? |
|
Definition
| ip as-path access-list seq_num [permit | deny] [as_num | regexp] |
|
|
Term
| What does the "." signify in a BGP regular expression? |
|
Definition
| Matches any single character, including white space. |
|
|
Term
| What does the "*" signify in a BGP regular expression? |
|
Definition
| Matches 0 or more sequences of the pattern |
|
|
Term
| What does the "+" signify in a BGP regular expression? |
|
Definition
| Matches 1 or more sequences of the pattern |
|
|
Term
| What does the "^" signify in a BGP regular expression? |
|
Definition
| Matches the beginning of the input string |
|
|
Term
| What does the "$" signify in a BGP regular expression? |
|
Definition
| Matches the end of the input string. |
|
|
Term
| What regular expression would match any route going through AS 100? |
|
Definition
|
|
Term
| What regular expression would match any route that originated in AS 100? |
|
Definition
|
|
Term
| What regular expression would match only routes originated from the local AS? |
|
Definition
|
|
Term
| Describe the use of a distribute list. |
|
Definition
| Distribute lists are regular access lists that filter on IP address and are available for all IP routing protocols. |
|
|
Term
|
Definition
|
|