卡板命令如下:card type e1 1 0,controller E1 0/0/0,channel-group 1 unframed,exit,controller E1 0/0/1,channel-group 0 unframed,exit,CISCO291(config)#interface serial 0/0/0:0,CISCO2911(config-if)#ip address 1.1.1.1 255.255.255.0,CISCO2911(config-if)#no shutdown,CISCO2911(config-if)#encapsulation hdlc,下面我们就来聊聊关于思科路由器激活e1板卡命令?接下来我们就一起去了解一下吧!

思科路由器激活e1板卡命令(思科路由器的命令是什么)

思科路由器激活e1板卡命令

卡板命令如下:card type e1 1 0,controller E1 0/0/0,channel-group 1 unframed,exit,controller E1 0/0/1,channel-group 0 unframed,exit,CISCO291(config)#interface serial 0/0/0:0,CISCO2911(config-if)#ip address 1.1.1.1 255.255.255.0,CISCO2911(config-if)#no shutdown,CISCO2911(config-if)#encapsulation hdlc。

封装协议,需与对端一致,这里是HDLC。

router>enable 进入特权模式。

router#config terminal 进入全局配置模式。

router(config)#hostname 设置交换机的主机名。

router(config)#enable secret xxx 设置特权加密口令。

router(config)#enable password xxb 设置特权非密口令。

router(config)#line console 0 进入控制台口。

router(config-line)#line vty 0 4 进入虚拟终端。

router(config-line)#login 要求口令验证。

router(config-line)#password xx 设置登录口令xx。

router(config)#(Ctrl+z) 返回特权模式。

router#exit 返回命令。