实验五:rip动态路由的配置 1. RTA上的配置: RTA (config)#int s0 RTA (config-if)#ip add 192.168.1.1 255.255.255.0 RTA (config-if)#no shutdown RTA (config-if)#exit RTA (config)#int f0/0 RTA (config-if)#ip add 192.168.3.1 255.255.255.0 RTA (config-if)#no shutdown RTA (config-if)#exit RTA (config)#router rip RTA (config-router)#net 192.168.1.0 RTA (config-router)#net 192.168.3.0 2. R...
动态路由选择协议rip 指导老师:徐老师 瑞德中心d教室 实验目的:掌握rip协议的原理和熟练掌握rip协议的配置 实验原理:rip是路由选择协议的一种,属于网内(IGP)路由选择协议,动态(dynamic)路由选择协议,距离矢量(distance vector)路由选择协议,他的管理距离值是120,相邻路由器每个30秒更新一次路由表,以跳数(hop count)为计量单位,最大跳数为15,16就为不可达,这个原因使得...
Rack01R3#sh ru int lo10 Building configuration... Current configuration : 104 bytes ! interface Loopback10 no ip address ipv6 address 2003::3/64 ipv6 enable i pv6 rip Cisco enable end Rack01R3#sh ru int e0 Building configuration... Current configuration : 103 bytes ! interface Ethernet0 no ip address ipv6 address 2001::3/64 ipv6 enable ipv6 rip Cisco enable end (config)# ! ipv6 unicast...
在上图的三个路由器Lab_A,Lab_B,Lab_C中配置rip路由. Lab_A的配置: conf t hostname Lab_A enable secrect louis enable password uibe line console 0 passsword louis login line vty 0 4 login password louis login line aux 0 password louis login int f0/0 ip add 172.16.10.1 255.255.255.0 no shut int s 0 ip add 172.16.20.1 255.255.255.0 no shut router rip network 172.16.10.0 network 172.16.20.0 end sh ip ...
配置rip的重分布、路由过滤和控制 实验内容 l 按图4-3配置路由器。 l 路由器R2、R3和R5之间使用rip路由协议。 l R5和R4之间使用EIGRP,自治系统号为2001。 l 在R5上将EIGRP和rip进行相互重分布,保证网络全连接。 l 配置R5使来自R3的路由管理距离为5。 l 配置路由过滤防止R5上的172.16.5.0/24访问R2和R3。 l 本次实验的LAN均使用loopback接口模拟。 实...