Refer to the exhibit. A network engineer at ISP-B must advertise 198.19.100.0/24 `" 198.19.105.0/24 prefixes to ISP-A with these requirements: ✑ Prefixes 198.19.100.0/24 `" 198.19.102.0/24 must have the community set to 64602:10. ✑ Prefixes 198.19.103.0/24 `" 198.19.105.0/24 must have the community set to 64602:11. The AS_PATH for the 198.19.103.0/24 `" 198.19.105.0/24 prefixes must appear as `64602 64602` in ASN 64601. Which configuration must the engineer implement on the ISP-B router to meet the requirements? A. configure terminal access-list 30 deny 198.19.100.0 0.0.0.255 access-list 30 deny 198.19.101.0 0.0.0.255 access-list 30 deny 198.19.102.0 0.0.0.255 ! route-map ASN-64601-OUT permit 10 match ip address 30 set as-path prepend 64602 64602 set community 64602:11 route-map ASN-64601-OUT permit 20 set community 64602:10 end B. configure terminal access-list 30 deny 198.19.103.0 0.0.0.255 access-list 30 deny 198.19.104.0 0.0.0.255 access-list 30 deny 198.19.105.0 0.0.0.255 ! route-map ASN-64601-OUT deny 10 match ip address 30 set as-path prepend 64602 set community 64602:11 route-map ASN-64601-OUT permit 20 set community 64602:10 end C. configure terminal access-list 30 deny 198.19.100.0 0.0.0.255 access-list 30 deny 198.19.101.0 0.0.0.255 access-list 30 deny 198.19.102.0 0.0.0.255 access-list 30 permit any ! route-map ASN-64601-OUT permit 10 match ip address 30 set as-path prepend 64602 set community 64602:11 route-map ASN-64601-OUT permit 20 set community 64602:10 end D. configure terminal access-list 30 deny 198.19.100.0 0.0.0.255 access-list 30 deny 198.19.101.0 0.0.0.255 access-list 30 deny 198.19.102.0 0.0.0.255 access-list 30 permit any ! route-map ASN-64601-OUT permit 10 set community 64602:10 ! route-map ASN-64601-OUT permit 20 match ip address 30 set as-path prepend 64602 64602 set community 64602:11 end Suggested Answer: C This question is in 350-501 SPCOR exam For getting CCNP Service Provider Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Cisco. Trademarks, certification & product names are used for reference only and belong to Cisco.
Please login or Register to submit your answer