实验名称RIP协议分析实验
一、实验预习
1、实验目标:掌握RIP协议在路由器上的配置
2、实验原理:
交换机说明
IP地址说明
PC的IP
IP地址的配置。
同学们在实验中须严格遵照实验要求的IP地址,以便老师能更好的检验实验结果。
说明:实际应用中,IP地址是根据实际情况进行灵活规划的。
3、实验设备及材料:
1) 1台华为Quidway S3928TP以太网交换机
2) 2台华为Quidway AR 2811路由器
3) 2台PC
4) 专用配置电缆2根,标准网线9根
4、实验流程或装置示意图:
二、实验内容
方法步骤及现象:
第一步:首先确认实验设备依照组网图3-2正确连接;
第二步:PC通过CONSOLE口连接上Quidway AR2811路由器;
第三步:执行如下命令显示RTA路由表,并记录结果:
[Quidway]display ip routing-table
参考结果:
Routing Tables:
Destination/Mask Proto Pref Metric Nexthop Interface
127.0.0.0/8 Direct 0 0 127.0.0.1 LoopBack0
127.0.0.1/32 Direct 0 0 127.0.0.1 LoopBack0
第四步:配置RTA路由器接口和PC的IP地址,具体配置命令如下:[Quidway]sysname RT A
[RT A]int e0
[RT A-Ethernet0]ip addr 10.0.0.1 24
[RT A-Ethernet0]int e1
[RT A-Ethernet1]ip addr 192.0.0.1 24
第五步:执行如下命令显示RTA配置信息,并记录结果:
[RT A]display current-configuration
参考结果:
Now create configuration...
Current configuration
!
version 1.74
firewall enable
sysname RTA
encrypt-card fast-switch
!
interface Aux0
async mode flow
phy-mru 0
link-protocol ppp
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
!
interface Ethernet 1
ip address 192.0.0.1 255.255.255.0
!
interface Serial0
link-protocol ppp
!
interface Serial1
link-protocol ppp
!
return
第六步:执行如下命令显示RTA路由表,并记录结果:
[RT A]display ip routing-table
参考结果:
Routing Tables:
Destination/Mask Proto Pref Metric Nexthop Interface
127.0.0.0/8 Direct 0 0 127.0.0.1 LoopBack0
127.0.0.1/32 Direct 0 0 127.0.0.1 LoopBack0
192.0.0.0/24 Direct 0 0 192.0.0.1 Ethernet0
192.0.0.1/32 Direct 0 0 127.0.0.1 LoopBack0
192.0.0.1/32 Direct 0 0 192.0.0.1 Ethernet0
10.0.0.0/24 Direct 0 0 10.0.0.1 Ethernet0
10.0.0.1/32 Direct 0 0 127.0.0.1 LoopBack0
第七步:PCB通过CONSOLE口连接上Quidway AR2811路由器
RTB;
第八步:执行如下命令显示RTB路由表,并记录结果:
[Quidway]display ip routing-table
参考结果:
Routing Tables:
Destination/Mask Proto Pref Metric Nexthop Interface
127.0.0.0/8 Direct 0 0 127.0.0.1 LoopBack0
127.0.0.1/32 Direct 0 0 127.0.0.1 LoopBack0
第九步:配置RTB路由器接口和PC的IP地址,具体配置命令如下:[Quidway]sysname RTB
[RTB]int e0
[RTB-Ethernet0]ip addr 10.0.1.1 24
[RTB-Ethernet0]int e1
[RTB-Ethernet1]ip addr 192.0.0.2 24
第十步:执行如下命令显示RTB配置信息,并记录结果:
[RT A]display current-configuration
参考结果:
Now create configuration...
Current configuration
!
version 1.74
firewall enable
sysname RTB
encrypt-card fast-switch
!
interface Aux0
async mode flow
phy-mru 0
link-protocol ppp
!
interface Ethernet0
ip address 10.0.1.1 255.255.255.0
!
interface Ethernet 1
ip address 192.0.0.2 255.255.255.0
!
interface Serial0
link-protocol ppp
!