01-26-2011 06:47 AM - edited 03-06-2019 03:12 PM
Hi all!
I'd like to use a Catalyst 3500 for VoIP traffic.
Can I use the QoS feature without any configuration? Just sending ethernet frames with priority?
Deployment:
Catalyst -> Phone -> PC
The Phone have a single VLAN und the PC should be in the nativ VLAN.
This is my config of one Port:
interface FastEthernet0/2
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport voice vlan 70
spanning-tree portfast
And is there a way to use one Port for nativ and untagged VLAN 70 simultaneously?
Solved! Go to Solution.
01-26-2011 07:15 AM
01-26-2011 06:56 AM
Hi Gerit,
The minimum requirement for QoS to work is that you enable QoS on the switch globally and trust the marking of the packet on the ingress interface. With QoS disabled, the priority marking on the packet will be ignored by the switch.
Phones send tagged traffic by default. Instead of having a trunk, it is advisable to have the following configuration:
interface FastEthernet0/2
switchport access vlan 2 ----> for PC (untagged)
switchport mode access
switchport voice vlan 70 ------>for phone (tagged)
It is not possible to have a switchport send untagged traffic on two vlans.
Hope this helps,
Shashank
Please rate if you found the content useful
01-26-2011 07:01 AM
Hi Shashank,
where can I switch globallythe QoS?
regards
01-26-2011 07:15 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide