This example uses the hierarchical QoS Policy in order to shape all outbound traffic on the outside interface to
50 Mbps
like the shaping example but it also specifies that Voice packets with the Differentiated Services Code Point (DSCP) value “ef”, as well as Secure Shell (SSH) traffic, shall receive priority.
- Create the priority queue on the interface on which you want to enable the feature:
- Access-list
- A class to match DSCP ef:
- A class to match port TCP/22 SSH traffic:
- A policy map to apply prioritization of Voice and SSH traffic:
- A policy map to apply shaping to all traffic and attach prioritized Voice and SSH traffic:
- Finally attach the shaping policy to the interface on which to shape and prioritize outbound traffic:
QoS on the Cisco ASA Configuration Examples:
https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/82310-qos-voip-vpn.html
CLI Book 2: Cisco ASA Series Firewall CLI Configuration Guide, 9.13 :
https://www.cisco.com/c/en/us/td/docs/security/asa/asa913/configuration/firewall/asa-913-firewall-config/conns-qos.html
ASA 5500部分实用技术一:
https://blog.csdn.net/weixin_33863087/article/details/93093925
ASA防火墙上实现QoS:
https://blog.51cto.com/u_511430/353065