We've just installed a new IP phone system (Panasonic)
I created a new VLAN, VLAN 11. The subnet is 192.168.11.0/24.
I created the Vlan on our Cisco 3550 switch.
! Cisco 3550 - Vlan on Ports 16, 17, 18
config t
int range f0/16 - 18
description New Panasonic Phone System
switchport access vlan 11
switchport mode access
! Cisco 3550 - Creates Trunk Ports on 19, 20, 21
config t
int range f0/19 - 21
description VLAN TRUNKs
switchport trunk encapsulation dot1q
switchport mode trunk
I can ping all Vlans, and all nodes. IP Routing is enabled.
The 3550 switch is trunked to our Cisco SLM224P switch.
I configured the SLM224P switch to tag the Vlans. It's working.
I also have two other Vlans.
Everything works. All voice traffic is getting to the PBX.
How do I enable or use Qos in the Cisco 3550 switch?
I was thinking of the following:
mls qos trust cos
auto qos voip trust
! Cisco 3550 - Vlan on Ports 16, 17, 18
config t
int range f0/16 - 18
description New Panasonic Phone System
switchport access vlan 11
mls qos trust cos
switchport mode access
! Cisco 3550 - Creates Trunk Ports on 19, 20, 21
config t
int range f0/19 - 21
description VLAN TRUNKs
switchport trunk encapsulation dot1q
mls qos trust cos
auto qos voip trust
switchport mode trunk
Will this work?
Any help would be appreciated.
Thanks
I created a new VLAN, VLAN 11. The subnet is 192.168.11.0/24.
I created the Vlan on our Cisco 3550 switch.
! Cisco 3550 - Vlan on Ports 16, 17, 18
config t
int range f0/16 - 18
description New Panasonic Phone System
switchport access vlan 11
switchport mode access
! Cisco 3550 - Creates Trunk Ports on 19, 20, 21
config t
int range f0/19 - 21
description VLAN TRUNKs
switchport trunk encapsulation dot1q
switchport mode trunk
I can ping all Vlans, and all nodes. IP Routing is enabled.
The 3550 switch is trunked to our Cisco SLM224P switch.
I configured the SLM224P switch to tag the Vlans. It's working.
I also have two other Vlans.
Everything works. All voice traffic is getting to the PBX.
How do I enable or use Qos in the Cisco 3550 switch?
I was thinking of the following:
mls qos trust cos
auto qos voip trust
! Cisco 3550 - Vlan on Ports 16, 17, 18
config t
int range f0/16 - 18
description New Panasonic Phone System
switchport access vlan 11
mls qos trust cos
switchport mode access
! Cisco 3550 - Creates Trunk Ports on 19, 20, 21
config t
int range f0/19 - 21
description VLAN TRUNKs
switchport trunk encapsulation dot1q
mls qos trust cos
auto qos voip trust
switchport mode trunk
Will this work?
Any help would be appreciated.
Thanks