The Candid Test On CCIE-r&s-bGP Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Fpouliot
F
Fpouliot
Community Contributor
Quizzes Created: 1 | Total Attempts: 1,132
| Attempts: 1,135 | Questions: 66
Please wait...
Question 1 / 66
0 %
0/100
Score 0/100
1. What makes a neighbor internal BGP (iBGP)?

Explanation

iBGP (internal BGP) is a type of BGP (Border Gateway Protocol) connection that occurs between routers within the same Autonomous System (AS). In this case, the correct answer states that a neighbor is considered iBGP when it is in the same AS. This means that the routers are part of the same network and can exchange routing information within the AS.

Submit
Please wait...
About This Quiz
The Candid Test On CCIE-r&s-bgp Quiz - Quiz

CCIE routing and switching is a certification that every expert engineer needs to undertake in order to plan, operate and troubleshoot converged network infrastructure. Take up the candid test on CCIE- r&s- bgp quiz below and get ready for the upcoming test next week. All the best and keep revising!

Personalize your quiz and earn a certificate with your name on it!
2. In the context of CCIE Routing and Switching (R&S) and Border Gateway Protocol (BGP), what is the primary purpose of the BGP "AS_PATH" attribute?

Explanation

The AS_PATH attribute is used to track the path that a BGP route has taken through different autonomous systems. It helps prevent routing loops and provides information about the route's history.

Submit
3. How  BGP communicates with its neighbors?

Explanation

BGP communicates with its neighbors by using the unicast neighbor address to TCP port 179. This means that BGP establishes a direct one-to-one connection with its neighbors using the TCP protocol. The use of TCP ensures reliable and ordered delivery of BGP messages between routers. The communication is not done through multicast addresses or UDP ports, but rather through a specific unicast address and TCP port number.

Submit
4. An NLRI is simply an IP prefix and a prefix length?

Explanation

NLRI stands for Network Layer Reachability Information. It is used in routing protocols to advertise and exchange information about IP prefixes and their associated prefix lengths. Therefore, an NLRI is indeed a combination of an IP prefix (the network address) and a prefix length (the number of bits in the network address). This information is crucial for routers to determine the best path for forwarding packets in a network. Hence, the given answer "True" is correct.

Submit
5. By default, eBGP packet has a TTL = 1.

Explanation

The TTL (Time to Live) value in an eBGP (external Border Gateway Protocol) packet determines the maximum number of hops the packet can traverse before being discarded. By default, the TTL value for eBGP packets is set to 1, which means that the packet can only travel to the immediate neighbor router. This is done to prevent eBGP packets from being forwarded beyond the directly connected routers, ensuring that they reach their intended destination without being unnecessarily propagated throughout the network. Therefore, the given answer, "True," is correct.

Submit
6. Confederation routers remove the confederation ASN from the AS_PATH in updates sent outside the confederation.

Explanation

Confederation routers remove the confederation Autonomous System Number (ASN) from the AS_PATH attribute in updates that are sent outside the confederation. This means that when a router within a confederation sends an update to a router outside the confederation, it will strip off the confederation ASN from the AS_PATH. This is done to ensure that routers outside the confederation do not see the internal structure of the confederation and treat it as a single AS. Therefore, the statement "Confederation routers remove the confederation ASN from the AS_PATH in updates sent outside the confederation" is true.

Submit
7. What authentication method is supported by BGP?

Explanation

BGP supports MD5 authentication method. MD5 is a widely used cryptographic hash function that provides a secure way to authenticate BGP peers. It ensures that the BGP messages exchanged between routers are not tampered with or modified by unauthorized parties. By using MD5 authentication, BGP peers can verify each other's identities and establish a trusted connection for exchanging routing information.

Submit
8. By default, what BGP uses to choose the best route?

Explanation

BGP uses the shortest AS Path to choose the best route. The AS Path is a list of autonomous systems that a route has to traverse in order to reach its destination. BGP prefers routes with shorter AS Paths because they indicate a more direct path to the destination. This helps to reduce the likelihood of loops and improves network efficiency. Therefore, BGP selects the route with the shortest AS Path as the best route.

Submit
9. Place in order of priority, what makes the Router ID of a BGP router.
Submit
10. What BGP message type are used when BGP errors occur; causing a reset to the neighbor relationship when sent?

Explanation

BGP uses the Notification message type when errors occur, causing a reset to the neighbor relationship when sent. The Notification message is used to inform the neighbor that an error has occurred and includes information about the specific error. This message is crucial in maintaining the integrity of the BGP network by allowing routers to quickly respond to errors and reestablish the neighbor relationship if necessary.

Submit
11. What BGP message type are used to maintain a neighbor relationship?

Explanation

KeepAlive messages are used to maintain a neighbor relationship in the BGP protocol. These messages are sent periodically between BGP neighbors to ensure that the connection is still active and functioning properly. By exchanging KeepAlive messages, BGP routers can confirm that their neighbors are reachable and responsive. If a router stops receiving KeepAlive messages from a neighbor, it may consider the neighbor as unreachable and take appropriate actions, such as marking the neighbor as down and removing its routes from the routing table.

