alvan1108 发表于 2014-2-21 09:49:24

求同学们解题 QUESTION 187

答案B我看明白的,但是D的作用是什么呢?求解析。
QUESTION 187
Having the above BGP peerings, select the two configurations for rtrB that will fulfill the following criteria:
-Will advertise all routes from rtrA to rtrD but not to rtrC
http://bbs.hh010.com/forum.php?mod=image&aid=156992&size=300x300&key=e02692746ee163dc&nocache=yes&type=fixnone
A. router bgp 2
neighbor 1.1.1.1 remote-as 1
neighbor 1.1.1.1 route-map rtrA in
!
route-map rtrA permit 10
set community no-advertise
!
B. router bgp 2
neighbor 1.1.1.1 remote-as 1
neighbor 1.1.1.1 route-map rtrA in
!
route-map rtrA permit 10
set community no-export
!
C. router bgp 2
neighbor 1.1.1.1 remote-as 1
neighbor 1.1.1.1 route-map rtrA in
neighbor 3.3.3.3 remote-as 3
neighbor 3.3.3.3 route-map rtrC out
!
route-map rtrA permit 10
set community 5
!
route-map rtrC permit 10
match community 5
!
D. router bgp 2
neighbor 1.1.1.1 remote-as 1
neighbor 1.1.1.1 route-map rtrA in
neighbor 3.3.3.3 remote-as 3
neighbor 3.3.3.3 route-map rtrC out
route-map rtrA permit 10
set community 5
!
route-map rtrC permit 10
match community 5
!
route-map rtrC permit 20
!
Correct Answer: BD



shaoyung 发表于 2014-2-21 20:30:06

{:6_267:}
页: [1]
查看完整版本: 求同学们解题 QUESTION 187