1.进入特权模式enable
router > enable
router #
2.进入全局配置模式configure terminal
router > enable
router #configure terminal
router (config)#
3.重命名hostname routera以routerA为例
router > enable
router #configure terminal
router(config)#hostname routerA
routerA (config)#
4.配置使能口令enable password cisco以cisco为例
router > enable
router #configure terminal
router(config)#hostname routerA
routerA (config)# enable password cisco
5.配置使能密码enable secret ciscolab以cicsolab为例
router > enable
router #configure terminal
router(config)#hostname routerA
routerA (config)# enable secret ciscolab
6.进入路由器某一端口interface fastethernet 0/1
router > enable
router #configure terminal
router(config)#hostname routerA
routerA (config)# interface fastethernet 0/1
routerA (config-if)#进入路由器的某一子端口interface fastethernet 0/1.1以1端口的1子端口为例
router > enable
router #configure terminal
router(config)#hostname routerA
routerA (config)# interface fastehernet 0/1.1
7.设置端口ip地址信息
router > enable
router #configure terminal
router(config)#hostname routerA
routerA(config)# interface fastethernet 0/1以1端口为例
routerA (config-if)#ip address 192.168.1.1 255.255.255.0配置交换机端口ip和子网掩码
routerA (conf

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/71159.html