• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/133

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

133 Cards in this Set

  • Front
  • Back
True/False: BGP Peer Groups allowing the routing table to be checked only once and updates to be replicated to all peer group members?
True
True/False: You should group BGP peers with routers who share the same outbound policies?
True
How dow you configure a BGP Peer Group named Internal?
(config-router)neighbor internal peer-group
True/False: One limitation of BGP Peer Groups is that they have to share the same outbound routing policies?
True
True/False: BGP Templates do not allow inheritence?
False
What are the two types of BGP Templates?
Peer session and Peer policy
What are BGP Peer Session templates?
Group and apply the configuration of general session commands that are common to all address family and NLRI configuruation modes.
What are BGP Peer Policy templates?
Group and apply the configuration of commands that are specific to address-families and NLRI configuration modes.
What are the six BGP neighbor states?
Idle, Connect, Active, OpenSent, OpenConfirm, Established
What does the BGP neighbor state Idle mean?
BGP refuses all incoming BGP connections.
What does the BGP neighbor state Connect mean?
The router is waiting for a successful TCP negotiation with peer.
What does the BGP neighbor state Active mean?
The router is unable to establish a successful TCP session.
What does the BGP neighbor state OpenSent mean?
The router sent and Open message and is waiting for an open message from peer.
What does the BGP neighbor state OpenConfirm mean?
The router is listening for a keepalive message.
What does the BGP neighbor state Established mean?
Update messages are sent and routers synchronize.
What does the BGP command 'neighbor 1.1.1.1 timers 5 15' do?
Sends keepalives every 5 seconds to neighbor 1.1.1.1 and considers the peer dead if it doesn't receive a keepalive within 15 seconds.
What is the default BGP keepalive and holdtime timers?
60 and 180 seconds.
What is the BGP ASN private range?
64,512 through 65,535
What are the BGP ASN global range?
1 through 64,511
If you need to remove a BGP private ASN from a neighbors prefix AS Path...how do you do it for neighbor 1.1.1.1?
(config-router)neighbor 1.1.1.1 remove-private-as
How big is the BGP ASN?
2 bytes (16 bits)
What are the two new BPG attributes to support 4-byte BGP ASN?
AS4_Aggregator and AS4_Path
What are the order of BGP path selection attributes?
Weight, Local Preference, Locally Originated Routes, AS Path, Origin Type, MED, Paths, Router ID
True/False: BGP weight preference is locally significant and does not transfer to other routers?
True
True/False: The lower the BGP weight is more preferred?
False, the higher weight is preferred.
True/False: BGP local preference is locally significant and does not transfer to other routers?
False
True/False: The lower the BGP local preference is more preferred?
False, the higher the local preference the more preferred the route is.
True/False: Locally originated routes via network or redistribute are preferred over aggregate addresses?
True
True/False: The shortest AS Path is the most preferred?
True
True/False: The order of preference for origin type is EGP>IGP>Incomplete?
False, IGP>EGP>Incomplete
True/False: The higher the MED the more preferred the route is?
True
True/False: External path are more preferred than internal paths?
True
True/False: The higher the router ID the more preferred the route is?
True
What does the BGP command 'bgp deterministic-med' do?
Ensures the comparison of the MED variable when choosing routes advertised by different peers in the same autonomous system.
What does the BGP command 'bgp always-compare-med' do?
Ensures the comparison of the MED variable when choosing routes advertised by different peers in different autonomous systems.
Which BGP command groups together MED values from the same autonomous system to be used in the comparison with other autonomous systems?
bgp-deterministic-med
How do you configure routes received from BGP neighbor 1.1.1.1 to have a weight of 10
000?,(config-router)neighbor 1.1.1.1 weight 10000
True/False: You have to use a route-map to set the local preference for routes received by a BGP neighbor?
True
How do you configure a local preference to 150 in a route-map?
(config-route-map)set local-preference 150
How do you apply a route-map named LOCAL_PREF to routes received from a BGP neighbor 1.1.1.1?
(config-router)neighbor 1.1.1.1 route-map LOCAL_PREF in
True/False: Local preference can be set for both inbound and outbound prefix advertisments to a BGP neighbor?
False, only for inbound advertisements.
True/False: You have to use a route-map to perform BGP AS prepending for prefixes advertised by a neighbor?
True
How do you prepend the AS path 200 200 200 in the route-map AS_PATH?
(config-route-map)set as-path prepend 200 200 200
How do you change the MED value for prefixes advertised out to neighbors in another autonomous system to 10?
(config-route-map)set metric 10
If you have a route-map named RM_MED that sets the MED value to 10 for all prefixes that a router advertises out...how do you apply that to neighbor 1.1.1.1?
(config-router)neighbor 1.1.1.1 route-map RM_MED out
True/False: BGP will only use the best path even if there are multiple paths to the same destination?
True
How do you configure BGP to install two best paths into routing table?
(config-router)maximum-paths 2
What does it mean if you see the > next to an entry in the 'show ip bgp' table?
The path has been selected as best.
What does it mean if you see the * next to an entry in the 'show ip bgp' table?
The path has been determined to be valid.
What does it mean if you see the ? next to an entry in the 'show ip bgp' table?
The path has been determined to be incomplete (origin is unknow or was redistributed).'
What does it mean if you see the i next to an entry in the 'show ip bgp' table?
The path was originated by and IGP then advertised into BGP.
What does it mean if you see the e next to an entry in the 'show ip bgp' table?
The path was originated by and EGP.
What does the BGP command 'neighbor 1.1.1.1 advertise-map ADVERTISE non-exist-map NON_EXIST do?
The router will advertise prefixes listed in the ADVERTISE ACL only if the prefixes in the NON_EXIST ACL do not exist.
What two options can you perform BGP conditional advertising when using the 'advertise-map' keyword?
exist-map and non-exist-map
What is the administrative distance assigned to external BGP routes by default?
20
What is the administrative distance assigned to internal BGP routes by default?
200
How do you configure a BGP peer with the address of 1.1.1.1 to support Outbound Route Filtering for sending only?
(config-router)neighbor 1.1.1.1 capability orf prefix-list send
What three keywords are available when enabling BGP outbound route filtering?
Send, receive, and both.
What is the benefit of enabling BGP outbound route filtering?
Takes away the complexity of a router receiving prefixes and cuts down on processing on both peers.
True/False: By default...the community attribute is removed from a BGP update before being sent to the neighbor?
True
How do you enable BGP communities with neighbor 1.1.1.1?
(config-router)neighbor 1.1.1.1 send-community
What are the default four well-known communities that can be used to mark prefixes in BGP?
Internet, Local-as, No-advertise, No-export
What does the BGP community Internet do?
Tells the neighbor that it can advertise these routes to all neighbors.
What does the BGP community Local-as do?
Prevents sending routes outside the local AS within the confederations.
What does the BGP community No-advertise do?
Prevents the advertising of the route to any peer, internal or external.
What does the BGP community No-export do?
Prevents the route from being advertised to external BGP peers.
What are the four ways to set BGP community attribute values?
Network command, aggregate address, neighbor command, or redistribution.
True/False: You can only have one community added to a prefix?
False, you can have more than one.
True/False: By default...BGP does not perform load balancing and only selects a single best path?
True
How do you configure a BGP router to consider the neighbor at 1.1.1.1 as a route reflector client?
(config-router)neighbor 1.1.1.1 route-reflector-client
What two additonal BGP attributes are used when route reflectors are configured?
Originator and Cluster list
What happens if a BGP router receives a prefix that lists either its own IP address in the originator or cluster list field?
It will consider it a loop and drop the prefix.
How do you manually configure a BGP router's route reflector cluster ID to 1.1.1.1?
(config-router)bgp cluster-id 1.1.1.1
What two new attributes are enabled when you configure BGP confederations?
AS_CONFED_SEQ and AS_CONFED_SET
True/False: It is best practice to use BGP private ASNs to denote sub-autonomous systems?
True
If you are wanting to configure a BGP confederation...which ASN is used when using the command 'router bgp' command?
The sub-autonomous ASN.
How do you configure a BGP router to be part of a confederation with the ASN being 100?
(config-router)bgp confederation identifier 100
How do you configure a BGP router to recognize ASN's 65001 and 65001 as sub-autonomous systems in the confederation?
(config-router)bgp confederation peers 65000 65001
What does the following 'show ip bgp' output tell you regarding the path...Network Next Hop Metric LocPrf Weight Path*>13.10.10.0/24 77.56.10.1 0 100 0(65515 65534) 200 i
To get to the prefix 130.10.10.0/24 goes through two sub-autonomous systems 65515 and 65534 before going to the AS 200.
What happens to routes that you are aggregating with the BGP command 'aggregate-address' when no arguments are used?
An aggregate address will be advertised along with all the routes that you are aggregating.
What does the BGP command 'aggregate-address 160.0.0.0 255.0.0.0 summary-only' do?
Advertises an aggregate address of 160.0.0.0/8 only...no other routes.
True/False: When using BGP 'aggregate-address'...the aggregate route loses all the specific AS_PATH information of the individual prefixes?
True
If you use the command 'show ip bgp' and see a path with the ASNs 300 {200
100} i...what does that indicate?,That the route has been aggregated and as-set was used.
True/False: If a route that has been aggregated and has its AS_PATH information used flaps...what happens?
The aggregate will update and a BGP update will happen.
What are the eight types of maps that you can use with BGP?
Suppress-Map, Unsuppress-Map, Route-Map, Attribute-Map, Advertise-Map, Inject-Map, Exist-Map, and Non-Exist-Map.
What does a BGP suppress-map do?
It allows you to suppress one or more component routes from an aggregate route advertisement.
How do you configure a BGP suppress-map using a route-map named SUPPRESS_RM while advertising an aggregate route of 160.0.0.0/8?
(config-router)aggregate-address 160.0.0.0 255.0.0.0 suppress-map SUPPRESS_RM.
What does a BGP suppress-map do?
It allows you to unsuppress one or more component routes from an aggregate route advertisement.
How do you configure a BGP unsuppress-map using a route-map named UNSUPPRESS_RM while advertising an aggregate route of 160.0.0.0/8?
(config-router)aggregate-address 160.0.0.0 255.0.0.0 unsuppress-map UNSUPPRESS_RM.
What does a BGP inject-map do?
It is used to de-aggregate routes based on the precense of a specific aggregate.
What does a BGP advertise-map do?
It allows you to specify, via a route-map, to specify where an aggregate route gets its attributes from when using as-set.
What does a BGP attribute-map do?
It allows you to specify your own attributes that the advertised aggregate will use.
What is the purpose of the BGP local-as feature?
The local-AS feature is useful if ISP-A purchases ISP-B, but ISP-B's customers do not want to modify any peering arrangements or configurations.
How do you configure the BGP local-as as 200 for neighbor 1.1.1.1?
(config-router)neighbor 1.1.1.1 local-as 200.
True/False: If you configure BGP local-as for a peer...the local ASN will show in the 'show ip bgp' output?
False, it will show both the original and new ASN.
What does the BGP feature allowas-in do?
It will allow an ASN in even if it is the same.
What does the command 'neighbor 1.1.1.1 allowas-in 1' do?
It allows one instance of the same ASN from neighbor 1.1.1.1.
What does the command 'neighbor 1.1.1.1 as-override' do?
It will override the BGP peers ASN in the route to the local AS basically overriding the AS_PATH.
What does the command 'set as-path prepend 65001 65001 65001' do?
It adds 65001 three times to a path.
What are the two types of BGP resets that can happen?
Soft and hard reset.
How do you configure BGP soft reconfiguration for neighbor 1.1.1.1?
(config-router)neighbor 1.1.1.1 soft-reconfiguration inbound
What does the regex character . match?
Matches any single character. For example b.. matches ban, boy, but but not boot.
What does the regex character $ match?
It matches the end of the line.
What does the regex character ^ match?
It matches the beginning of the line.
What does the regex character * match?
Matches zero or more occurences of the character immediately preceding.
What does the regex character + match?
Matches one or more occurences of the character or regular expression immediately preceding.
What does the regex character ? match?
Matches zero or one occurence of the character or regular expression immediately preceding.
True/False: Prefix-independent Convergence (PIC) requires Bidirectional Forwarding to be enabled?
True
True/False: Prefix-independent Convergence (PIC) is only supported on IP?
False, IP and MPLS.
Where does Prefix-independent Convergence (PIC) store backup/alternate path information?
Routing Information Base (RIB), Forwarding Information Base (FIB), and Cisco Express Forwarding (CEF).
How do you configure BGP to calculate a backup/alternate path and install it into the RIB and CEF?
(config-router)bgp additional-paths install
True/False: BGP additional paths path ID can apply to any address family?
True
How do you configure BGP to notify the neighbor 1.1.1.1 that it can send addition path information?
(config-router)bgp 1.1.1.1 additional-paths send.
How do you configure BGP to notify neighbors that it can send and receive additional paths inside an address family?
(config-router-af)bgp additional-paths send receive
What are the three BGP additional path selection policies?
best 2 or best 3, group-best, or all.
How do you configure BGP to select the group-best policy for additional paths?
(config-router-af)bgp additional-paths select group-best all
How do you configure BGP to advertise the best 3 additional paths to neighbor 1.1.1.1 in an address family?
(config-router-af)neighbor 1.1.1.1 advertise additional-paths best 3
True/False: You can use route-maps to tag paths that can be used in the BGP additional path selection process?
True
True/False: BGP next-hop addressing tracking is event driven?
True
What is the default BGP RIB scan time?
60 seconds.
What is the default BGP hold-time?
180 seconds.
How do you configure BGP to use the route-map named TEST to selectively define route to help resolve the BGP next hop?
(config-router)bgp nexthop route-map TEST.
How do you configure BGP to use fast session deactivation for neighbor 1.1.1.1?
(config-router)neighbor 1.1.1.1 fall-over
How do you disable BGP next-hop address tracking?
(config-router)no bgp nexthop trigger enable
How do you configure BGP next-hop tracking to occur every 20 seconds?
(config-router)bgp nexthop trigger delay 20
What BGP feature monitors the RIB and if a route to a peer is not present in the routing table...it will immediately deactiveate the peer session without waiting for the hold down timer?
fall-over
True/False: BGP dynamic neighbors is supported in both IPv4 and IPv6?
False
True/False: BGP dynamic neighbors uses peer groups?
True
How do you configure BGP dynamic neighbors to limit the number of neighbors supported to 100?
(config-router)bgp listen limit 100
How do you configure BGP dynamic neighbors to listen only to the 192.168.0.0/16 range for peer group Group192?
(config-router)bgp listen range 192.168.0.0/16 peer-group Group192
What is the purpose of the BGP 'address-family ipv4' command?
To declare neighbors whom we want to exchange normal IPv4 unicast traffic but may not support multiprotocol-capable.
How do you configure BGP to automatically display the 'address-family ipv4' section and put IPv4 unicast configurations in that section?
(config-router)bgp upgrade-cli
What BGP address family should you use if you are sending packets that need to be labeled via MPLS?
VPNV4