Submit
12. What the command "neighbor update-source" do?

Explanation

The command "neighbor update-source" is used to determine the source IP address used to reach a neighbor. This command allows the router to specify a specific interface or IP address to use when establishing a connection with its neighbor. By setting the update-source, the router ensures that the correct source IP address is used for BGP updates and communication with the neighbor. This can be useful in scenarios where the router has multiple interfaces or IP addresses and needs to control which one is used for BGP communication.

Submit
13. What BGP message type are used to exchange NLRI?

Explanation

BGP uses the "Update" message type to exchange Network Layer Reachability Information (NLRI). The Update message is used to advertise, withdraw, or modify routing information between BGP peers. It contains the NLRI, along with other attributes such as path information, to inform neighboring routers about the available network destinations and their reachability.

Submit
14. Which command enables logging of BGP neighbor status changes (up or down) and resets for troubleshooting network connectivity problems and measuring network stability?

Explanation

The command "bgp log-neighbor-changes" enables logging of BGP neighbor status changes (up or down) and resets. This command is useful for troubleshooting network connectivity problems and measuring network stability as it allows for tracking and monitoring the changes in BGP neighbor status, which can help identify any issues or instabilities in the network.

Submit
15. Which statement best describe the following configuration: RTC# router bgp 100 neighbor 2.2.2.2 remote-as 100 neighbor 2.2.2.2 route-reflector-client neighbor 3.3.3.3 remote-as 100 neighbor 3.3.3.3 route-reflector-client  

Explanation

The given configuration allows the RTC router to advertise iBGP learned routes to the iBGP speakers 2.2.2.2 and 3.3.3.3. By configuring the "neighbor" command with the "route-reflector-client" option for both neighbors, RTC is able to act as a route reflector and distribute the routes it learns from other iBGP peers to these two iBGP speakers. This helps in propagating the routes throughout the network and ensuring reachability between different BGP speakers.

Submit
16. Assuming that the no auto-summary command has been configured. What the BGP network 10.1.1.0 mask 255.255.255.0 command instruct to the BGP process to do?

Explanation

The command "BGP network 10.1.1.0 mask 255.255.255.0" instructs the BGP process to put the equivalent Network Layer Reachability Information (NLRI) in the local BGP topology table if there is an exact match for the subnet 10.1.1.0/24 in the current IP routing table. This means that if there is a route for 10.1.1.0/24 in the routing table, BGP will consider it as a valid network and include it in its routing updates.

Submit
17. Assuming that the no auto-summary command has been configured. What the BGP network 10.1.1.0 mask 255.255.255.0 command instruct to the BGP process to do?

Explanation

The BGP network 10.1.1.0 mask 255.255.255.0 command instructs the BGP process to check if the network 10.1.1.0/24 matches an entry in the current IP routing table. If it does, the equivalent Network Layer Reachability Information (NLRI) is added to the local BGP topology table. This allows BGP to advertise this network to its neighbors and include it in the BGP routing updates.

Submit
18. Confederation ASN are not considered part of the length of the AS_PATH when a router chooses the best routes based on the shortes AS_PATH.

Explanation

When a router chooses the best routes based on the shortest AS_PATH, it does not consider Confederation Autonomous System Numbers (ASN) as part of the length of the AS_PATH. This means that even if a route includes Confederation ASNs, they are not counted towards the length calculation. Therefore, the statement "Confederation ASN are not considered part of the length of the AS_PATH when a router chooses the best routes based on the shortest AS_PATH" is true.

Submit
19. Which config should be used in order to take advantage of the redundant links between R3 and R4 (assuming the matching config is done on the other side)?

Explanation

The correct answer is to configure two static routes to the other loopback addresses (10.1.34.0/24 and 10.1.134.0/24), and then configure the neighbor 3.3.3.3 update-source looback0 and neighbor 3.3.3.3 ebgp-multihop 2 commands on R4. This configuration allows R3 and R4 to establish a BGP neighbor relationship using the loopback interface as the source address and enables BGP to use multiple hops to reach the neighbor. By configuring static routes to the loopback addresses, the traffic can be load balanced between the redundant links between R3 and R4.

Submit
20. What is the default action when BGP advertises routes to an eBGP neighbor?

Explanation

When BGP advertises routes to an eBGP neighbor, the default action is to change the NEXT_HOP to the update source IP address. This means that the NEXT_HOP attribute in the BGP update message will be modified to reflect the IP address of the router that is sending the update. This is done to ensure that the eBGP neighbor will use the correct path to reach the advertised routes.

Submit
21. Confederation routers add the confederation ASN to the AS_PATH in updates sent outside the confederation.

Explanation

