2024年10月思科交换机配置命令有哪些?怎么配置CISCO交换机?

发布时间:

  ⑴怎么配置CISCO交换机?如果没有经常配置交换机的经验,很多命令就会忘记,正如思科交换机配置使用的命令,因为是英文界面,我们需要一个对照,如果你在找这些命令可以阅读下文中提供的步骤,了解思科交换机配置命令有哪些。

  ⑵思科交换机配置方法:

  ⑶、交换机启动需要大约-分钟;

  ⑷、网线插入交换机接口从黄变为绿需要大约-分钟,即进入正常工作模式;

  ⑸、建议使用XP系统进行操作,默认没有安装超级终端,需要使用安装光盘添加该工具才有;

  ⑹、请严格按照以下步骤进行,背景灰色字体为交换机显示信息,蓝色字体为配置命令。

  ⑺、先保持交换机断电状态;

  ⑻、使用调试串口线连接笔记本电脑的串口与交换机背面的CONSOLE接口;

  ⑼、打开超级终端:

  ⑽开始 → 所有程序 → 附件 → 超级终端;

  ⑾名称 → cisco

  ⑿选择或(请依照实际情况进行选择)

  ⒀应用 → 确定 → 回车;

  ⒁、给交换机通电;

  ⒂、片刻后会看到交换机的启动信息,直到出现以下配置选项:

  ⒃Would you like to terminate autoinstall? [yes/no]: no

  ⒄Would you like to enter the initial configuration dialog? [yes/no]:no

  ⒅Would you like to terminate autoinstall? [yes/no]: no

  ⒆四、出现命令窗口:

  ⒇五、备份出厂配置:

  ⒈Switch>en 进入特权模式

  ⒉Switch#copy running-config sfbak-config

  ⒊Destination filename [sfbak-config]?回车

  ⒋ bytes copied in . secs ( bytes/sec)

  ⒌表示文件备份成功。

  ⒍六、配置账号密码:

  ⒎Switch#configure terminal 进入配置子模式

  ⒏Switch(config)#enable password cisco 设置PASSWORD密码为cisco

  ⒐Switch(config)#enable secret cisco 设置SECRET密码为cisco

  ⒑Switch(config)#exit

  ⒒::: %SYS--CONFIG_I: Configured from console by console

  ⒓表示将配置保存到了内存中,在后面的配置过程中会出现类似的信息,属于正常现象。

  ⒔七、创建VLAN:

  ⒕Switch#show vlan 查看VLAN信息,默认有一个VLAN ,并且所有端口都属于它

  ⒖Switch#vlan database 进入VLAN子模式

  ⒗% Warning: It is remended to configure VLAN from config mode,

  ⒘as VLAN database mode is being deprecated. Please consult user

  ⒙documentation for configuring VTP/VLAN in config mode.

  ⒚属于正常的警告信息。

  ⒛Switch(vlan)#vlan 创建VLAN

  ①VLAN added:

  ②Name: VLAN

  ③表示VLAN创建成功。

  ④Switch(vlan)#vlan 创建VLAN

  ⑤Switch(vlan)#exit

  ⑥八、为VLAN设置IP地址:

  ⑦为VLAN设置IP地址

  ⑧Switch#configure terminal 进入配置子模式

  ⑨Switch(config)#interface vlan 配置IP,VLAN

  ⑩Switch(config-if)#ip address ... ... 设置交换机IP(具体IP请依照实际情况设置)

  ⅠSwitch(config-if)#exit

  Ⅱ为VLAN设置IP地址

  ⅢSwitch(config)#interface vlan 配置IP,VLAN

  ⅣSwitch(config-if)#ip address ... ... 设置交换机IP(具体IP请依照实际情况设置)

  ⅤSwitch(config-if)#exit

  Ⅵ九、为VLAN划分交换机接口:

  Ⅶ配置-号电口为VLAN

  ⅧSwitch(config)#interface range fastEther / - 进入F/ 到 F/

  ⅨSwitch(config-if)#Switchport mode aess 设成静态VLAN访问模式

  ⅩSwitch(config-if)#Switchport aess vlan 将此口分给VLAN

  ㈠Switch(config-if)#exit

  ㈡===================

  ㈢配置-号电口为VLAN

  ㈣Switch(config)#interface range fastEther / - 进入F/ 到 F/

  ㈤Switch(config-if)#Switchport mode aess 设成静态VLAN访问模式

  ㈥Switch(config-if)#Switchport aess vlan 将此口分给VLAN

  ㈦Switch(config-if)#exit

  ㈧===================

  ㈨配置号光口为VLAN-

  ㈩Switch(config)#interface GigabitEther / 进入G/

  Switch(config-if)#Switchport mode aess 设成静态VLAN访问模式

  Switch(config-if)#Switchport aess vlan 将此口分给VLAN

  Switch(config-if)#exit

  ===================

  配置号光口为VLAN-

  Switch(config)#interface GigabitEther / 进入G/

  Switch(config-if)#Switchport mode aess 设成静态VLAN访问模式

  Switch(config-if)#Switchport aess vlan 将此口分给VLAN

  Switch(config-if)#exit

  Switch(config)#exit

  十、关闭VLAN:

  Switch#configure terminal 进入配置子模式

  Switch(config)#interface vlan 配置VLAN

  Switch(config-if)#shutdown 关闭VLAN

  Switch(config-if)#exit

  Switch(config)#exit

  Switch#show interface fastether/ status 查看F/网口状态

  Switch#show interface fastether/ 查看F/网口详细配置

  Switch#show running-config 查看全局配置

  十一、配置默认网关:

  Switch#configure terminal 进入配置子模式

  Switch(config)#ip default-gateway ...

  Switch(config)#exit

  十二、设置使可以远程tel登陆:

  Switch#configure terminal 进入配置子模式

  Switch(config)#line vty

  Switch(config-line)#password cisco

  Switch(config-line)#login

  Switch(config-line)#exit

  Switch(config)#exit

  十三、保存当前配置:

  Switch#copy running-config startup-config

  Destination filename [startup-config]?回车

  Building configuration...

  表示当前配置保存成功。

  十四、交换机配置情况图示:

  配置完成,目前整个交换机配置情况如下:

  十五、其它相关知识:

  、交换机与交换机/路由器间级联通信:

  当级联的设备端口设置了trunk或划分了VLAN等情况,可能需要修改级联端口的工作模式为trunk模式才能实现相互之间的通信。

  如果是与电口级联,可以修改号网口为trunk工作模式,使用该接口进行级联:

  Switch#configure terminal 进入配置子模式

  Switch(config)#interface fastether/ 进入F/口

  Switch(config-if)#switchport trunk encapsulation dotq

  Switch(config-if)#switchport mode trunk 设成TRUNK口

  Switch(config-if)#switchport trunk allowed vlan all 允许所有VLAN从此口通过

  Switch(config-if)#exit

  Switch(config)#exit

  、如果是与光纤接口级联,可以修改号光纤接口为trunk工作模式,使用该接口进行级联:

  Switch#configure terminal 进入配置子模式

  Switch(config)#interface GigabitEther / 进入G/

  Switch(config-if)#switchport trunk encapsulation dotq

  Switch(config-if)#switchport mode trunk 设成TRUNK口

  Switch(config-if)#switchport trunk allowed vlan all 允许所有VLAN从此口通过

  Switch(config-if)#exit

  Switch(config)#exit

  执行后请按照第步中的描述保存当前配置。

  、WEB方式检查交换机状态:

  如果需要对交换机的状态进行实施查看,可以通过URL: 或

  账号:admin

  密码:cisco

  登陆后进行查看。

  、恢复交换机出厂设置:

  Switch>en 进入特权模式

  Switch#write erase

  Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]回车

  Erase of nvram: plete

  ::: %SYS--NV_BLOCK_INIT: Initialized the geometry of nvram

  Switch# reload

  Proceed with reload? [confirm]回车

  ::: %SYS--RELOAD: Reload requested by console. Reload Reason: Reload mand.

  片刻之后,交换机会进行重启,并在重启后恢复为出厂设置。

  、远程通过tel登陆交换机终端:

  将本机IP设置为与交换机VLAN或VLAN同一个网段;

  开始 → 运行 → cmd;

  执行tel ... 或 tel ... 即可。

  以上便是关于思科交换机配置的一些命令,对于只需要配置一整栋民居或网吧电脑的用户而言已经足够用了。