Cisco交換機常用的配置命令的步驟
隨著Internet的高速發(fā)展,網(wǎng)絡(luò)規(guī)模不斷膨脹,對于從事網(wǎng)絡(luò)專業(yè)的學(xué)生熟練掌握路由器和交換機的配置已顯得十分重要。接下來是小編為大家收集的Cisco交換機常用的配置命令方法,希望能幫到大家。
Cisco交換機常用的配置命令的方法
Switch(config)#snmp-server community private rw
3、更改SNMP的Community密碼
a、將設(shè)備分組,并使能支持的各種SNMP版本
Switch(config)#snmp-server group qycx123 v1
Switch(config)#snmp-server group qycx 123 v2c
Switch(config)#snmp-server group qycx123 v3 noauth
b、分別配置只讀和可寫community 如:
Switch(config)#snmp-server community qycx123 ro
Switch(config)#snmp-server community qycx123 rw
4、保存交換機配置
Switch#copy run start
常用命令
1、設(shè)置交換機密碼
a、更改遠程TELNNET密碼
Switch#configure terminal
Switch(config)#line vty 0 4
Switch(config-line)#password qycx123
Switch(config-line)#login
Switch(config-line)#exit
b、更改進入全局配置模式時的密碼
Switch#configure terminal
Switch(config)#enable secret qycx123
2、創(chuàng)建并劃分VLAN
a、創(chuàng)建VLAN
Switch#vlan database
Switch(vlan)#vlan 99 name office
(創(chuàng)建vlan 99 并命名為office)
b、將端口劃分至vlan
Switch(config)#interface fastEthernet 0/8
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 99
(將8號快速以太口劃分至vlan 99)
3、常用調(diào)試命令
a、顯示所有配置命令:Switch#show run
b、顯示所有接口狀態(tài):Switch#show ip int brief
c、顯示所有VLAN的信息:Switch#show vlan brief
看了“Cisco交換機常用的配置命令”還想看: