交换机 telnet 远程登录配置
全局模式下输入 enable password ****** ,设置进入特权模式的密码; 全 局模式下输入 line vty 0 4
、 password ****** 设置远程登录密码。
拓扑图:用配置线和直通线连接一台
PC机和交换机
1、配置交换机
Switch>en Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname zou // 192.168.1.1 255.255.255.0
换机 ip
设置交换机名称
zou(config)#int vlan 1 // interface vlan 1 zou(config-if)#ip address
// 设置交
zou(config-if)#no shutdown // 开启端口 /*
在路由器 telnet 配置中,应对路由器与 pc 连接的端口进行 ip 地址的配置, 如:
int fa 0/0
ip add 192.168.1.1 255.255.255.0 no shutdown */
zou(config-if)#exit
zou(config)#enable password 123456 123456
zou(config)#line vty 0 4 zou(config-line)#password zouxiaobo
zou(config-line)#login zou(config-line)#end 2、配置 pc 机
zouxiaobo // 设 置 远 程 登 录 密 码 为
// 设置进入特权模式的密码为
PC机的ip需与交换机ip在同一网段(192.168.1.0 ) 3、测试结果
ip
,网关为交换机