亚洲高清vr播放在线观看,欧美亚洲精品免费,欧美日韩天堂在线视频,午夜福利小视频

      學(xué)習(xí)啦>學(xué)習(xí)電腦>電腦入門>

      關(guān)于Cisco交換機(jī)常用的配置命令

      時(shí)間: 志藝942 分享

        隨著Internet的高速發(fā)展,網(wǎng)絡(luò)規(guī)模不斷膨脹,對于從事網(wǎng)絡(luò)專業(yè)的學(xué)生熟練掌握路由器和交換機(jī)的配置已顯得十分重要。接下來是小編為大家收集的Cisco交換機(jī)常用的配置命令方法,希望能幫到大家。

        Cisco交換機(jī)常用的配置命令的方法

        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

      看了“Cisco交換機(jī)常用的配置命令”還想看:

      1.Cisco交換機(jī)常用配置命令總結(jié)

      2.Cisco常用的路由器交換機(jī)配置命令

      3.思科常用配置命令及參數(shù)

      4.思科交換機(jī)配置命令介紹

      5.Cisco交換機(jī)常用的功能性命令

      6.cisco交換機(jī)最常用的命令(含恢復(fù)密碼)大全

      2743389