Close Window
Assessment System
1. Assessment Selection
2. Assessment Settings
3. Take Assessment
Take Assessment - ROUTE Chapter 6 - CCNP ROUTE (Version 6.0)
Time Remaining:
1
Which BGP routers will become peers and share routing information?
BGP routers that are configured with the same network command
BGP routers share routing information with all routers in the same AS by default.
BGP routers that are configured with the neighbor command
BGP routers that are configured with the same peer command
2
Refer to the exhibit. BGP sessions are established between all routers. RTC receives route updates for network
209.165.200.224/27 from autonomous system 300 with the weight attribute set to 3000. RTB also learns about network
209.165.200.224/27 from autonomous system 200 with a weight of 2000. Which router will be used by RTA as a next hop
reach this network?
RTB because of the lowest weight
RTB because of the slow 64 kb/s link
RTB because of the shortest AS_Path
RTC because of the highest weight
RTC because of the longest AS_Path
RTC because of the T1 link
3
Refer to the exhibit. Which statement is true?
The neighbor at 190.10.50.1 is an external peer.
The neighbor at 170.10.20.2 is an internal peer.
RTA is going to advertise that it is part of AS 300.
RTA is going to advertise network 150.10.0.0 to its neighbors if 150.10.0.0 or its subnets are in the IP routing
table.
4
Refer to the exhibit. Router R2 is currently unable to access network 172.16.10.0/24. Based on the information in
the exhibit, which configuration would fix the problem?
R1(config)# router bgp 65100
R1(config-router)# network 10.0.0.0 mask 255.0.0.0
R1(config)# router bgp 65100
R1(config-router)# network 172.16.0.0 mask 255.255.0.0
R1(config)# router bgp 65100
R1(config-router)# no synchronization
R1(config)# router eigrp 1
R1(config-router)# no auto-summary
5
Which two statements are key characteristics of BGP? (Choose two.)
It uses cost as its metric.
It is a link-state routing protocol.
It is a policy-based routing protocol.
It uses bandwidth and delay as its metric.
It is an advanced distance vector routing protocol.
It provides interdomain routing between autonomous systems.
6
Refer to the exhibit. Which two configurations will allow router R1 to establish a neighbor relationship with router R2?
(Choose two.)
R1(config)# router bgp 100
R1(config-router)# network 192.168.20.0
R1(config)# router bgp 100
R1(config-router)# network 192.168.10.0
R1(config-router)# neighbor 209.165.200.226 remote-as 200
R1(config)# router bgp 200
R1(config-router)# network 192.168.20.0
R1(config-router)# neighbor 209.165.200.225 remote-as 100
R2(config)# router bgp 200
R2(config-router)# network 192.168.10.0
R2(config)# router bgp 200
R2(config-router)# network 192.168.10.0
R2(config-router)# neighbor 209.165.200.226 remote-as 200
R2(config)# router bgp 200
R2(config-router)# network 192.168.20.0
R2(config-router)# neighbor 209.165.200.225 remote-as 100
7
An enterprise must interconnect multiple sites. Which technology would provide secure and manageable
connections over the Layer 3 ISP network without the additional expense of leased lines?
IBGP
IP SLA
MPLS VPN
BGP dual-homed
BGP dual-multihomed
8
An enterprise has routers with limited resources but requires the best path to selected external networks. Which
multihoming option would provide the best solution?
multihoming with default routes from all providers
multihoming with full Internet routes from all providers
multihoming with default routes and partial Internet routes from all providers
multihoming with partial Internet routes from one provider and default routes from all other providers
9
Refer to the exhibit. An organization has configured a multihomed solution using EBGP between two edge
routers and two ISPs. The edge routers are receiving only default routes from each ISP EBGP peer. Which two
statements are true of this solution? (Choose two.)
EIGRP will choose the best route to exit the autonomous system.
Traffic between the ISPs will be routed through autonomous system 65500.
All routers in autonomous system 65500 must have complete knowledge of external routes.
A TCP session must be established between the edge routers and the ISP routers.
Full-mesh IBGP must be configured in autonomous system 65500 for internal hosts to reach the ISPs.
10