Chapter 11: BGP Flashcards

1
Q

Initialize the BGP router process

A

router bgp “as number”

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

Identify a BGP peer to establish a session with

A

neighbor “ip address” remote-as “as number”

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

Disable the automatic IPv4 address family configuration mode

A

no bgp default ip4-unicast

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

Initialize a specific address family and sub-address family

A

address-family “afi safi”

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

Activate a BGP neighbor for a specific address family

A

neighbor “ip address” activate

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

Advertise a network to BGP

A

network “network” mask “subnet mask” [route-map “routemap name”]

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

Configure a BGP aggregate IPv4 prefix

A

aggregate-address “network subnet mask” [summary-only][as-set]

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

Configure a BGP aggregate IPv6 prefix

A

aggregate-address “prefix/prefix length”[summary-only][as-set]

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

Display the contents of the BGP database

A

show bgp “afi safi” [network][detailed]

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

Display a summary of the BGP table and neighbor peering sessions

A

show bgp “afi safi” summary

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

Display the negotiated BGP settings with a specific peer and the number of prefixes exchanged with that peer

A

show bgp “afi safi” neighbors “ip address”

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

Display the Adj-RIB-Out BGP table for a specific BGP neighbor

A

show bgp “afi safi” neighbor “ip address” advertised routes

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