R3303-HP HSR6800 Routers ACL and QoS Configuration Guide

93
Ste
p
Command
Remarks
16. Display the priority marking
configuration.
display traffic behavior { system-defined |
user-defined } [ behavior-name ] [ | { begin |
exclude | include } regular-expression ]
Optional.
Available in any
view.
Priority marking configuration example
Network requirements
As shown in Figure 32, configure priority marking on Router to meet the following requirements:
Traffic source Destination
Processin
g
p
riorit
y
Host A, B Data server High
Host A, B Mail server Medium
Host A, B File server Low
Figure 32 Network diagram
Configuration procedure
# Create advanced ACL 3000, and configure a rule to match packets with destination IP address
192.168.0.1.
<Router> system-view
[Router] acl number 3000
[Router-acl-adv-3000] rule permit ip destination 192.168.0.1 0
[Router-acl-adv-3000] quit
# Create advanced ACL 3001, and configure a rule to match packets with destination IP address
192.168.0.2.
[Router] acl number 3001
[Router-acl-adv-3001] rule permit ip destination 192.168.0.2 0
[Router-acl-adv-3001] quit