网络管理员在路由器上配置已命名 acl.发出 show 命令时,为什么没有显示输出
发布网友
发布时间:2022-06-03 06:15
我来回答
共1个回答
热心网友
时间:2023-10-13 02:54
应该是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
可以登录360官网进行查询了解更多的相关知识,也可以做在线咨询,会有专业的人员为你解答