You are on page 1of 6

ROUTE Chapter 5 CCNP 6.

0 2012 2013 100%


January 1, 2012 by Son Trinh Leave a Comment

Take Assessment ROUTE Chapter 5 CCNP ROUTE: Imp ement!n" C!s#$ IP R$%t!n" &'ers!$n 6.0( Ans)ers 2012 2013
1. Routingprotocolconvergencetimewouldbe an exampleof whichpathcontrol consideration? adaptability availability performance predictability resiliency 2. A BGProutingpolicyhas beencreatedusingroutemaps.The commandroute-map TESTpermit10 is part of the configuration.Whatdoesthe argument10 indicate? It identifies the access list number to be used by the route map statement. It identifies the position of the route map in relation to other instances. It indicates the local preference to be set for routes that match the route map. It indicates the metric to be set for routes that match the route map. It specifies the route map to be used on autonomous system 10. 3. Referto the exhibit. Whatwouldbe the RIP routingmetricfor the subnetsof the 172.16.0.0/16networkon the R2 routerafter the configurationin the exhibit wasappliedto the R1 router? 1 2 3 4 5 4. Referto the exhibit. The routingpolicyfor routerR1 statesthat traffic fromthe 192.168.1.0 LANnetworkis to be routedto ISP-1 and traffic fromthe 172.16.1.0LANnetworkis to be

routedto ISP-2. However,the networkadministratornoticesthat a host at IP address 172.16.1.10is beingroutedout Serial0/0/0.Whatis the causeof the problem? The route map ISP-1 should be applied to Serial0/0/0. The route map ISP-2 should be applied to FastEthernet0/1. The route maps are applied to opposite interfaces. There is an incorrect access list 1 statement. There is an incorrect access list 2 statement. 5. Whatare threeaccuratedescriptorsof the functionalityof the CiscoIOS IP SLAfeature? (Choosethree.) the sending of simulated data applies only to distance vector protocols the filtering of routing updates to and from neighbors a requirement that NTP be configured on source and responder provision of a mechanism to mark packets with different ToS verification that the TCP or UDP ports on a target are active and responsive 6. Referto the exhibit. Basedon the informationthat is presented,whichstatementis true? Access list 1 specifies that packets with a destination address of 192.168.1.0 will be policy routed. Access list 2 specifies that packets with a source address of 172.16.1.0 will be policy routed. Packets that match access list 1 will be sent to the next-hop address 172.17.1.2. Packets that match access list 2 will be denied access. Both match statements must be true for the ISP1 route map to be true. 7. Whatis the purposeof usingan offset list whenimplementingpathcontrolin EIGRP? to measure EIGRP updates and then trap them once they meet a specific threshold to filter EIGRP updates in a continuous, reliable, and predictable manner to increase incoming and outgoing metrics to routes learned by EIGRP to cause the router to evaluate for inconsistencies all packets that come into an interface 8. Qualityof Service(QoS)andCiscoWideAreaApplicationServices(WAAS)are two examplesof whichpathcontrolconsideration? resiliency availability adaptability performance support for network and application services

9. Referto the exhibit. On the basisof the informationpresented,whichtwo IP SLArelated statementsare true?(Choosetwo.) IP SLA 99 is measuring jitter. IP SLA 99 is scheduled to begin in 2 hours. IP SLA 99 is sending echo requests every 10 seconds. IP SLA 99 is sending echo requests from IP address 192.168.2.1. IP SLA 99 was configured with the type dns target-addr 192.168.2.1 command. IP SLA 99 will run forever unless explicitly disabled. 10. Whichtwo descriptionsare accurateaboutthe path controlfunctionalityof offset lists?(Choosetwo.) used to increase metrics used to increase administrative distance provides a mechanism to mark packets with ToS can be applied to only the inbound direction on an interface can be applied to routes that are learned via dynamic routing protocols can be applied only to routes that are learned via distance vector protocols 11. Whichtwo IP SLApath controlstatementsare true?(Choosetwo.) An IP SLA operation is a measurement that includes protocol, frequency, traps, and thresholds. IOS IP SLA is a mechanism for increasing incoming and outgoing metrics to routes that are learned via RIP or EIGRP. The IOS IP SLA feature allows performance measurements between a Cisco device and another Cisco device or a host. The IOS IP SLA feature can only measure performance statistics between a Cisco device and a host. The IOS IP SLA feature can only measure performance statistics between Cisco devices. The IOS IP SLA feature is only configurable using the command-line interface (CLI). 12. Referto the exhibit. RIPv2is configuredon routersin the network.Whichcommands wouldan administratorissueon the R3 routerin orderfor traffic to take the fastestpath fromR4 to the 192.168.1.0networkon the R1 router? router rip distribution-list 1 out access-list 1 permit 192.168.1.0 0.0.0.255 router rip offset-list 1 in 5 serial 0/0/0 access-list 1 permit 192.168.1.0 0.0.0.255

