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 返回命令。