CHAPTER 3. Data Network Function
© SAMSUNG Electronics Co., Ltd.
page 129 of 689
The initial window of Access Group is shown below. After selecting a configuration, click
the
<Apply>
button to configure Admin ACL.
Figure 55. Admin ACL Configuration Window
3.5.2
Class-map Configuration
1) Go to the fqm mode to configure the configure
ACL rule of CLI.
APC# configure terminal
APC/configure# fqm-mode
2) Go to Class-map mode.
class-map c1
3) Select match-all or match-any.
match-type [MODE]
Parameter
Description
MODE
Match mode configuration (match-all/match-any)
4) Perform detail configuration according to match criteria.
Match Criteria
Description
access-group
match access-group [ACCESS_GROUP_NAME]
class
match class [CLASS_NAME]
COS
match cos [COS_VALUE/any]
destination IP range
match dst ip range [A.B.C.D] [A.B.C.D]
IP
match ip dscp [DSCP_VALUE/any]
match ip precedence [IP_PRECEDENCE_VALUE/any]
match ip tos [TOS_VALUE/any]
protocol
match protocol [PROTOCOL_VALE/any]
source IP range
match src ip range [A.B.C.D] [A.B.C.D]
5) Exit the Class-map mode.
exit
6) To check the configuration information, use the ‘show running-config network’
command.