亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識 > 路由器 > 路由器設(shè)置 > cisco思科 > 思科7960路由器怎么配置Voice vlan

      思科7960路由器怎么配置Voice vlan

      時(shí)間: 權(quán)威724 分享

      思科7960路由器怎么配置Voice vlan

        思科制造的路由器、交換機(jī)和其他設(shè)備承載了全世界80%的互聯(lián)網(wǎng)通信,成為硅谷中新經(jīng)濟(jì)的傳奇,那么你知道思科7960路由器怎么配置Voice vlan嗎?下面是學(xué)習(xí)啦小編整理的一些關(guān)于思科7960路由器怎么配置Voice vlan的相關(guān)資料,供你參考。

        思科7960路由器配置Voice vlan的方法:

        cisco7960 P1連接3550 F0/5端口

        用IEEE 802.1Qframes標(biāo)準(zhǔn)端口承載語音流量

        switch

        conf t

        mls qos

        vlan 2

        name access

        exit

        vlan 3

        name voice

        exit

        interface f0/5

        mls qos trust cos

        switchport mode access

        switchport access vlan 3

        switchport voice vlan 2

        end

        校驗(yàn)

        SW2#sh int fast 0/5 switchport

        Name: Fa0/5

        Switchport: Enabled

        Administrative Mode: static access

        Operational Mode: static access

        Administrative Trunking Encapsulation: negotiate

        Operational Trunking Encapsulation: native

        Negotiation of Trunking: Off

        Access Mode VLAN: 2 (access)

        Trunking Native Mode VLAN: 1 (default)

        Voice VLAN: 3 (vioce)

        Administrative private-vlan host-association: none

        Administrative private-vlan mapping: none

        Administrative private-vlan trunk native VLAN: none

        Administrative private-vlan trunk encapsulation: dot1q

        Administrative private-vlan trunk normal VLANs: none

        Administrative private-vlan trunk private VLANs: none

        Operational private-vlan: none

        Trunking VLANs Enabled: ALL

        Pruning VLANs Enabled: 2-1001

        Capture Mode Disabled

        Capture VLANs Allowed: ALL

        Protected: false

        Unknown unicast blocked: disabled

        Unknown multicast blocked: disabled

        Appliance trust: none

        SW2#sh spanning-tree interface f 0/5 portfast

        VLAN0002 enabled

        配置VOICE VLAN的802.1P priority-taged frames標(biāo)準(zhǔn)配置端口承載運(yùn)因流量。

        int f 0/5

        switchport voice vlan dot1p

        校驗(yàn)

        SW2#sh int fast 0/5 switchport

        Name: Fa0/5

        Switchport: Enabled

        Administrative Mode: static access

        Operational Mode: static access

        Administrative Trunking Encapsulation: negotiate

        Operational Trunking Encapsulation: native

        Negotiation of Trunking: Off

        Access Mode VLAN: 2 (access)

        Trunking Native Mode VLAN: 1 (default)

        Voice VLAN: dot1p

        Administrative private-vlan host-association: none

        Administrative private-vlan mapping: none

        Administrative private-vlan trunk native VLAN: none

        Administrative private-vlan trunk encapsulation: dot1q

        Administrative private-vlan trunk normal VLANs: none

        Administrative private-vlan trunk private VLANs: none

        Operational private-vlan: none

        Trunking VLANs Enabled: ALL

        Pruning VLANs Enabled: 2-1001

        Capture Mode Disabled

        Capture VLANs Allowed: ALL

        Protected: false

        Unknown unicast blocked: disabled

        Unknown multicast blocked: disabled

        Appliance trust: none

        配置重寫入站數(shù)據(jù)幀的COS優(yōu)先級。

        int f 0/5

        switchport priority extend cos 5 /*默認(rèn)為3,范圍:1~7

        校驗(yàn)

        SW2#sh int fast 0/5 switchport

        Name: Fa0/5

        Switchport: Enabled

        Administrative Mode: static access

        Operational Mode: static access

        Administrative Trunking Encapsulation: negotiate

        Operational Trunking Encapsulation: native

        Negotiation of Trunking: Off

        Access Mode VLAN: 2 (access)

        Trunking Native Mode VLAN: 1 (default)

        Voice VLAN: dot1p

        Administrative private-vlan host-association: none

        Administrative private-vlan mapping: none

        Administrative private-vlan trunk native VLAN: none

        Administrative private-vlan trunk encapsulation: dot1q

        Administrative private-vlan trunk normal VLANs: none

        Administrative private-vlan trunk private VLANs: none

        Operational private-vlan: none

        Trunking VLANs Enabled: ALL

        Pruning VLANs Enabled: 2-1001

        Capture Mode Disabled

        Capture VLANs Allowed: ALL

        Protected: false

        Unknown unicast blocked: disabled

        Unknown multicast blocked: disabled

        Appliance trust: 5

        在F0/5上做配置信任入站數(shù)據(jù)幀COS優(yōu)先級。

        int f 0/5

        switchport priority extend trust

        校驗(yàn)

        SW2#sh int fast 0/5 switchport

        Name: Fa0/5

        Switchport: Enabled

        Administrative Mode: static access

        Operational Mode: static access

        Administrative Trunking Encapsulation: negotiate

        Operational Trunking Encapsulation: native

        Negotiation of Trunking: Off

        Access Mode VLAN: 2 (access)

        Trunking Native Mode VLAN: 1 (default)

        Voice VLAN: dot1p

        Administrative private-vlan host-association: none

        Administrative private-vlan mapping: none

        Administrative private-vlan trunk native VLAN: none

        Administrative private-vlan trunk encapsulation: dot1q

        Administrative private-vlan trunk normal VLANs: none

        Administrative private-vlan trunk private VLANs: none

        Operational private-vlan: none

        Trunking VLANs Enabled: ALL

        Pruning VLANs Enabled: 2-1001

        Capture Mode Disabled

        Capture VLANs Allowed: ALL

        Protected: false

        Unknown unicast blocked: disabled

        Unknown multicast blocked: disabled

        Appliance trust: trusted

        看過文章“思科7960路由器怎么配置Voice vlan”的人還看了:

        1.思科路由器配置命令

        2.思科路由器怎么進(jìn)入 思科路由器怎么設(shè)置

        3.如何查看Cisco路由器的配置信息

        4.思科路由器配置特點(diǎn)詳細(xì)介紹

        5.思科Cisco路由器的基礎(chǔ)配置知識

        6.思科如何配置ACE

        7.cisco思科怎么配置無線AP

        8.思科路由器配置命令大全

      565544