Term
| Describe the local preference attribute used in BGP. |
|
Definition
| The local preference attribute indicates to the routers within the same AS which path is preferred to exit the AS. The path with the higher local preference is preferred. It is also a well-known distretionary attribute. |
|
|
Term
| Describe the community attribute used in BGP. |
|
Definition
| BGP communities allow routers to tag routes with an indicator (the community) and allow other routers to make decisions based on that tag. Communities are optional transitive attributes. |
|
|
Term
| Describe the multi-exit distriminator (MED) attribute used by BGP. |
|
Definition
| The MED (also called the metric) indicates to external neighbors the preferred path into an AS. The lower metric will always be preferred. The MED is an optional nontransitive attribute . |
|
|
Term
| What is the difference between the MED and local preference attributes? |
|
Definition
| The MED attribute influences inbound traffic to an AS, whereas the local preference influences outbound traffic from an AS. |
|
|
Term
| Describe the weight attribute used by BGP. |
|
Definition
| The weight attribute provides local routing policy used for the path-selection process. Routes with a higher weight are preferred when multiple routes to the same destination exist. |
|
|
Term
| In what order are the attributes considered in selecting the best path for BGP? |
|
Definition
1. Highest weight 2. Highest local preference 3. The route that was originated be the local router 4. Shortest AS-path 5. Lowest origin code 6. Lowest MED 7. Prefer EGP over IGP paths 8 Closest IGP neighbor 9 Oldest route 10. Lowest neighbor router ID 11. Lowest neighbor IP address |
|
|
Term
| How is a peer group used in BGP? |
|
Definition
| A BGP peer group is group of BGP neighbors of the router being configured that all have the same update policies. |
|
|
Term
| How can a configuration from a peer group be overridden on a BGP router? |
|
Definition
| The router can be configured to override options from a peer group, but only if these options do not affect outbound updates. Only options that affect the inbound updates can be overridden. |
|
|
Term
| What commands can be used to create a BGP peer group? |
|
Definition
neighbor peer-group-name peer-group or neighbor ip-address peer-group peer-group-name |
|
|
Term
| What command is used to reset the BGP connections for all members of a BGP peer group? |
|
Definition
| clear ip bgp peer-group peer-group-name |
|
|
Term
| What command is used to enter BGP global configuration mode? |
|
Definition
|
|
Term
| How many autonomous systems can a router be a part of when running BGP? |
|
Definition
| Only one instance of BGP can be configured on a router at a time. |
|
|
Term
| What command is used to activate a BGP session for external or internal neighbors? |
|
Definition
| neighbor [ip-address | peer-group] remote-as AS |
|
|
Term
| What command is used to disable (administratively shut down) an existing BGP neighbor or peer group? |
|
Definition
| neighbor [ip-address | peer-group] shutdown |
|
|
Term
| What command is used to cause a router to use the address of the specified loopback interface as the source address for BGP connections to a neighbor? |
|
Definition
| neighbor {ip-address | peer-group} update-source loopback interface-number |
|
|
Term
| What command allows the router to accept and attempt BGP connections to external peers residing on networks that are not directly connected? |
|
Definition
| neighbor {ip-address | peer-group} ebgp-multihop [ttl] |
|
|
Term
| What command is used to force BGP to use the source IP address of the update as the next hop for each network it advertises to the neighbor? |
|
Definition
| neighbor {ip-address | peer-group} next-hop-self |
|
|
Term
| What command is used to permit BGP to advertise a network if it is present in the IP routing table? |
|
Definition
| network network-number [mask network-mask] [route-map tag] |
|
|
Term
| What is the difference between the neighbor command and the network command in BGP? |
|
Definition
| The neighbor command tell BGP where to advertise, and the network command tells other routing protocols what to advertise. |
|
|
Term
| What must be in the IP routing table in order for BGP to advertise a specific route? |
|
Definition
| An exact match to the network (both address and mask) must exist in the routing table for the network to be advertised by BGP. |
|
|
Term
| What command is used to enable MD5 authentication on a TCP connection between 2 BGP peers? |
|
Definition
| neighbor {ip-address | peer-group} password string |
|
|
Term
| What command enables synchonization on a BGP router? |
|
Definition
|
|
Term
| What happens when a new policy is applied to a BGP router, and an update is not triggered? |
|
Definition
| The new policy is applied only on routes received or sent after the change. |
|
|
Term
| What command is used to cause a hard reset of the BGP neighbor(s)? |
|
Definition
| clear ip bgp {* | neighbor-address} |
|
|
Term
| What command is used to cause BGP to do a soft reset for outbound updates? |
|
Definition
| clear ip bgp {* | neighbor-address} [soft out] |
|
|
Term
| What command is used to inform BGP to save all updates that were learned from a specified neighbor? |
|
Definition
| neighbor [ip-address] soft-reconfiguration inbound |
|
|
Term
| What command is used to cause the router to use the stored unfiltered table to generate new inbound updates? |
|
Definition
| clear ip bgp {* | neighbor-address} soft in |
|
|
Term
| What command is used to preform a soft reconfiguration of both inbound and outbound updates? |
|
Definition
|
|
Term
| What command is used to display the BGP topology datebase? |
|
Definition
|
|
Term
What do the following status codes mean when seen inthe BGP topology table? - s - d - h - r - S |
|
Definition
- s - indicates that the specified routes are suppressed (usually because routes have been summarized and only the summarized route is being sent) - d - indicates that the route is being dampened (penalized) for going up and down too ofter. - h - indicates that the route is unavailable andis probably down, but historic information exist. - r - indicates that the route was not installed inthe RIB. - S - Indicates that the route is stale (this is used in a nonstop forwarding-aware router) |
|
|