如图所示:Router0路由器fastethernet 0/0接口配置IP地址为192.168.12.1 子网掩码 255.255.255.0
Router0路由器fastethernet 0/1接口配置IP地址为192.168.13.1 子网掩码 255.255.255.0
Router1路由器fastethernet 0/1接口配置IP地址为192.168.13.3 子网掩码 255.255.255.0
Router2路由器fastethernet 0/0接口配置IP地址为192.168.12.2 子网掩码 255.255.255.0
Router0配置如下:
Router>
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/1
Router(config-if)#ip address 192.168.13.1 255.255.255.0 //给 F0/1口 配置IP以及掩码
Router(config-if)#no shutdown
Router(config-if)#exit //退出
Router(config)#interface fastethernet 0/0
Router(config-if)#ip address 192.168.12.1 255.255.255.0
Router(config-if)#no shutdown
Router1配置如下:
Router>en
Router#configure terminal
Router(config)#interface fastethernet 0/1
Router(config-if)#ip address 192.168.13.3 255.255.255.0
Router(config-if)#no shutdown
Router2配置如下:
Router>
Router>en
Router#conf t
Router(config)#int f 0/0
Router(config-if)#ip add 192.168.12.2 255.255.255.0
Router(config-if)#no sh
说明:Router2配置使用了简写命令实际效果是一样的,系统会自动识别。
注:如果有必要建议在全局模式下修改路由器主机名,这样可以方便记忆。
小扩展:在接口下配置IP,若是多个IP可能配置错误,如何将接口恢复到默认状态呢?
Router(config)#default interface fastethernet 0/1 (红色字体的意思是即恢复fastethernet恢复默认)
如果对以上命令不理解的,请阅读Cisco路由器基础命令详解。SourceByrd's Weblog-https://note.t4x.org/route/router-basic-configuration/
SourceByrd's Weblog-https://note.t4x.org/route/router-basic-configuration/
思科路由器基础设置
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Trackbacks