首页 > Cisco > CCIP > 642-661

CCIP Configuring BGP on Cisco Routers (BGP):642-661

科目编号:642-661

科目名称:CCIP Configuring BGP on Cisco Routers (BGP)

描述:
642-661 考试是 Cisco 公司的 CCIP Configuring BGP on Cisco Routers (BGP) 认证考试官方代号,kaoccna 的 642-661 权威考试题库软件是 Cisco 认证厂商的授权产品,kaoccna 绝对保证顺利通过,否则承诺全额退款!
CCIP Configuring BGP on Cisco Routers (BGP) 认证作为全球IT领域专家 Cisco 热门认证之一,是许多大中 IT 企业选择人才标准的必备条件。 如果你正在准备 642-661 考试,为 Cisco CCIP Configuring BGP on Cisco Routers (BGP)认证做最后冲刺,又苦于没有绝对权威的考试真题模拟

    mcsepass 实行"一次不过全额退款"承诺。如果您购买我们 642-661 的考题,只要不是首次通过,凭盖有 PROMETRIC 或 VUE 考试中心钢印的考试成绩单,我们将退还您购买 642-661 考题大师的全部费用,绝对保证您的利益不受到任何的损失。

642-661
  • 科目: 642-661
  • 原价: ¥ 423.00
  • 现价: ¥ 358.00

kaoccna 的优势

642-661 试题的质量和价值
mcsepass 模拟测试题具有最高的专业技术含量,只供具有相关专业知识的专家和学者学习和研究之用。
100% 保证您通过 642-661 的考试
如果你使用 mcsepass 模拟测试,我们将保证你的第一次参加考试即取得成功,否则,我们将全额退款!
试用后再购买
mcsepass 提供每种产品免费测试。在您决定购买之前,请检测联接,可能存在的问题及试题质量和适用性。
kaoccna认证考试题库网专业提供 Cisco 642-661 最新题库下载,完全覆盖 mcsepass 考试原题。

部分考题展示

 
 
Exam : Cisco 642-661
Title : CCIP Configuring BGP on Cisco Routers (BGP)


1. How can you prevent multihomed customers with connections to two service providers from acting as a transit AS?
A. Enable BGP synchronization on all the customer routers.
B. Use MED to influence the inbound traffic from the ISPs.
C. Use static routing to the ISPs.
D. Use an AS-path access-list to filter the BGP updates to the ISPs.
E. Use conditional advertisements when sending BGP updates to the ISPs.
Answer: D

2. In the diagram, the customer is using BGP to connect to a single ISP over two permanent links. In this scenario, which input and output prefix-list filtering is typically enabled on the ISP routers? (Choose two.)
A. ip prefix-list test-in permit 10.1.1.0/24 le 32
B. ip prefix-list test-in permit 10.0.0.0/8 le 32
C. ip prefix-list test-in permit 0.0.0.0/0
D. ip prefix-list test-out permit 10.1.1.0/24 le 32
E. ip prefix-list test-out permit 10.0.0.0/8 le 32
F. ip prefix-list test-out permit 0.0.0.0/0
Answer: A, F

3. List the BGP route selection steps in the correct order
Answer:

4. When creating iBGP multipaths which three criteria must be met by multiple paths to the same destination? (Choose three.)
A. Router IDs must be the same on all routers.
B. Each destination must have a different next-hop address.
C. The destination AS-number must be different for each destination.
D. Multi-exit discriminator attributes must be the same on all paths.
E. Interior Gateway Protocol distance must be identical on each path.
Answer: B, D, E

5. Which BGP configuration option is designed to reduce router processing load caused by unstable routes?
A. neighbor {ip-address} maximum-prefix {number}
B. bgp dampening
C. no sync
D. bgp deterministic-med
E. sync
F. bgp scan-time
Answer: B

6. What can cause a single sourced iBGP route not to be selected as the best route?
A. The BGP MED is 0.
B. The BGP next-hop is unreachable.
C. The BGP origin is incomplete.
D. The BGP weight is 0.
E. The BGP local preference is 0.
F. BGP synchronization is disabled.
Answer: B

