網站首頁 美容 美體 服飾 情感 娛樂 生活
當前位置:哇咔範 > 生活 > 經驗

思科路由器激活e1板卡命令 思科路由器的命令是什麼

欄目: 經驗 / 發佈於: / 人氣:4.08K
思科路由器激活e1板卡命令 思科路由器的命令是什麼

1、卡板命令如下: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。

2、封裝協議,需與對端一致,這裏是HDLC。

3、router>enable 進入特權模式。

4、router#config terminal 進入全局配置模式。

5、router(config)#hostname 設置交換機的主機名。

6、router(config)#enable secret xxx 設置特權加密口令。

7、router(config)#enable password xxb 設置特權非密口令。

8、router(config)#line console 0 進入控制枱口。

9、router(config-line)#line vty 0 4 進入虛擬終端。

10、router(config-line)#login 要求口令驗證。

11、router(config-line)#password xx 設置登錄口令xx。

12、router(config)#(Ctrl+z) 返回特權模式。

13、router#exit 返回命令。