交換機(jī)要能夠被網(wǎng)管,必須給它標(biāo)識(shí)一個(gè)管理IP地址,,默認(rèn)情況下CISCO交換機(jī)的VLAN 1為管理VLAN,,為該VLAN配上IP 地址,交換機(jī)就可以被網(wǎng)管了。 交換機(jī)當(dāng)前是否有IP地址,,可以用命令 Show interface Switch>show interface Vlan1 is up, line protocol is up Hardware is CPU Interface, address is 000d.ed47.8640 (bia 000d.ed47.8640) Internet address is 192.168.0.200/24 如果沒(méi)有IP,,需要配置IP的命令如下: a、進(jìn)入全局模式: Switch#configure terminal b,、進(jìn)入VLAN 1接口模式:Switch(config)#interface vlan 1 c,、配置管理IP地址:Switch(config-if) # ip address [A.B.C.D] [mask] 如果當(dāng)前VLAN 不是管理VLAN ,只需要將上面第b處命令的vlan的號(hào)碼換成管理VLAN的號(hào)碼即可,。 2,、打開SNMP協(xié)議 a、進(jìn)入全局模式: Switch#configure terminal b,、配置只讀的Community,,產(chǎn)品默認(rèn)的只讀Community名為public Switch(config)#snmp-server community public ro c、配置可寫的Community,,產(chǎn)品默認(rèn)的可寫Community名為private 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、保存交換機(jī)配置 Switch#copy run start 常用命令 1,、設(shè)置交換機(jī)密碼 a,、更改遠(yuǎn)程TELNNET密碼 Switch#configure terminal Switch(config)#line vty 0 4 Switch(config-line)#password qycx123 Switch(config-line)#login Switch(config-line)#exit b、更改進(jìn)入全局配置模式時(shí)的密碼 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號(hào)快速以太口劃分至vlan 99) 3,、常用調(diào)試命令 a,、顯示所有配置命令:Switch#show run b、顯示所有接口狀態(tài):Switch#show ip int brief c,、顯示所有VLAN的信息:Switch#show vlan brief |
|
來(lái)自: 清揚(yáng)視頻 > 《技術(shù)》