第二章 交换机的Telnet远程登陆配置
实验目标:
掌握Telnet方式配置交换机的方法
技术原理:
l 配置交换机的管理IP地址(计算机的IP地址和交换机的IP地址在一个网段)
l 为交换机配置用户名和登陆口令:
a、 交换机和路由器中有很多密码,设置这些密码可以有效的提高设备的安全性
b、switch(config)#enable password/secret xxx 进入特权模式的密码
c、switch(config-line)# 可以设置console口和vty远程登陆密码
switch(config)#enable password/secret 1234
switch(config)#line console 0
switch(config-line)#password cisco
switch(config-line)#login
switch(config)#line vty 0 4
switch(config-line)#password 1234
switch(config-line)#login
实验步骤:
拓扑图:
1、配置计算机的IP地址:
2、使用console口配置交换机的管理IP地址:
3、配置Telnet/console用户登陆密码
3、使用Telnet 登陆交换机,修改主机名设置IP等;
转载于:https://blog.51cto.com/chaorain/654853