R1 in ASN 1 with loopback1 address 1.1.1.1 needs to be confi

题目
单选题
R1 in ASN 1 with loopback1 address 1.1.1.1 needs to be configured with an iBGP connection to R2 with loopback2 IP address 2.2.2.2. The connection should use the loopbacks. Which o f the following commands is required on R1?()
A

neighbor 1.1.1.1 remote- as 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 ibgp -multihop 2

E

neighbor 2.2.2.2 ibgp - mode

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

以下是路由器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)

第2题:

Router R1 lists the following output from a show command. Which of the following is true about R1?()R1 show ip v6 interface f0/0FastEthernet0/0 is up, line protocol is upIPv6 is enabled, link - local address is FE80::213:19FF:FE12:3456No Virtual link - local address(es):Global unicast address(es):2000::4:213:19FF:FE12:3456, subnet is 2000:0:0:4::/64 [EUI]Jo ined group address(es):FF02::1FF02::2FF02::1:FF:12:3456

A. R1‘s solicited node multicast address is FF02::1:FF:12:3456.

B. R1‘s 2000::4:213:19FF:FE12:3456 address is a global unicast with all 128 bits statically configured.

C. Address FF02::2 is R1‘s solicited node multicast.

D. R1‘s solicited node multicast, not listed in this output, would be FF02::213:19FF:FE12:3456.


参考答案:A

第3题:

下面哪项为配置SDN 控制器侦听地址的命令,()

A.Openflow Listening-ip1.1.1.1

B.Sdn controller souce-address1.1.1.1

C.controller-ip 1.1.1.1

D.Sdn Listening-ip1.1.1.1


参考答案:A

第4题:

Refer to the exhibit. Router R1 is being used as a relay device for autoconfiguration of switch S1.Which configuration will acc omplish this? ()

A.S1(config)# interface fastethernet 0/1S1(config - if)# ip helper - address 10.0.0.2

B.S1(config)# interface fastethernet 0/1 S1(config - if)# ip helper - address 20.0.0.1

C.R1(config)# interface fastethernet 0/0 R1(config - if)# ip help er - address 20.0.0.2R 1(config - if)# ip helper - address 20.0.0.3 R1(config - if)# ip helper - address 20.0.0.4 R1(config - if)# exit R1(config)# interface fastethernet 0/1 R1(config - if)# ip helper - address 10.0.0.1

D.R1(config)# interface fastethernet 0/0 R1 (config - if)# ip helper - address 20.0.0.1 R2(config)# interface fastethernet 0/0 R2(config - if)# ip helper - address 20.0.0.1 R3(config)# interface fastethernet 0/0 R3(config - if)# ip helper - address 20.0.0.1 R4(config)# interface fastethernet 0/0 R4(config - if)# ip helper - address 20.0.0.1

E.S1(config)# interface fastethernet 0/1 S1(config - if)# ip helper - address 10.0.0.2 R2(config)# interface fastethernet 0/0 R2(config - if)# ip helper - address 20.0.0.1 R3(config)# interface fastethernet 0/0 R3(config - if) # ip helper - address 20.0.0.1 R4(config)# interface fastethernet 0/0 R4(config - if)# ip helper - address 20.0.0.1


参考答案:C

第5题:

R1 in ASN 1 with loopback1 address 1.1.1.1 needs to be configured with an iBGP connection to R2 with loopback2 IP address 2.2.2.2. The connection should use the loopbacks.Which o f the following commands is required on R1?()

A. neighbor 1.1.1.1 remote- as 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 ibgp -multihop 2

E. neighbor 2.2.2.2 ibgp - mode


参考答案:C

第6题:

Which of the following is the IPv6 loopback address?()

A.::1

B.1.1.1.1

C.127.0.0.1

D.255.255.255.254


参考答案:A

第7题:

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

第8题:

以下是路由器R1的部分配置。请完成配置命令。

Rl(config)interface fastethemetO/0

R1(config—if)ip address(12)(13)

R1(config—if)ip nat inside

R1(config)interface fastethernetO/1

R1(config—if)ip address(14)(15)

R1(config—if)ip nat outside


正确答案:(12)10.10.10.1 (13)255.255.255.0 (14)55.23.12.98 (15)255.255.255.252
(12)10.10.10.1 (13)255.255.255.0 (14)55.23.12.98 (15)255.255.255.252 解析:问题三中,路由器R1的配置为:
R1(config)#interface fastethernetO/O
R1(config—if)#ip address 10.10.10.1 255.255.255.0
R1(eonfig—if)ip nat insideR1(config)#interface fastethemet0/1
R1(config—if)#ip address 55.23.12.98 255.255.255.252
R1(config—if)ip nat outside

第9题:

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

第10题:

WhicharecorrectdescriptionsandconfigurationsofAnycastRP?()

A.InAnycastRP,twoormoreRPsareconfiguredwiththesameIPaddressonloopbackinterfaces.

B.AnycastRPprovidesredundancyandload-sharingcapabilities.

C.RouterswithAnycastRPcanbeconfiguredstatically(loopback1.1.1.1)withthecommandippimrp-address1.1.1.1

D.RouterswithAnycastRPcanbeconfiguredstatically(loopback1.1.1.1)withthecommandiprp-addresspim1.1.1.1

E.RouterswithAnycastRPcanbeconfiguredstatically(loopback1.1.1.1)withthecommandipanycast-rppim1.1.1.1


参考答案:A, B, C

更多相关问题