Dell EMC Networking OS9 How to set up Port Based VoIP QoS
Summary:How to set up QoS on Dell Networking Force10 switches, How to configure VOIP settings on Dell Force10 switch
Please select a product to check article relevancy
This article applies to This article does not apply toThis article is not tied to any specific product.Not all product versions are identified in this article.
This article discusses how to set up Port Based VoIP QoS on Dell EMC Networking Force10 Switches running OS9
The Following platforms do not support this command as it was deprecated in earlier versions of OS9
1. Z9100
2. S6100
3. S5048"
QoS Configuration Port Based VOIP Example
Here the VoIP phone sends traffic with DSCP value 46. The Dell Networking Force10 switch will be configured to trust the ingress traffic DSCP value and set priority to the hardware queue servicing this traffic.
Follow these steps:
1. Configure an input policy map to trust ingress DSCP values. 2. Attach the input policy map to and interface. 3. Configure the hardware queue mapped to DSCP value 46 to use strict priority.
By default, the map is set DSCP value 46 to hardware queue 2.
Command
Parameters
Force10# conf
Enter configuration mode.
Force10(conf)# policy-map-input my-trust-dscp
Create an input policy map. This line is using "my-trust-dscp" as the example name.
Force10(conf-policy-map-in)# trust diffserv
Trust DSCP values.
Force10(conf-policy-map-in)# interface te 0/0
Enter interface configuration mode. You can use a range command here.