router rip offset-list 1 out 5 serial 0/0/1 access-list 1 permit 192.168.1.0 0.0.0.255 router rip ip prefix-list 1 in 2 out access-list 1 permit 192.168.1.0 0.0.0.255 router rip distribution-list 1 out access-list 1 permit 172.16.13.0 0.0.0.3 13. Whichtwo commandscan be usedto verifythat an offsetlist has alteredthe path takenby traffic?(Choosetwo.) traceroute telnet ping show ip route show ip protocols show running-config 14. Referto the exhibit. On the basisof the informationpresented,whichstatementis true? A default static route was configured with the track keyword. EIGRP was configured to track the host at IP address 192.168.2.1. IP SLA operation 99 is currently monitoring the network 192.168.2.0/24. IP SLA operation 99 has lost connectivity to 172.16.12.2. 15. Whenpolicybasedrouting(PBR)is beingimplemented,whichset commandwill overrideexplicit entriesin the routingtable? set ip next-hop set ip precedence set default interface set ip default next-hop 16. Referto the exhibit. Whichconfigurationwill ensurethat traffic that originatesfrom network172.16.1.0will be forwardedout Serial 0/0/0? R1(config)# access-list 1 permit 172.16.1.0 255.255.255.0 R1(config)# route-map ISP-1 permit 10 R1(config-route-map)# match ip address 1 R1(config-route-map)# set interface serial 0/0/0 R1(config)# interface fa0/0 R1(config-if)# ip policy route-map ISP-1

R1(config)# access-list 1 permit 172.16.1.0 0.0.0.255 R1(config)# route-map ISP-1 permit 10 R1(config-route-map)# match ip address 1 R1(config-route-map)# set interface s0/0/0 R1(config)# interface fa0/1 R1(config-if)# ip policy route-map ISP-1 R1(config)# access-list 1 permit 172.16.1.0 0.0.0.255 R1(config)# route-map ISP-1 permit 10 R1(config-route-map)# match ip address 1 R1(config-route-map)# set interface s0/0/0 R1(config)# interface s0/0/0 R1(config-if)# ip policy route-map ISP-1 R1(config)# access-list 1 permit 172.16.1.0 0.255.255.255 R1(config)# route-map ISP-1 permit 10 R1(config-route-map)# match ip address 1 R1(config-route-map)# set interface fa0/0 R1(config)# interface s0/0/0 R1(config-if)# ip policy route-map ISP-1 R1(config)# access-list 1 permit 172.16.1.0 0.255.255.255 R1(config)# route-map ISP-1 permit 10 R1(config-route-map)# match ip address 1 R1(config-route-map)# set interface fa0/1 R1(config)# interface s0/0/0 R1(config-if)# ip policy route-map ISP-1 17. Referto the exhibit. Assumingall FastEthernetinterfaceshavebeenconfiguredwith the ip policyroutemapLOAD_BALANCEcommandand are up, howwill routerR1 treat packets that are receivedfromnetwork10.2.0.0and destinedfor the Internet? will be dropped by R1 will be forwarded out interface S0/0/0 will be forwarded out interface S0/1/0 will be routed normally based on the routing table will be load balanced through each serial interface 18. Whichpathcontrolconsiderationcreatesan effectiveuse of bandwidthby having traffic use differentpathsfor oppositedirections? availability adaptability performance predictability asymmetric routing

19. Whichpathcontrolconsiderationhelpsprovidean acceptablelevel of servicewhena failureoccurs? availability adaptability performance resiliency support for network and application services 20. WhichIP SLAstatementis true? An IP SLA responder could be a web server or an IP host. Cisco IOS IP SLAs use passive traffic monitoring, generating traffic in a random manner to measure network performance. IP SLA operations are configured on a target device. To increase security of IP SLAs control messages, Message Digest 5 (MD5) authentication can be used.

You might also like