Cisco路由器交换机基本配置
router(config)#no ipdomain-lookup //取消域名解析。
router(config)#ip classless //使路由器支持无编号IP地址。
router(config)#ip subnet-zero //使路由器支持零子网。
把二层接口改为三层接口:
int fa0/1
switchport mode access
no switchport
ip routing
ip addr *.*.*.* *.*.*.*
no shutdown
使设备状态提示不影响正常输入:
Router(config)#line vty 0 4
Router(config-line)#logging synchronous
Router(config)#line console 0
Router(config-line)#logging synchronous

加入微信
获取电子行业最新资讯
搜索微信公众号:EEPW
或用微信扫描左侧二维码