Enterprise Router R1, in ASN 1,

题目

Enterprise Router R1, in ASN 1, connects to ISP Router I1, ASN 2, using eBGP. There are two parallel serial links between the two rou ters. The implementation plan calls for each router to base their BGP TCP connection on their respective loopback1 interfaces, with IP addresses 1.1.1.1 and 2.2.2.2, respectively. Which of the following commands would not be part of a working eBGP confi guration on Router R1?()

  • A、router bgp 1
  • B、neighbor 2.2.2.2 remote- as 2
  • C、neighbor 2.2.2.2 update - source loopback1
  • D、neighbor 2.2.2.2 multihop 2
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The following output on Router R1 lists details of a BGP route for 190.1.0.0/16. Which of the following is true based on this output?()R1 show ip bgp 19 0.1.0.0/16BGP routing table entry for 190.1.0.0/16, version 121Paths: (1 available, best 1, table Default - IP - Routing - Table)Advertised to update - groups:11 2 3 41.1.1.1 from 2.2.2.2 (3.3.3.3)Origin IGP, metric 0, localpref 100, valid, internal, best

A. R1 has a neighbor 1.1.1.1 command configured.

B. R1 has a neighbor 2.2.2.2 command configured.

C. The show ip bgp command lists a line for 190.1.0.0/16 with both an ">" and an "i" on the left.

D. R1 is in ASN 1.


参考答案:B, C

第2题:

Refer to the exhibit. Routers R1 and R2 have established a neighbor relationship and are exchanging routing information. The network design requires that R1 r eceive routing updates from R2, but not advertise any routes to R2. Which configuration command sequence will successfully accomplish this task? ()

A. R1(config)# router eigrp 1 R1(config - router)# passive - interface serial 0

B. R1(config)# access - list 2 0 deny any R1(config)# router eigrp 1 R1(config - router)# distribute - list 20 out serial 0

C. R2(config)# access - list 20 permit any R2(config)# router eigrp 1 R2(config - router)# distribute - list 20 in serial 0

D. R1(config)# access - list 20 permit any R 1(config)# router eigrp 1 R1(config - router)# distribute - list 20 in serial 0

E. R2(config)# access - list 20 deny any R2(config)# router eigrp 1 R2(config - router)# distribute - list 20 out serial 0

F. R2(config)# router eigrp 1 R2(config - router)# passive - interface serial 0


参考答案:B

第3题:

以下是路由器R1的部分配置,请完成其配置,或解释配置命令含义。

!

R1 (Config) interface fastethernet0

R1(Config-if) ip address (6) (7)

R1(Config-if) (8) (开启端口)

!

R1 (Config) interface serial 0

R1(Config-if) ip address (9) (10)

!

R1 (Config) ip routing

R1 (Config) router rip (11)

R1 (Config-router) (12) (声明网络)

R1 (Config-router) (13) (声明网络)

R1 (Config-router) (14) (声明网络)

R1 (Config-router) version 2 (15)

!


正确答案:(6)192.168.1.1 (7)255.255.255.0 (8)noshutdown (9)192.168.251.1 (10)255.255.255.0 (11)进入RIP配置模式 (12)network 192.168.1.0 (13)network 192.168.251.0 (14)network 192.168.253.0 (15)设置RIP协议版本2 注:(12)、(13)、(14)答案可互换
(6)192.168.1.1 (7)255.255.255.0 (8)noshutdown (9)192.168.251.1 (10)255.255.255.0 (11)进入RIP配置模式 (12)network 192.168.1.0 (13)network 192.168.251.0 (14)network 192.168.253.0 (15)设置RIP协议版本2 注:(12)、(13)、(14)答案可互换 解析:由上图可知,路由器R1的e0的地址为192.168.1.1/24,s0的地址为192.168.251.1/24,使用network命令声明网络,分别是192.168.1.0、192.168.251.0、192.168.253.0。所以其配置应如下。
!
R1(Config)#interface fastethernet0
R1(Config-if) #ip address192.168.1.1255.255.255.0
R1(Config-if)# noshutdown (开启端口),
!
R1(Config)#interface serial 0
R1(Config-if)# ip address 192.168.251.1 255.255.255.0
!
R1(Config)# ip routing
R1 (Config) #router rip(进入RIP配置模式)
R1(Config-router)# network 192.168.1.0(声明网络 192.168.1.0/24)
R1(Config-router)# network 192.168.251.0(声明网络 192.168.251.0/24)
R1(Config-router)# network 192.168.253.0(声明网络 192.168.253. 0/24)
R1(Config-router) #version 2 (设置RIP协议版本2)

