- 积分
- 77
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 注册时间
- 2012-4-21
- 最后登录
- 1970-1-1
- 阅读权限
- 20
- 听众
- 收听
助理工程师
|
答案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
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
|
|