首页 > 其他 > 详细

cisio交换机配置

时间:2019-05-11 19:04:41      阅读:465      评论:0      收藏:0      [点我收藏+]

1.修改交换机名、端口

Switch>enable    //进入特权模式
Switch#conf  t   //进入配置模式
Switch(config)#hostname  S2960    //修改交换机名
S2960(config)#interface fa 0/1    //选择端口
S2960(config-if)#speed 100       //修改端口配置
S2960(config-if)#duplex full
S2960(config-if)#exit
同时将PC的网卡改成全双工模式,100M速率,否则链路不通

2.查看交换机各项配置参数

Switch#show version
Switch#show run
Switch#show interface
Switch#show mac-address-table
Switch#config t

3.修改交换机特权模式密码

Switch(config)#enable  password cisco  //激活特权模式密码为cisco
Switch(config)#no enable password      //取消特权模式密码

3.修改交换机连接和telnet登录密码

Switch(config)#line console 0        //选择控制台线路
Switch(config-line)#password cisco   //激活该控制台线路密码为cisco
Switch(config-line)#login          //打开登录认证功能
Switch(config-line)#no password    //取消密码

技术分享图片

4.相关链接

Cisco? Packet Tracer 实验教程

cisio交换机配置

原文:https://www.cnblogs.com/tomtellyou/p/10849574.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!