Confederation routers remove the confederation ASN from the AS_PATH in updates sent outside the confederation. So others routers does not know that a confederation was used.

Submit
22. What is the first attribute BGP verifiy in its decision process to find the best route, defined by RFC 1771, for each NLRI?

Explanation

BGP verifies the reachability of the NEXT_HOP as the first attribute in its decision process to find the best route. This means that the router checks if it has a route in its routing table to reach the NEXT_HOP specified in the route. If the NEXT_HOP is not reachable, the route is considered invalid and will not be chosen as the best route.

Submit
23. Which command allows a Soft Reconfiguration of BGP? That is, allows a BGP peer to reapply its routing policies without closing its neighbor connections?

Explanation

The correct answer is "R1# clear ip bgp * soft". This command allows a soft reconfiguration of BGP by clearing the BGP table without closing the neighbor connections. This means that the BGP peer can reapply its routing policies without disrupting the established connections with its neighbors.

Submit
24. By default, keepalive are sent at which interval?

Explanation

By default, keepalive messages are sent at an interval of 60 seconds. Keepalive messages are used to ensure that a connection between two devices remains active and to detect if the connection has been lost. By sending keepalive messages at regular intervals, devices can confirm that the connection is still alive and functioning properly. In this case, the correct answer indicates that the default interval for sending these messages is 60 seconds.

Submit
25. How is the destination IP address used to discover and reach a neighbor determined?

Explanation

The destination IP address is determined by manually configuring it using the neighbor command. This means that the network administrator manually specifies the IP address of the neighbor to reach.

Submit
26. By default, after how many times a neighbor is considered to have failed (ie.: What is the keepalive timer default value)?

Explanation

The keepalive timer default value is 180 seconds, which means that after 180 seconds of not receiving any response from a neighbor, the neighbor is considered to have failed.

Submit
27. What is the default action when BGP advertises routes to an iBGP neighbor?

Explanation

When BGP advertises routes to an iBGP neighbor, the default action is that it does not change the NEXT_HOP. Instead, it uses the NEXT_HOP value that is already present in the routing table. This means that the iBGP neighbor will receive the routes with the same NEXT_HOP value that was originally determined by the routing table.

Submit
28. Match the following RouteReflector (RR) tools used to prevent loop with their corresponding description.
Submit
29. What BGP message type are used to establish a neighbor relationship and exchange basic parameters?

Explanation

The Open message type is used in BGP to establish a neighbor relationship and exchange basic parameters. This message is sent by a BGP speaker to initiate a TCP connection with a neighboring BGP speaker. It contains information such as the BGP version number, the BGP router ID, and the autonomous system number. The Open message is an essential step in the BGP neighbor establishment process.

Submit
30. What is the BGP Routing Information Base (RIB)?

Explanation

The BGP Routing Information Base (RIB) refers to the BGP topology table that holds the Network Layer Reachability Information (NLRI) learned by BGP. This table contains information about the available paths to reach different network destinations. It includes details such as the next hop, path attributes, and network prefixes. The RIB is used by BGP to make routing decisions and determine the best path for forwarding traffic.

Submit
31. Given that the ip route table contains only the following routes: 10.1.0.0/16 10.2.0.0/24 router bgp 234  no synchronization  bgp log-neighbor-changes  network 10.0.0.0  auto-summary Which NLRI will be found in the BGP Table?

Explanation

With Auto-Summary, if any subnets of the classful network exists in the routing table, it is injected into BGP.

Submit
32. What the BGP subcommand "bgp bestpath med missing-as-worst" does?

Explanation

MED default value is 0 (best value). So if one uses MED in its network, it is better to use this command to avoid mistaken routes using the default value. BGP subcommand "bgp bestpath med missing-as-worst" reset the default value for MED to the largest/worst value possible (2^32)

Submit
33. Given that the ip route table contains the following routes: 10.1.0.0/16 10.2.0.0/24 10.2.1.0/24 If the following line is entered, what will be the result? R1(config-router)#aggregate-address 10.2.0.0 255.255.0.0 summary-only

Explanation

The "aggregate-address" command is used in BGP to summarize multiple routes into a single route. In this case, the command "aggregate-address 10.2.0.0 255.255.0.0 summary-only" is entered, which means that the route 10.2.0.0/16 will be advertised to its neighbors. This is because the command specifies the network address 10.2.0.0 and the subnet mask 255.255.0.0, which covers the range of IP addresses from 10.2.0.0 to 10.2.255.255. Therefore, all the more specific routes within this range, such as 10.2.0.0/24 and 10.2.1.0/24, will be summarized into the larger route 10.2.0.0/16 and advertised to neighbors.

Submit
34. What happen when the keepalive timer within the OPEN message of each BGP neighbor mismatch?

Explanation

When the keepalive timer within the OPEN message of each BGP neighbor mismatch, they use the lower keepalive timer value. This means that both neighbors will agree to use the keepalive timer value that is lower between the two. This ensures that the BGP session remains stable and both neighbors can continue exchanging keepalive messages at the agreed upon interval.

