Consider a 3120 router with
switchport 0/1 = default and used for computers. and
switchport 0/2 = vlan2. Only VOIP phones are on vlan2 . I wish to establish QOS by vlan tag not DSCP value.
In the GUI, I try changing a QOS map from DSCP packet matching to VLAN ID " I get the above error in the title of this post.
This is what I'm trying to do. Is this config valid?
interface eth 0/1
! Comcast upload speed
traffic-shape rate 10000000
qos policy out VOIP
qos map VOIP 10
! Only phones on vlan 2
match vlan 2
priority unlimited
interface switchport 0/1
no shutdown
!
interface switchport 0/5
no shutdown
switchport access vlan 2
switchport voice vlan 2