Chapter 12: Advanced BGP Flashcards

1
Q

Configure a prefix list

A

{ip | ipv6} prefix-list “prefix list name” [seq “sequence number”] {permit | deny} “high order bit pattern/high order bit count” [ge “ge value”] [le “le value”]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Create a route map entry

A

route-map “route map name” [permit | deny] [“sequence number”]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Conditionally match a route map by using the AS path

A

match as-path “acl number”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Conditionally match in a route map by using an ACL

A

match ip address {“acl number | acl name”}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Conditionally match in a route map by using a prefix list

A

match ip address prefix-list “prefix list name”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Conditionally match in a route map by using a local preference

A

match local-preference “local preference”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Filter routes to a BGP neighbor by using an ACL

A

neighbor “ip address” distribute-list {“acl number | acl name” {in | out}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Filter routes to a BGP neighbor by using a prefix list

A

neighbor “ip address” prefix-list “prefix list name” {in | out}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Create an ACL based on the BGP AS path

A

ip as-path access-list “acl number” {deny | permit}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Filter routes to a BGP neighbor by using an AS path ACL

A

neighbor “ip address” filter-list “acl number” {in | out}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Associate an inbound or outbound route map with a specific BGP neighbor

A

neighbor “ip address” route-map “route map name” {in | out}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Configure IOS based routers to display the community in new format for easier readability of BGP communities

A

ip bgp-community new-format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Create a BGP community list for conditional route matching

A

ip community-list {“1-500” | standard “list name” | expanded “list name”}{permit | deny} “community-pattern

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Set BGP communities in a route map

A

set community “bgp community” [additive]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Initiate a route refresh for a specific BGP peer

A

clear bgp “afi safi {ip address | *}” soft [ in | out]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Display the current BGP table, based on routes that meet a specified AS path regex pattern

A

show bgp “afi safi” regexp “regex-pattern”

17
Q

Display the current BGP table, based on routes that meet a specified BGP community

A

show bgp “afi safi” community “community”