Submit
35. With Cisco IOS 12.3 and later, BGP perform Auto-Summary by default?

Explanation

With Cisco IOS 12.3 and later, BGP does not perform Auto-Summary by default. Auto-Summary is a feature that automatically summarizes the network prefixes at the classful network boundary. However, starting from IOS version 12.3, BGP does not perform this auto-summary feature by default. This means that BGP will not automatically summarize the network prefixes unless specifically configured to do so.

Submit
36. What config should be used if R3 and R4 are using their loopback as source IP?

Explanation

not-available-via-ai

Submit
37. Which statement best describe the following configuration: RTA# int loopback 0 ip address 150.10.1.1 255.255.255.0 router bgp 100 neighbor 160.10.1.1 remote-as 200 neighbor 160.10.1.1 ebgp-multihop neighbor 160.10.1.1 update-source loopback 0 network 150.10.0.0  ! ip route 160.10.0.0 255.255.0.0 1.1.1.2 ip route 160.10.0.0 255.255.0.0 2.2.2.2

Explanation

The configuration includes the "neighbor 160.10.1.1 ebgp-multihop" command, which allows a neighbor connection between two external peers that do not have a direct connection. This is a workaround to achieve load balancing between two eBGP speakers over parallel links. The two static routes for the 160.10.0.0 network with different next hops also support this load balancing by distributing traffic between the two links.

Submit
38. Which statement best describe this configuration: router bgp 100  neighbor 171.69.232.50 remote-as 200  neighbor 171.69.232.50 send-community  neighbor 171.69.232.50 route-map set-community out ! route-map set-community 10 permit  match address 1  set community no-export ! route-map set-community 20 permit  match address 2

Explanation

The configuration includes a BGP neighbor statement with the "remote-as" command, indicating that the neighbor is in AS 200. The "send-community" command is used to send BGP community attributes to the neighbor. The "route-map" command is used to apply a route map named "set-community" to the neighbor, with the "out" keyword indicating that it will be applied to outbound routes. The route map includes a permit statement with a match condition using access list 1 and a set action to add the "no-export" community attribute to the routes. Therefore, the routes that match access list 1 will not be advertised by the BGP speaker 171.69.232.50 in AS 200.

Submit
39. The following partial configuration uses route maps in a reverse operation to set the route tag (as defined by the BGP/OSPF interaction document, RFC 1403) when exporting routes with AS_PATH containing ASN 44 from BGP into the main IP routing table. router bgp 100  table-map set_ospf_tag ! route-map set_ospf_tag  match as-path 1  set automatic-tag ! Which command is missing to achieve the task?

Explanation

The missing command to achieve the task is "ip as-path access-list 1 permit ^44_|_44_|_44$". This command allows routes with AS_PATH containing ASN 44 to match the route-map set_ospf_tag. The regular expression "^44_|_44_|_44$" matches any AS_PATH that starts with "44_", ends with "_44", or contains "_44_" in the middle. This ensures that routes with AS_PATH containing ASN 44 will be tagged when exporting into the main IP routing table.

Submit
40. Which statement best describe the following configuration: RTC# router bgp 256 neighbor 1.1.1.1 remote-as 100 neighbor 128.213.11.2 remote-as 256 bgp default local-preference 150

Explanation

The bgp default local-preference command sets the local preference on the updates out of the router that go to peers in the same AS.

Submit
41. The following partial configuration uses route maps in a reverse operation to set the route tag (as defined by the BGP/OSPF interaction document, RFC 1403) when exporting routes with AS_PATH containing AS_SEQ 44 from BGP into the main IP routing table. router bgp 100  table-map set_ospf_tag ! route-map set_ospf_tag  match as-path 1  set automatic-tag ! Which command is missing to achieve the task?

Explanation

The missing command to achieve the task is "ip as-path access-list 1 permit ^44_|_44_|_44$". This command allows routes with AS_PATH containing AS_SEQ 44 to be matched and exported with the route tag set as defined by RFC 1403.

Submit
42. Select all the properties that define a neighbor in the state "Idle"

Explanation

None of the above properties define a neighbor in the state "Idle." In the Idle state, the router is not actively listening on any port (TCP 179) or initiating a TCP connection with the neighbor. It has not formed a TCP connection or sent/received any OPEN messages. The router has not established a BGP connection with the neighbor either. Therefore, none of the given properties apply to a neighbor in the Idle state.

Submit
43. Which statement best describe this configuration: router bgp 200  neighbor 171.69.232.90 remote-as 100  neighbor 171.69.232.90 send-community  neighbor 171.69.232.90 route-map set-community out ! route-map set-community 10 permit  match as-path 1  set community 200 200 additive ! route-map set-community 20 permit ! ip as-path access-list 1 permit _70$ ip as-path access-list 2 permit .*

Explanation

