一、实验名称
由器RIP动态路由配置
二、实验内容
1.建立建立 packet tracer 拓扑图2.在本实验中的三层交换机上划分 VLAN10 和 VLAN20,其中 VLAN10 用于连接校园网主机, VLAN20 用于连接 R1。3.路由器之间通过 V.35 电缆通过串口连接, DCE 端连接在 R1 上, 配置其时钟频率 64000。
4.主机和交换机通过直连线,主机与路由器通过交叉线连接。5.在 S3560 上配置 RIPV2 路由协议。6.在路由器 R1、 R2 上配置 RIPV2 路由协议。7.将 PC1、 PC2 主机默认网关设置为与直连网路设备接口 IP 地址。8.验证 PC1、 PC2 主机之间可以互相同信;
三、实验过程
1.将PC 2 台、 Switch_3560 1 台、 Router-PT 2 台用直连线、交叉线、 DCE 串口线互联
2.配置PC1、PC2的IPd地址和网关
PC1IP: 192.168.1.2Submask: 255.255.255.0Gateway: 192.168.1.1PC2IP: 192.168.2.2Submask: 255.255.255.0Gateway: 192.168.2.1
3.配置S3560
enconf thostname S3560vlan 10exitvlan 20exitinterface fa 0/10switchport access vlan 10exitinterface fa 0/20
switchport access valn 20exitendshow vlanconf tinterface vlan 10ip address 192.168.1.1 255.255.255.0no shutdownexitinterface vlan 20ip address 192.168.3.1 255.255.255.0no shutdownendshow ip routeshow runingconf trouter ripnetwork 192.168.1.0network 192.168.3.0version 2endshow ip route
4.配置R1
enconf thostname R1interface fa 0/0no shutdownip address 192.168.3.2 255.255.255.0interface serial 2/0no shutdownip address 192.168.4.1 255.255.255.0clock rate 64000endshow ip routeconf trouter ripnetwork 192.168.3.0network 192.168.4.0
version 2exit
5.配置R2
enconf thostname R2interface fa 0/0no shutdownip address 192.168.2.1 255.255.255.0interface serial 2/0no shutdownip address 192.168.4.2 255.255.255.0endshow ip routeconf trouter ripnetwork 192.168.2.0netword 192.168.4.0version 2end