R3303-HP HSR6800 Routers ACL and QoS Configuration Guide

67
# Apply the QoS policy to the outgoing traffic of interface Serial 1/1/1.
[RouterA] interface serial 1/1/1
[RouterA-Serial1/1/1] ip address 1.1.1.1 255.255.255.0
RouterA-Serial1/1/1] qos apply policy dscp outbound
The configuration enables EF traffic to be forwarded preferentially when congestion occurs.
Configuring RTP priority queuing
Configuration procedure
To configure RTP priority queuing:
Ste
p
Command
Remarks
1. Enter system view.
system-view N/A
2. Enter interface view.
interface interface-type interface-number
N/A
3. Configure RTP priority
queuing.
qos rtpq start-port first-rtp-port-number end-port
last-rtp-port-number bandwidth bandwidth [ cbs
burst ]
N/A
4. Display RTP priority queuing
configuration information on
the interface or all interfaces.
display qos rtpq interface [ interface-type
interface-number ] [ | { begin | exclude |
include } regular-expression ]
Optional.
Available in any
view.
You must enable the rate limit function for the queuing function to take effect on these interfaces: tunnel
interfaces, subinterfaces, Layer 3 aggregate interfaces, HDLC link bundle interfaces, RPR logical
interfaces, and VT interfaces configured with PPPoE, PPPoA, or PPPoEoA.
RTP priority queuing configuration example
Network requirements
Configure RTP priority queuing on interface Serial 1/1/1 as follows:
The start port number is 16384, the end port number is 32767, and 64 kbps bandwidth is reserved for
RTP packets. When congestion occurs to the outgoing interface, RTP packets are assigned to the RTP
priority queue, whose maximum reserved bandwidth is configured as 70% of the available bandwidth.
Configuration procedure
# Enter system view.
<Sysname> system-view
# Enter interface view.
[Sysname] interface serial 1/1/1
# Configure the maximum reserved bandwidth as 70% of the available bandwidth on Serial 1/1/1.
[Sysname-Serial1/1/1] qos reserved-bandwidth pct 70
# Configure RTP priority queuing on interface Serial 1/1/1: the start port number is 16384, the end port
number is 32767, and 64 kbps of bandwidth is reserved for RTP packets. When congestion occurs to the
outgoing interface, RTP packets are assigned to the RTP priority queue.