静态路由配置
静态路由配置 环境配置: Packet Tracer 路由器 --2811 第一步:搭建拓扑 注意:中间路由器需要添加网卡 先关机–>添加NM-2FE2W 第二步:配置ip 主机IP配置 ##### 左边路由器配置 no enable configure terminal int f0/0 ip add 10.0.0.254 255.255.255.0 no shutdown exit int f0/1 ip add 20.0.0.1 255.255.255.0 no shutdown exit do show ip int brief ##### 右边路由器配置 no enable configure terminal int f0/0 ip add 30.0.0.2 255.255.255.0 no shutdown exit int f0/1 ip add 40.0.0.254 255.255.255.0 no shutdown exit do show ip int brief ##### 中间路由器配置 no enable configure terminal int f0/0 ip add 20.0.0.2 255.255.255.0 no shutdown exit int f0/1 ip add 30.0.0.1 255.255.255.0 no shutdown