1、PC
1.IP地址
2.子网掩码
3.默认网关
2、路由器
1.F0/0 IP地址;no shutdown
2.F0/1 IP地址;no shutdown
3.检查 (特权模式#)
show ip inter br
Status 物理状态:
1.down
2.up
3.administratively down
Protocol 协议状态
1.down
2.up
Router> 用户模式
Router> enable 从用户模式进入到特权模式
可以简写:en
Router# 特权模式
Router# conf t 从特权模式进入到全局模式
Router(config)# 全局模式
Router(config)# inter f0/0 进入F0/0的接口模式
Router(config-if)# F0/0的接口模式
Router(config-if)# ip add IP地址 子网掩码
举例:
Router(config-if)#ip add 192.168.3.100 255.255.255.0
Router(config-if)#no shu 开启接口
3、测试
路由器/交换机 配置保存
特权模式# write
可以简写 wr
排错步骤:
1、TOP图
2、测试直连是否ok
3、测试出网关的第一个外网IP是否能通信
4、全网互通