思科2960-S交换机初始化配置

(3) 2024-05-01 21:23

Hi,大家好,我是编程小6,很荣幸遇见你,我把这些年在开发过程中遇到的问题或想法写出来,今天说一说思科2960-S交换机初始化配置,希望能够帮助你!!!。

1.前期需求:恢复出厂设置

2.操作步骤

连接配置PC端与交换机console口

打开设备管理器,找到端口查看端口,我的是com3

思科2960-S交换机初始化配置_https://bianchenghao6.com/blog__第1张

登陆远程登陆工具xshell设置连接协议为serlal 串口端口为com3 波特率为115200

思科2960-S交换机初始化配置_https://bianchenghao6.com/blog__第2张

交换机恢复出厂设置 插上电源并按住mode10s,出现人机对话界面

Would you like to enter the initial configuration dialog? [yes/no]: 是否按提示步骤操作   

% Please answer yes or no. 

 Would you like to enter the initial configuration dialog? [yes/no]: n 输入n(自己手工设置) 

Switch>en  输入en(即enable)进入特权模式   Switch#conf t 进入配置模式 
  
Enter configuration commands, one per line. End with CNTL/Z. 

Switch(config)#hostname sw2960 给交换机命名 

sw2960(config)#enable secret Cisco  设置特权加密口令 

sw2960(config)#enable password Cisco 给交换机配置特权管理口令(明码的)

sw2960(config)#line consle 0  进入控制台口(RS232)

sw2960(config-line)#password Cisco  设置登录口令

sw2960(config-line)#login  登录要求口令验证

sw2960(config-line)#exit 退出到上级目录 

sw2960(config)#end 退到根目录

sw2960#write 保存配置 切记!必须保存,否则重新启动后设置丢失!

3.设置交换机Telnet用户名密码及管理IP

switch>en                 #进入特权模式
switch>输入登陆密码
switch#conf t                #进入全局配置模式
switch(config)#username admin password cisco   #设置Telnet登陆用户名admin密码cisco
switch(config)#line vty 0 4                #进入虚拟终端
switch(config-line)#login local            #登陆本地Telnet用户保存配置
switch(config-line)#exit                    #退出虚拟终端
switch(config)#ip default-gateway 192.168.42.254    #配置交换机默认网关
switch(config)#int valn 1        #进入VLAN1(我们默认vlan1为管理vlan,也可以是别的vlan,这个vlan配置的内容都与交换机管理有关,不干扰参与通信业务)
switch(config)#ip address 192.168.42.253 255.255.255.0    #配置交换机IP及子网掩码
switch(config)#no shutdown            #启动VLAN1

4.验证配置

交换机连接外网,验证PC通过网线与交换机连接,PC上网正常

思科2960-S交换机初始化配置_https://bianchenghao6.com/blog__第3张

 

PC通过网线与交换机连接(网络口即可),cmd命令行telnet 上一步设置的交换机维护IP,输入用户名密码登陆正常。

此时交换机可以通过telnet方式进行管理,不需要再连接串口了。

今天的分享到此就结束了,感谢您的阅读,如果确实帮到您,您可以动动手指转发给其他人。

上一篇

已是最后文章

下一篇

已是最新文章

发表回复