Chap 12 - Advanced BGP (part 1) Flashcards
What is BGP’s default behavior when multihoming?
To install only the best path to the RIB which means only one path for a network prefix is used when forwarding network traffic to a destination.
What are 3 factors an organization considers when choosing a second service provider?
- Cost
- Circuit availability for remote locations
- Separation of the control plane
What’s the risk of using more than one service provider?
The organization’s AS might become a Transit AS.
How can transit routing be avoided?
By applying outbound BGP route policies that only allow for local BGP routes to be advertised to other AS’s.
How can transit routing be avoided at branch sites?
Configure route filtering at each branch so that branch sites do not advertise what they learn from the WAN.
If transit routing is to be used what are 4 restrictions?
- Data Centers
- Proper routing design accomodates outages
- Bandwidth is sized accordingly
- The routing pattern is bi-directional and predictable
How do Standard ACLs define packets?
Based on the source network only.
What 5 things can Extended ACLs filter on?
- Source
- Destination
- Protocol
- Port
- Other packet attributes
How are Standard ACLs identified?
- Range 1 to 99
- Range 1300 to 1999
- Named
How are Extended ACLs identified?
- Range 100 to 199
- Range 2000 to 2699
- Named
What are the 2 parts that a prefix match specification contains?
- High order bit pattern (network)
- High order bit count (mask)
What does the following prefix match? 10.168.0.0/13 ge 24
- Bit count is 13
- Bit pattern has to match the first 13 bits of 10.168.0.0
- First octet must be 10.
- First 5 bits of the second octet must be binary 10101 to match 168
- Network mask has to be /24 or greater
What is the regex to start a string?
^ Caret
What is the regex to end a string?
$ Dollar sign
What is the regex to match a space.
_ Underscore
What is the regex to match a single character?
[] Match whatever character is inside the brackets
What are the 4 components of a route map?
- Sequence number
- Conditional matching criteria
- Processing action
- Optional action
In a route map what is the Conditional Matching Criteria
Identifies prefix characteristics like network, BGP Path Attribute, next hop, etc.
In a route map what is the Processing action?
Permit or Deny
In a route map what is Optional Action?
Can include modification, addition, or removal of route characteristics
What are 6 Match Options for a route map?
- match as-path (acl)
- match ip address
- match ip address prefix-list (prefix_list)
- match local-preference (local_pref)
- match metric (metric)
- match tag (tag)
In a route map with multiple Match Variables how many variables must match for the prefix to qualify?
Only one
In a route map with multiple Match Options ( statements ) how many must be met for the prefix to qualify?
All of them.
In route maps what are 7 Optional Actions?
- set as-path prepend
- set ip next-hop
- set local-preference
- set metric
- set origin
- set tag
- set weight