一、示意图
二、IP规划
1) 配置终端IP、子网掩码、网关
PC0:192.168.10.100 255.255.255.0 192.168.0.1
PC1:192.168.20.100 255.255.255.0 192.168.1.1
Laptop0:192.168.30.100 255.255.255.0 192.168.3.1
Server0:192.168.40.100 255.255.255.0 192.168.4.1
2) 配置路由端口的IP地址。
Fa0/0:ip add 192.168.10.1 255.255.255.0
Fa0/1:ip add 192.168.20.1 255.255.255.0
Fa1/0:ip add 192.168.30.1 255.255.255.0
Fa1/1:ip add 192.168.40.1 255.255.255.0
三、操作步骤
1) en(able) --由“用户模式”进入“特权模式”。
2) no ip domain-look --(可选)关闭解析域名。
show ip int b(rief) --显示路由器端口
3) conf(igure) t(erminal) --有“特权模式”进入“全局模式”。
4) int f0/0 --进入接口,注意交叉线端口名称。
5) ip add 192.168.0.1 255.255.255.0 --配置IP及掩码。
6) no shut --启动路由器。
7) 完成! --退出全局配置模式/特权模式
原文地址:http://blog.csdn.net/johnnysun2015/article/details/46408011