第4题:

Enterprise Router R1, in ASN 1, connects to ISP Router I1, ASN 2, using eBGP. The single serial link b etween the two routers uses IP addresses 10.1.1.1 and 10.1.1.2, respectively. Both routers use their S0/0 interfaces for this link. Which of the following commands would be needed on R1 to configure eBGP?()

  • A、router bgp 2
  • B、router bgp 1
  • C、neighbor 10.1 .1.2 remote - as 2
  • D、neighbor 10.1.1.2 Update - source 10.1.1.1
  • E、neighbor 10.1.1.2 Update- source S0/0

正确答案:B,C

第5题:

Whichseriesofcommands willconfigurerouterR1forLAN-to-LANcommunicationwithrouterR2?Theenterprisenetworkaddressis192.1.1.0/24andtheroutingprotocolinuseisRIP.()

A.R1(config)#interfaceethernet0;R1(config-if)#ipaddress192.1.1.129255.255.255.192;R1(config-if)#noshutdown

B.R1(config)#interfaceethernet0;R1(config-if)#ipaddress192.1.1.97255.255.255.192;R1(config-if)#noshutdown

C.R1(config)#interfaceserial0;R1(config-if)#ipaddress192.1.1.4255.255.255.252;R1(config-if)#clockrate56000

D.R1(config)#interfaceserial0;R1(config-if)#ipaddress192.1.1.6255.255.255.252;R1(config-if)#noshutdown

E.R1(config)#routerrip;R1(config-router)#network192.1.1.4;R1(config-router)#network192.1.1.128

F.R1(config)#routerrip;R1(config-router)#version2;R1(config-router)#network192.1.1.0


参考答案:A, D, F

第6题:

Router R1, in ASN 11, learns a BGP route from BGP peer R22 in ASN 22. R1 and then uses BGP to advertise the route to R2, also in ASN 11. What ASNs would you see in the BGP table on R2 for this route?()

A. 22

B. 11

C. 1

D. None


参考答案:A

第7题:

Refer to the exhibit. Router R1 is connected to networks 172.1 6.1.0 /26 and 172.16.1.64 /27. On the basis of the partial output in the exhibit, which statement is true? ()

A. Router R1 will deny the 172.16.1.0/26 route while permitting the 172.16.1.64/27 route to be advertised.

B. Router R1 will advertise both rou tes.

C. Router R1 should be reconfigured with an ACL instead of an ip prefix - list command.

D. Router R1 will deny the 172.16.1.0/27 route while permitting the 172.16.1.0/26 route to be advertised.


参考答案:D

第8题:

Router R1 sits at an Enterprise branch office, using the Internet for its only connectivity back to the rest of the EnterprisE.Which of the following is not a ben efit of using an IPsec tunnel for packets sent through the Internet, between R1 and the rest of the Enterprise?()

A. Privacy

B. Authentication

C. Allows using an IGP between R1 and the Enterprise

D. Secure communications


参考答案:C

第9题:

正确地为路由器命名为R1的命令是()。

  • A、hostname R1
  • B、name R1
  • C、router name R1
  • D、name router R1

正确答案:A

第10题:

You administer a network that uses two routers, R1 and R2, configured as an HSRP group to  provide redundancy for the gateway. Router R1 is the active router and has been configured as  follows:   R1#configure terminal   R1(config)#interface fa0/0   R1(config-if)#ip address 10.10.0.5 255.255.255.0   R1(config-if)#standby 1 priority 150   R1(config-if)#standby preempt delay minimum 50   R1(config-if)#standby 1 track interface fa0/2 15   R1(config-if)#standby 1 ip 10.10.0.20   Which of the following describes the effect the standby preempt delay minimum 50 command will  have on router R1?()

  • A、 The HSRP priority for router R1 will increase to 200.
  • B、 Router R1 will become the standby router if the priority drops below 50.
  • C、 The HSRP priority for router R1 will decrease to 50 points when Fa0/2 goes down.  
  • D、 Router R1 will wait 50 seconds before attempting to preempt the active router.

正确答案:D

更多相关问题