如何配置RIP版本2?()
第1题:
路由器A的配置为: Quidway#SHOW RUN Now create configuration... Current configuration ! frame-relay switching ! interface Ethernet0 ip address 10.1.1.1 255.255.0.0 ip rip version 2 mcast ! interface Serial0 clock-select DTECLK1 encapsulation frame-relay frame-relay intf-type DCE frame-relay interface-dlci 100 ip address 2.1.1.1 255.0.0.0 ip rip version 2 mcast ! interface Serial1 encapsulation ppp ! interface Serial2 flowcontrol normal async mode dedicated encapsulation ppp ! exit router rip no auto-summary neighbor 2.1.1.2 ! end 路由器B的配置为 Quidway#SHOW RUN Now create configuration... Current configuration ! ! interface Ethernet0 ip address 10.2.1.1 255.255.0.0 ip rip version 2 mcast ! interface Serial0 encapsulation frame-relay ip address 2.1.1.2 255.0.0.0 ip rip version 2 mcast ! interface Serial1 encapsulation ppp ! interface Serial2 flowcontrol normal async mode dedicated encapsulation ppp ! exit router rip no auto-summary neighbor 2.1.1.1 ! End 如下说法正确的是
A、两端广域网可以联通,但局域网不可以连通 B、两端广域网不可以连通,但局域网可以连通 C、广域网和局域网都可以连通 D、广域网和局域网都不能连通
第2题:
阅读以下说明,解释(n)处有下划线的含义。
【说明】
现有两台cisco路由器,现在要求实现router1和router2联通并且要有md5认证。
有认证的情况下实现两台路由器的互联,这两台路由器必须配置相同的认证方式和密钥才能进行双方的路由的交换,双方必须发送版本2。

router1(config)key chain wan
router1(config-keychain)key 1
router1(config-keychain-key)key-string wan
router1(config-keychain-key)exit
router1(config-keychain)exit
router1(config)interfaceeth0/0
router1(config-if-eth0/0)ip rip authentication key-chain wan
router1(config-ig-eth0/0)ip rip authentication mode md5 (1)
router1(config-if-eth0/0)ip rip send version 2 (2)
router1(conflg-if-eth0/0)ip rip receive version 2 (3)
坚实和维护rip

显示ip数据库信息
routershow ip rip database
network nexthop metric from time
rip 182.0.5.0/247 192.168.0.210 (6) 1 192.168.1.200 02:40 (7)
rip? 182.0.6.0/24 192.168.0.210 1 192.168.1.200 02:40
connected 192.168.0.0/24 (8)
rip 193.100.98.0/24 192.168.0.236 1 192.168.0.236 02:53
第3题:

A. OSPF
B. RIP version 1
C. RIP version 2
D. IGRP
E. EIGRP
第4题:
Which routing protocols will support the following IP addressing scheme? ()Network 1 - 192.168.10.0 /26Network 2 - 192.168.10.64 /27Network 3 - 192.168.10.96 /27Network 4 - 192.168.10.128 /30Network 5 - 192.168.10.132 /30
A.RIP version 1
B.RIP version 2
C.IGRP
D.EIGRP
E.OSPF
第5题:
第6题:
Which three statements are correct about RIP version 2 (Choose three.)()。
第7题:
Which three statements are correct about RIP version 2? (Choose three.)()
第8题:
支持可变长子网掩码的路由协议有?()
第9题:
The Testking Network consists of the following 5 IP networks: NETWORK 1: 192.168.10.0/26 NETWORK 2: 192.168.10.64/27 NETWORK 3: 192.168.10.96/27 NETWORK 4: 192.168.10.128/30 NETWORK 5: 192.168.10.132/30 Which of the following routing protocols will support this IP addressing scheme?()
第10题:
How do you send static routes to a RIP neighbor?()
第11题:
ip rip send v1
ip rip send v2
ip rip send version 2
version 2
第12题:
版本错误
路由器故障
收到一个路由表更新
接收到一个同步错误
第13题:
A.By default, RIP automatically sends static routes.
B.Configure the static route with a next hop of the RIP neighbor.
C.Configure redistribute static under [edit protocols rip].
D.Apply an export policy within RIP that matches on the routes, and accepts it.
第14题:
● 试题四
阅读以下说明,然后解释(n)处标有下划线的部分含义。
[说明]
现有两台Cisco路由器,如图6所示,现在要求实现router1和router2连通并且要有MD5认证。

图6
有认证的情况下实现两台路由器的互联,这两台路由器必须配置相同的认证方式和密钥才能进行双方的路由的交换,双方必须发送版本2。
Router1(config)key chain wan
Router1(config-keychain)key 1
Router1(config-keychain-key)key-string wan
Router1(config-keychain-key)exit
Router1(config-keychain)exit
Router1(config)interface eth0/0
Router1(config-if-eth0/0)ip rip authentication key-chain wan
Router1(config-if-eth0/0)ip rip authentication mode md5 (1)
Router1(config-if-eth0/0)ip rip send version 2 (2)
Router1(config-if-eth0/0)ip rip receive version 2 (3)

第15题:
The Testking Network consists of the following 5 IP networks:NETWORK 1: 192.168.10.0/26NETWORK 2: 192.168.10.64/27NETWORK 3: 192.168.10.96/27NETWORK 4: 192.168.10.128/30NETWORK 5: 192.168.10.132/30Which of the following routing protocols will support this IP addressing scheme?()
A. RIP version 1
B. RIP version 2
C. IGRP
D. EIGRP
E. OSPF
F. BGP
第16题:
A.It has the same maximum hop count as version 1
B.It uses broadcasts for its routing updates
C.It is a classless routing protocol
D.It has a lower default administrative distance than RIP version 1
E.It supports authentication
F.It does not send the subnet mask in updates
第17题:
A network administrator is designing a Cisco network for a large company. The network must be able to use minimal bandwidth for routing updates, converge quickly, and support VLSM, CIDR, IP and IPX. Which routing protocol will best fit the requirements of this network?()
第18题:
Which three statements describe the differences between RIP version 1 and RIP version 2? (Choose three.)()
第19题:
如果要对RIP进行调试排错,应该使用哪一个命令?()
第20题:
使用debug ip rip命令,输出信息为“RIP:bad version 128 from 160.89.80.43”,这可能由什么原因引起的()
第21题:
下面哪些协议支持可变长度子网掩码和路由聚合?()。
第22题:
RIP version 1 broadcasts updates whereas RIP version 2 uses multicasts.
RIP version 1 multicasts updates while RIP version 2 uses broadcasts.
Both RIP version 1 and RIP version 2 are classless routing protocols.
RIP Version 2 is a classless routing protocol whereas RIP version 1 is a classful routing protocol.
Both RIP version 1 and version 2 support authentication.
RIP version 2 sends the subnet mask in updates and RIP version 1 does not.
第23题:
It has the same maximum hop count as version 1.
It uses broadcasts for its routing updates.
It is a classless routing protocol.
It has a lower default administrative distance than RIP version 1.
It supports authentication.
It does not send the subnet mask in updates.