The given configuration uses BGP to add the community values 200 200 to routes originating from autonomous system 70. This is achieved by applying a route map called "set-community" to the neighbor with IP address 171.69.232.90. The route map has a permit statement with a match condition of as-path 1, which matches routes with an AS_PATH ending in 70. The set action is used to add the community values to these routes. Routes originating from other autonomous systems are advertised as normal, without any modifications.

Submit
44. Which configuration removes the COMMUNITY PA from the routes advertised.

Explanation

The given configuration removes the COMMUNITY PA from the routes advertised because the "set community none" statement in the route-map set-community removes any community attribute from the routes.

Submit
45. What command(s) allow to reset BGP neighbor connections?

Explanation

The command "R1# clear ip bgp *" allows to reset all BGP neighbor connections by clearing the BGP routing table. The command "R1 (router-config)# neighbor 172.16.8.8 shutdown" shuts down the specific BGP neighbor connection with the IP address 172.16.8.8. Both commands are valid ways to reset BGP neighbor connections.

Submit
46. Match the BGP COMMUNITY values with their respective meaning.
Submit
47. Given that the ip route table contains only the following routes: 10.1.0.0/16 10.2.0.0/24 router bgp 234  no synchronization  bgp log-neighbor-changes  network 10.0.0.0  no auto-summary Which NLRI will be found in the BGP Table?

Explanation

With NO Auto-Summary, only EXACT match in the routing table, it is injected into BGP.

Submit
48. Assuming that the auto-summary command has been configured. What the BGP network 10.1.1.0  command instruct to the BGP process to do?

Explanation

The correct answer explains that if the network 10.0.0.0 matches an entry in the current IP routing table, then the equivalent NLRI (Network Layer Reachability Information) will be placed in the local BGP (Border Gateway Protocol) topology table. This means that BGP will consider the network 10.0.0.0 as reachable and will include it in its routing decisions and advertisements to its neighbors.

Submit
49. The following partial configuration uses route maps in a reverse operation to set the route tag (as defined by the BGP/OSPF interaction document, RFC 1403) when exporting routes from BGP into the main IP routing table. router bgp 100  table-map set_ospf_tag ! route-map set_ospf_tag  match as-path 1  set automatic-tag ! Which command is missing to achieve the task?

Explanation

The missing command to achieve the task is "ip as-path access-list 1 permit .*". This command is used to create an access list that permits any AS path. The "match as-path 1" statement in the route map is referencing this access list to match routes with any AS path. By using the regular expression ".*", it will match any AS path, allowing all routes to be tagged when exporting from BGP to the main IP routing table.

Submit
50. Assuming that NO default static route (0.0.0.0/0) exist in the routing table, which router subcommand will inject the default route into BGP?

Explanation

The correct answer is "R1(config-router)#neighbor 1.1.1.1 default-originate". This command will instruct the router to advertise a default route to its BGP neighbor 1.1.1.1. By using the "default-originate" keyword, the router will inject the default route (0.0.0.0/0) into BGP, even if there is no default static route present in the routing table.

Submit
51. Which mecanisms RouteReflector (RR) can use to prevent loop?

Explanation

Route Reflectors (RR) prevent loops by adding their Cluster-ID into the CLUSTER_LIST Path Attribute before sending an update. This means that if the RR receives a Network Layer Reachability Information (NLRI) with its own ID, the prefix will be discarded. Additionally, the ORIGINATOR_ID Path Attribute contains the Router ID (RID) of the first iBGP peer that advertised the route. If an iBGP router sees its own RID in this attribute, it will discard the route. Lastly, RR only reflects its best routes based on its BGP table, ensuring that only the most optimal routes are propagated.

Submit
52. Select all the properties that define a neighbor in the state "Active"

Explanation

A neighbor in the state "Active" is defined by two properties: listening on port TCP 179 and the router initiating a TCP connection with that neighbor. These two conditions must be met for a neighbor to be considered "Active."

Submit
53. Which statement best describe this partial configuration: router bgp 4001  bgp confederation identifier 5  bgp confederation peers 4002 4003 4004 4005 4006 4007  neighbor 10.2.3.4 remote-as 4002  neighbor 10.4.5.6 remote-as 510

Explanation

The configuration provided indicates that the router is part of BGP Autonomous System (AS) 4001. However, AS 4001 is also part of a BGP confederation, as indicated by the "bgp confederation identifier 5" command. This means that AS 4001 is one of the Confederation ASes in this network. Additionally, the "bgp confederation peers" command lists ASes 4002, 4003, 4004, 4005, 4006, and 4007 as the other Confederation ASes in the network. Therefore, 5 is the true AS of this network, 4001 is one of the Confederation ASes, and 4002, 4003, 4004, 4005, 4006, and 4007 are Confederation ASes in this network.

Submit
54. Which statements are true about the BGP COMMUNITY Path Attributes?

Explanation

