Page 1 of 1

Refer to the exhibit. A network engineer from ISP 2 is designing the BGP architecture with a requirement of preventing t

Posted: Sat Jul 23, 2022 7:09 pm
by answerhappygod
Refer to the exhibit. A network engineer from ISP 2 is designing the BGP architecture with a requirement of preventing their customer AS 65001 from becoming a
Transit AS, using the following configuration:
router bgp 65000
neighbor 10.0.0.1 remote-as 65001
neighbor 10.0.0.1 route-map BGP-ROUTE-POLICY in
Which two Cisco IOS command should be used within the route-map to achieve this goal on ISP 2 from AS 65000?
Refer To The Ex 1
Refer To The Ex 1 (22.63 KiB) Viewed 63 times
A. ip as-path access-list 1 permit ^65001$!route-map BGP-ROUTE-POLICY deny 10match as-path 1!route-map BGP-ROUTE-POLICY permit 10
B. ip as-path access-list 1 permit ^65001$!route-map BGP-ROUTE-POLICY permit 10match as-path 1
C. route-map BGP-ROUTE-POLICY permit 10set community no-export additive
D. route-map BGP-ROUTE-POLICY permit 10set community no-advertise additive