voice vlan

From: Pita40 (pita40@hotmail.com)
Date: Thu Jun 05 2003 - 12:16:12 GMT-3


Below are the various ways to config voice vlan

1)

   Switch(config)# mls qos
    Switch(config)# interface interface-id
    Switch(config-if)# mls qos trust cos
    Switch(config-if)# switchport voice vlan vlan-id

My question is is it necessary for you to configure dot1q trunking on this
interface like this below or can it be left in access mode.

    Switch(config)# mls qos
    Switch(config)# interface interface-id
    switchport mode trunk
    switchport trunk encap dot1q
    Switch(config-if)# mls qos trust cos
    Switch(config-if)# switchport voice vlan vlan-id

If you don't want to trunk, you can do the same thing with 802.1p

2)

Switch(config)# mls qos
Switch(config)# interface interface-id
Switch(config-if)# mls qos trust cos
Switch(config-if)# switchport voice vlan dot1p



This archive was generated by hypermail 2.1.4 : Fri Jul 04 2003 - 11:10:53 GMT-3