7. Which two of the following are true regarding the BGP Prefix-Based outbound route filtering feature? (Choose two.)
A. IP multicast routes are not supported.
B. Outbound route filtering is configured only on a per-address family basis.
C. Outbound route filtering can be configured for either iBGP or eBGP sessions.
D. The outbound route filter can be defined in a Prefix list, Distribute list or Access lists.
E. Outbound route filtering is more effective when a distance vector IGP is used.
Answer: A, B

8. Which two of these statements about hierarchical route reflectors are correct? (Choose two.)
A. A route reflector can be a client of another route reflector.
B. Each cluster within the hierarchy can only contain one route reflector.
C. The hierarchy can be as deep as needed.
D. A route reflector can have clients in different clusters.
E. Hierarchical route reflectors are set up using three levels (access, distribution, and core layers).
Answer: A, C

9. What are two purposes of the BGP scan-time command? (Choose two.)
A. to tune the BGP process which walks the BGP table and confirms the reachability of next hops
B. to allow faster detection of downed BGP peers
C. to improve BGP convergence time
D. to tune the BGP update interval
E. to decrease the effects of unstable routes by increasing the route suppression time
Answer: A, C

10. Which configuration will enable the R1 router in the AS51003 sub-AS (member-AS) as a route reflector with neighbors 10.1.1.1 and 10.2.2.2 as its route-reflector clients?
A. !
R1 router bgp 51003
bgp confederation identifier 55111
bgp confederation peers 51001 51002
neighbor 10.1.1.1 remote-as 51003
neighbor 10.2.2.2 remote-as 51003
neighbor 10.1.1.1 route-reflector-client
neighbor 10.2.2.2 route-reflector-client
B. !
R1 router bgp 51003
bgp confederation identifier 55111
bgp confederation peers 51001 51002
neighbor 10.1.1.1 remote-as 51001
neighbor 10.2.2.2 remote-as 51002
neighbor 10.1.1.1 route-reflector-client
neighbor 10.2.2.2 route-reflector-client
C. !
R1 router bgp 55111
bgp confederation identifier 51003
neighbor 10.1.1.1 remote-as 51003
neighbor 10.2.2.2 remote-as 51003
neighbor 10.1.1.1 route-reflector-client
neighbor 10.2.2.2 route-reflector-client
D. !
R1 router bgp 55111
bgp confederation identifier 51003
neighbor 10.1.1.1 remote-as 55111
neighbor 10.2.2.2 remote-as 55111
neighbor 10.1.1.1 route-reflector-client
neighbor 10.2.2.2 route-reflector-client
Answer: A

11. Drag the method used to influence BGP path selection on the left to the traffic flow it influences on the right.
Answer:

12. Based on the physical topology of AS 50001, to reduce the IBGP full-mesh requirements, only two redundant route reflectors (RR) will be used in a single cluster. In this case, which two routers should be the RRs and which three routers should be the clients based on the recommended route reflector design rule?
Task: 1) Drag the matching text labels given on the left side of the topology to the correct targets on the right to identify these routers.
2) Also, identify all the unnecessary IBGP sessions once the redundant RRs have been configured by clicking on the IBGP session links to disable them. You can re-enable the IBGP sessions link by clicking on it again.
Answer:

13. Lab
Answer: Sorry, see the next version!

14. Which command is used to configure the external, confederation-wide AS number?
A. Router(config)#router bgp {as-number}
B. Router(config-router)#bgp confederation peers {as-number}
C. Router(config-router)#bgp confederation identifier{as-number}
D. Router(config-router)#bgp cluster-id{as-number}
E. Router(config-router)#neighbor {ip address} remote-as {as-number}
Answer: C

联系我们
联系手机:13861768475
MSN:saleintest@hotmail.com
QQ留言 QQ留言

首页 |代考流程 | 常见问题 | 证书查询 | 认证资讯 | 联系我们 | 站点导航 1 2 3 4 | 站点地图

Any charges made through this site will appear as CertBible Tech LTD. All trademarks are the property of their respective owners.

Copyright©2006-2011 mcsepass Limited. All Rights Reserved