beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1714

background image

Chapter 101: QoS Commands

1714

The following example creates a numbered IPv4 MAC ACL access list,
4012 and matches it to a class map called “cmap2:”

awplus> enable
awplus# configure terminal
awplus(config)# access-list 4012 deny any a4:54:86:12:00:00
00:00:00:00:ff:ff
awplus(config-ip-acl)# exit
awplus(config)# class-map cmap2
awplus(config-cmap)# match access-group 4012

The following example configures a class map named “cmap1,” creates a
Numbered IPv4 ACL access list, 3001, and matches “cmap1” to the ACL
group number:

awplus> enable
awplus# configure terminal
awplus(config)# access-list 3001 permit any any
awplus(config)# class-map cmap1
awplus(config-cmap)# match access-group 3001

The following example creates a numbered IPv4 MAC address ACL (with
a group number of 4025), a class map called “cmap1” and matches the
class map to the group number:

awplus> enable
awplus# configure terminal
awplus(config)# access-list 4025 permit any any
awplus(config)# class-map cmap1
awplus(config-cmap)# match access-group 4025