Network Management

 View Only
  • 1.  QOS DSCP Settings

    Posted Feb 12, 2025 10:44 AM

    Hi, I'm not familiar with configuring dscp settings so I'll do my best to explain what we're looking for. 

    We have a qsys paging station that isn't connecting due to incorrect dscp settings. They are telling me it needs to have a dscp setting of 34. 

    The paging station is connected to Switch 3 in site B on a 6100 Aruba switch, it's routed to the Core (6300) and then route out on a vlan route to a core at site A (3810M) and the qsys core resides on a 6100. 

    My question is how do I configure this paging device to receive the proper dscp tag? Does the port directly connected to the paging station need a specific config, and is it good enough for the rest of the ports along the route to have qos trust dscp enabled or do they require more than that? 

    All QSYS devices are on VLAN 111 with ip addresses of 10.18.111.x 



  • 2.  RE: QOS DSCP Settings
    Best Answer

    Posted Feb 13, 2025 12:37 AM
    Edited by CRO 29 days ago

    Mark the DSCP 34 and then Enable the QoS Trust DSCP on all switches along the path (so you dont have teh DSCP Value overwritten somewhere). 
    You should run the "qos trust dscp" command on all ports at Core Site A , Core Site B and Q-SYS Core. 
    Also, not very specialized in the exact commands on the 6100 but it should look something like:

    qos dscp-map 34 priority 6 <- you map the DSCP value 34 with priority level 6. With this you ensure that DSCP 34 traffic will be treated with higher precedence 

    class qos-paging <- This means that where you will place the QoS,  on this interface will match any traffic and then it forces all matched traffic to be tagged with DSCP 34.
    match any
    action dscp 34

    policy qos-paging-policy <- this will create a QoS Policy and attach qos-paging class to ensure traffic matching this qos-paging will get tagged with DSCP 34
    class qos-paging
    action dscp 34



    There is this link on how this is done in Aruba Central: https://arubanetworking.hpe.com/techdocs/central/2.5.7/content/aos10x/cfg/basic-setup/basic-conf-plicies-qos.htm

    Also a User Guide: https://arubanetworking.hpe.com/techdocs/AOS-CX/10.10/PDF/qos_832x-10000.pdf?   <- page 70-71

    Also: https://arubanetworking.hpe.com/techdocs/AOS-CX/10.10/HTML/qos_6200-6300-6400/Content/QoS_cmds/qos-dsc-map-106.htm?Highlight=dscp 



    ------------------------------
    Shpat | ACEP | ACMP | ACCP | ACDP
    Just an Aruba enthusiast and contributor by cases
    ------------------------------



  • 3.  RE: QOS DSCP Settings

    Posted Feb 13, 2025 08:59 AM

    This is great info, thank you! I'm out of town until early next week but will report back after I update these settings. 




  • 4.  RE: QOS DSCP Settings

    Posted 29 days ago

    Hi, the reason we couldn't get this working is because the protocols used for this were being blocked by Accedian MetroNIDs put in place in between our locations by our ISP. 

    I did test your answer from another facility that has direct fiber and it worked perfectly. I appreciate your help!