久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

Cisco 2950 的常用配置命令

 清揚(yáng)視頻 2014-03-31

1,、配置IP地址

交換機(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

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn),。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙,。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多