【实验题目】静态路由实验
【实验拓扑】
设备 | ip地址 | 掩码 | 网关 |
PC1 | 192.168.1.11 | 255.255.255.0 | 192.168.1.1 |
PC2 | 192.168.3.22 | 255.255.255.0 | 192.168.3.2 |
PC3 | 192.168.4.11 | 255.255.255.0 | 192.168.4.1 |
PC4 | 192.168.5.22 | 255.255.255.0 | 192.168.5.2 |
【实验步骤】
1.配置pc机的地址、掩码、网关
2.对路由router1配置接口IP地址
Router1(config)#interface fastethernet0/1
Router1 (config-if)#ip address 192.168.1.1 255.255.255.0
Router1(config-if)#no shutdown
Router1(co