思科路由器激活e1板卡命令优质
次浏览
2023-04-24 02:39:18
最佳经验
1、卡板命令如下:cardtypee110,controllerE10/0/0,channel-group1unframed,exit,controllerE10/0/1,channel-group0unframed,exit,CISCO291(config)#interfaceserial0/0/0:0,CISCO2911(config-if)#ipaddress1.1.1.1255.255.255.0,CISCO2911(config-if)#noshutdown,CISCO2911(config-if)#encapsulationhdlc。
2、封装协议,需与对端一致,这里是HDLC。
3、router>enable进入特权模式。
4、router#configterminal进入全局配置模式。
5、router(config)#hostname设置交换机的主机名。
6、router(config)#enablesecretxxx设置特权加密口令。
7、router(config)#enablepasswordxxb设置特权非密口令。
8、router(config)#lineconsole0进入控制台口。
9、router(config-line)#linevty04进入虚拟终端。
10、router(config-line)#login要求口令验证。
11、router(config-line)#passwordxx设置登录口令xx。
12、router(config)#(Ctrl+z)返回特权模式。
13、router#exit返回命令。