32 bits length field
By default, Cisco IOS is treating (displaying) COMMUNITY 32 bits as decimal value.
On can change this behavior by using the global command "ip bgp-community new-format", so the 32 bits field will be split into two 16 bits values AA:NN where AA can be an ASN and NN is a distinguish value.

Submit
55. Select all the properties that define a neighbor in the state "Open Sent"

Explanation

The properties that define a neighbor in the state "Open Sent" include: listening on port TCP 179, the router initiating a TCP connection with that neighbor, the router forming a TCP connection with that neighbor, and the router sending an OPEN message to that neighbor. These actions are part of the process of establishing a BGP connection with the neighbor.

Submit
56. Which statement best describe the following configuration:   RTA# router rip network 3.0.0.0 network 2.0.0.0 network 150.10.0.0 passive-interface Serial0 redistribute bgp 100 route-map SETMETRIC ! router bgp 100 neighbor 2.2.2.3 remote-as 300 network 150.10.0.0 ! route-map SETMETRIC permit 10 match ip-address 1 set metric 2 ! route-map SETMETRIC permit 20 set metric 5 ! access-list 1 permit 170.10.0.0 0.0.255.255 access-list 10 permit 170.20.0.0 0.0.255.255 access-list 20 permit 170.30.0.0 0.0.255.255  

Explanation

The given configuration includes a route-map named SETMETRIC with two permit statements. The first permit statement matches the IP address 170.10.0.0/16 and sets its BGP metric (MED) to 2. The second permit statement does not have a match condition, so it applies to all other routes injected into BGP and sets their metric to 5. This means that if a route matches the IP address 170.10.0.0/16, it will have a BGP metric of 2, and all other routes injected into BGP will have a metric of 5.

Submit
57. Given that the ip route table contains the following routes: 10.1.0.0/16 10.2.0.0/24 10.2.1.0/24 If the following line is entered, what will be the result? R1(config-router)#aggregate-address 10.2.0.0 255.255.0.0

Explanation

The "aggregate-address" command is used to summarize multiple routes into a single route. In this case, the command is entered with the network address 10.2.0.0 and subnet mask 255.255.0.0. This means that all routes within the range of 10.2.0.0/16, including 10.2.0.0/24 and 10.2.1.0/24, will be summarized and advertised as a single route 10.2.0.0/16 to its neighbors. Therefore, the correct answer is that NLRI 10.2.0.0/16, NLRI 10.2.0.0/24, and NLRI 10.2.1.0/24 will all be advertised to its neighbors.

Submit
58. What is missing in the following configuration in order to prepend the autonomous system path "100 100" to routes 171.60.0.0/16 advertised to neighbor 200.69.232.70? router bgp 100  network 171.60.0.0  network 172.60.0.0  neighbor 200.69.232.70 remote-as 200 ! route-map set-as-path 20 permit  match address 2 ! access-list 1 permit 171.60.0.0 0.0.255.255 access-list 1 permit 172.60.0.0 0.0.255.255 ! access-list 2 permit 0.0.0.0 255.255.255.255

Explanation

The configuration is missing the command "route-map set-as-path out" under the neighbor statement. This command is necessary to apply the route map "set-as-path" to the outbound advertisements to the neighbor 200.69.232.70. Additionally, the route map "set-as-path" needs to be configured with a permit statement that matches access list 1 and sets the AS path to prepend "100 100".

Submit
59. If one wants to filter the NLRI 10.10.10.0/24 from the NLRI list advertised by 1.1.1.1, which BGP subcommand(s) should he choose? Given that the following configuration are already implemented on the router: ip as-path access-list 1 deny _10_ ip as-path access-list 2 deny ^10_ ip as-path access-list 3 deny _10$ ! ip access-list extended MyACL   deny ip host 10.10.10.0 host 255.255.255.0   permit ip any any ! ip prefix-list MyPrefix seq 10 deny 10.10.10.0/24 ! route-map MyRouteMap permit 10    match ip MyACL !

Explanation

ip as-path access-list 1 deny _10_
ip as-path access-list 2 deny ^10_
ip as-path access-list 3 deny _10$
!
ip access-list extended MyACL
deny ip host 10.10.10.0 host 255.255.255.0
permit ip any any
!
ip prefix-list MyPrefix seq 10 deny 10.10.10.0/24
!
!Remark 10.10.10.0/24 is filter by the implicit deny at the end of the route-map and not by "MyACL" match clause!!
route-map MyRouteMap permit 10
match ip MyACL
!

Submit
60. Two cies have merge their networks. So now, their public networks are learned from both IGP and eBGP. Since eBGP has a lower AD, routers will send their internal traffic through the ISP to join the other network. Which commands can solve this problem?

Explanation

not-available-via-ai

