I have a HP Procurve with the following:
vlan 4
name "Phones"
untagged 20
ip address 10.50.60.1 255.255.252.0
qos dscp 101110
qos device-priority 10.50.100.10 dscp 101110
qos device-priority 10.50.20.38 dscp 100010
qos type-of-service diff-services
What is the Cisco equivalent command to accomplish the same?
Thanks
Assuming port
GigabitEthernet1/20
in the Cisco switch...You need to define the vlan interface on the Cisco...
Then assign a switch port to the vlan...
As far as defining maps for your QoS policy, it may be dependent on the model of your Cisco switch.
You'll want dscp mode 46 for IP 10.50.100.10 (ef) and dscp mode 34 for IP 10.50.20.38 (af41).
My setups look like:
and on the port level...
What type of switch are you using?