Configuration Guide QoS Configuration
Ruijie#configure terminal
Enter the configuration mode
Ruijie(config)#ip access-list
extended{id|name}
…
Ruijie(config)#ip access-list
standard {id|name}
…
Ruijie(config)#mac access-list
extended {id|name}
…
Ruijie(config)#expert access-list
extended{id|name}
…
Ruijie(config)#ipv6 access-list
extended name
…
Ruijie(config)#access-list id[…]
Create ACL
Please refer to the chapter of ACL
Ruijie(config)# [no] class-map
class-map-name
Create and enter into the class map configuration
mode, where class-map-name is the name of the
class map to be created.
The no option will delete an existing class map
Ruijie(config-cmap)# [no] match
access-group {acl-num |
acl-name }
Set the matching ACL, where acl-name is the
name of the created ACL,
acl-num is the ID of the created ACL; the no option
delete that match.
For example, the following steps creates a class-map named class1, which is associated
with a ACL:acl_1. This class-map will classify all TCP messages with port 80.
Ruijie(config)# ip access-list extended acl_1
Ruijie(config-ext-nacl)# permit tcp any any eq 80
Ruijie(config-ext-nacl)# exit
Ruijie(config)# class-map class1
Ruijie(config-cmap)# match access-group acl_1
Ruijie(config-cmap)# end
Configuring Policy Maps
You may create and configure Policy Maps through the following steps:
Ruijie#configure terminal
Enter the configuration mode