Submit
61. If one wants to filter the NLRI 10.10.10.0/24 from the NLRI list advertised to 1.1.1.1, which BGP subcommand(s) should he choose? Given that the following configuration are already implemented on the router: ip as-path access-list 1 deny _10_ ip as-path access-list 2 deny ^10_ ip as-path access-list 3 deny _10$ ! ip access-list extended MyACL   deny ip host 10.10.10.0 host 255.255.255.0   permit ip any any ! ip prefix-list MyPrefix seq 10 deny 10.10.10.0/24 ! route-map MyRouteMap permit 10    match ip MyACL !

Explanation

ip as-path access-list 1 deny _10_
ip as-path access-list 2 deny ^10_
ip as-path access-list 3 deny _10$
!
ip access-list extended MyACL
deny ip host 10.10.10.0 host 255.255.255.0
permit ip any any
!
ip prefix-list MyPrefix seq 10 deny 10.10.10.0/24
!
!Remark 10.10.10.0/24 is filter by the implicit deny at the end of the route-map and not by "MyACL" match clause!!
route-map MyRouteMap permit 10
match ip MyACL
!

Submit
62. Assuming the default static route (0.0.0.0/0) exist in the routing table, which router subcommand will inject the default route into BGP?

Explanation

The correct subcommands to inject the default route into BGP are "R1(config-router)#network 0.0.0.0" and "R1(config-router)#default-information originate". The "network 0.0.0.0" command advertises the default route to BGP neighbors, while the "default-information originate" command injects the default route into BGP from the local router. Additionally, "redistribute static" can also be used to inject the default route if it is configured as a static route. The "neighbor 1.1.1.1 default-originate" command is not necessary for injecting the default route, as it is used to advertise a default route to a specific BGP neighbor.

Submit
63. Which statements best describe this partial configuration: router bgp 100 bgp cluster-id 99 neighbor 2.2.2.2 remote-as 100 neighbor 2.2.2.2 route-reflector-client neighbor 1.1.1.1 remote-as 100 neighbor 1.1.1.1 route-reflector-client neighbor 7.7.7.7 remote-as 100 neighbor 4.4.4.4 remote-as 100 neighbor 8.8.8.8 remote-as 200

Explanation

The given configuration includes the "route-reflector-client" command for the neighbors 2.2.2.2 and 1.1.1.1. This command designates these neighbors as route reflector clients. As a result, routes learned from these neighbors will be advertised to all other neighbors. Additionally, the configuration does not include any specific restrictions for the neighbor 7.7.7.7, so routes learned from this neighbor will also be advertised to all other neighbors. Finally, the neighbor 8.8.8.8 is not a route reflector client, but since there are no specific restrictions mentioned, routes learned from 8.8.8.8 will also be advertised to all other neighbors.

Submit
64. If one wants to filter the NLRI that have been forwared or originated by AS 10 from the NLRI list advertised by 1.1.1.1, which BGP subcommand(s) should he choose? Given that the following configuration are already implemented on the router: ! neighbor 1.1.1.1 remote-as 345 ! ip as-path access-list 1 deny _10_ ip as-path access-list 2 deny ^10_ ip as-path access-list 3 deny _10$ ! ip access-list extended MyACL   deny ip host 10.10.10.0 host 255.255.255.0   permit ip any any ! ip prefix-list MyPrefix seq 10 deny 10.10.10.0/24 ! route-map MyRouteMap permit 10    match ip MyACL !

Explanation

ip as-path access-list 1 deny _10_
! remark since 1.1.1.1 AS is 345, the AS_PATH cannot starts with ASN 10
ip as-path access-list 2 deny ^10_
ip as-path access-list 3 deny _10$
!
ip access-list extended MyACL
deny ip host 10.10.10.0 host 255.255.255.0
permit ip any any
!
ip prefix-list MyPrefix seq 10 deny 10.10.10.0/24
!
!Remark 10.10.10.0/24 is filter by the implicit deny at the end of the route-map and not by "MyACL" match clause!!
route-map MyRouteMap permit 10
match ip MyACL
!

Submit
65. Routers A, B, and C connect to the same LAN. Router A peers with router B, and router B peers with router C. Router B sends traffic over the routes of router A to router C, but wants to make sure that all traffic from router C to router A goes through router B, rather than directly from router C to router A over the shared LAN. This configuration can be useful for traffic accounting purposes or to satisfy the peering agreement between router C and router B. What commands are missing in the following configurations to achieve this goal?   Router A Configuration router bgp 100  neighbor 1.1.1.2 remote-as 200 Router B Configuration router bgp 200  neighbor 1.1.1.1 remote-as 100  neighbor 1.1.1.3 remote-as 300 Router C Configuration router bgp 300  neighbor 1.1.1.2 remote-as 200

Explanation

The missing commands in the configurations are:
- On router C: `router bgp 300` and `neighbor 1.1.1.2 route-map set-peer-address in`
- On router C: `route-map set-peer-address permit 10` and `set ip next-hop peer-address`

These commands ensure that all traffic from router C to router A goes through router B by modifying the next-hop IP address in the BGP route advertisements. The route-map is used to set the next-hop IP address to the IP address of router B. This configuration ensures that the traffic is directed through router B for traffic accounting purposes or to satisfy the peering agreement.

Submit
66. If one wants to filter the NLRI 10.10.10.0/24 from the NLRI list advertised to 1.1.1.1, which BGP subcommand(s) should he choose? Given that the following configuration are already implemented on the router: ip as-path access-list 1 deny _10_ ip as-path access-list 2 deny ^10_ ip as-path access-list 3 deny _10$ ! ip access-list extended MyACL   deny ip host 10.10.10.0 host 255.255.255.0   permit ip any any ! ip prefix-list MyPrefix seq 10 deny 10.10.10.0/24 ! route-map MyRouteMap deny 10    match ip MyACL !

Explanation

ip as-path access-list 1 deny _10_
ip as-path access-list 2 deny ^10_
ip as-path access-list 3 deny _10$
!
ip access-list extended MyACL
deny ip host 10.10.10.0 host 255.255.255.0
permit ip any any
!
ip prefix-list MyPrefix seq 10 deny 10.10.10.0/24
!
!Since 10.10.10.0/24 does not match any clause, it is not filter!!
route-map MyRouteMap permit 10
match ip MyACL
!

Submit
View My Results

Quiz Review Timeline (Updated): Sep 13, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Sep 13, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 26, 2012
    Quiz Created by
    Fpouliot
Cancel
  • All
    All (66)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What makes a neighbor internal BGP (iBGP)?
In the context of CCIE Routing and Switching (R&S) and Border...
How  BGP communicates with its neighbors?
An NLRI is simply an IP prefix and a prefix length?
By default, eBGP packet has a TTL = 1.
Confederation routers remove the confederation ASN from the AS_PATH in...
What authentication method is supported by BGP?
By default, what BGP uses to choose the best route?
Place in order of priority, what makes the Router ID of a BGP router.
What BGP message type are used when BGP errors occur; causing a...
What BGP message type are used to maintain a neighbor...
What the command "neighbor update-source" do?
What BGP message type are used to exchange NLRI?
Which command enables logging of BGP neighbor status changes (up or...
Which statement best describe the following configuration:...
Assuming that the no auto-summary command has been configured....
Assuming that the no auto-summary command has been configured....
Confederation ASN are not considered part of the length of the AS_PATH...
Which config should be used in order to take advantage of the...
What is the default action when BGP advertises routes to an eBGP...
Confederation routers add the confederation ASN to the AS_PATH in...
What is the first attribute BGP verifiy in its decision process to...
Which command allows a Soft Reconfiguration of BGP? That is, allows a...
By default, keepalive are sent at which interval?
How is the destination IP address used to discover and reach a...
By default, after how many times a neighbor is considered to have...
What is the default action when BGP advertises routes to an iBGP...
Match the following RouteReflector (RR) tools used to prevent loop...
What BGP message type are used to establish a neighbor...
What is the BGP Routing Information Base (RIB)?
Given that the ip route table contains only the following routes:...
What the BGP subcommand "bgp bestpath med missing-as-worst"...
Given that the ip route table contains the following routes:...
What happen when the keepalive timer within the OPEN message of...
With Cisco IOS 12.3 and later, BGP perform Auto-Summary by default?
What config should be used if R3 and R4 are using their loopback as...
Which statement best describe the following configuration:...
Which statement best describe this configuration: ...
The following partial configuration uses route maps in a reverse...
Which statement best describe the following configuration:...
The following partial configuration uses route maps in a reverse...
Select all the properties that define a neighbor in the state...
Which statement best describe this configuration: ...
Which configuration removes the COMMUNITY PA from the routes...
What command(s) allow to reset BGP neighbor connections?
Match the BGP COMMUNITY values with their respective meaning.
Given that the ip route table contains only the following routes:...
Assuming that the auto-summary command has been configured....
The following partial configuration uses route maps in a reverse...
Assuming that NO default static route (0.0.0.0/0) exist in the routing...
Which mecanisms RouteReflector (RR) can use to prevent loop?
Select all the properties that define a neighbor in the state...
Which statement best describe this partial configuration:...
Which statements are true about the BGP COMMUNITY Path Attributes?
Select all the properties that define a neighbor in the state...
Which statement best describe the following configuration:...
Given that the ip route table contains the following routes:...
What is missing in the following configuration in order to prepend the...
If one wants to filter the NLRI 10.10.10.0/24 from the NLRI list...
Two cies have merge their networks....
If one wants to filter the NLRI 10.10.10.0/24 from the NLRI list...
Assuming the default static route (0.0.0.0/0) exist in the routing...
Which statements best describe this partial configuration:...
If one wants to filter the NLRI that have been forwared or originated...
Routers A, B, and C connect to the same LAN. Router A peers with...
If one wants to filter the NLRI 10.10.10.0/24 from the NLRI list...
Alert!

Advertisement