DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
402
DES-1210-52/ME:5# show access_profile profile_id 1
Command: show access_profile profile_id 1
Access Profile Table
Access Profile ID: 1 Type: Ethernet
---------------------------------------------------------------------------
---------------------------------------------------------------------------
Mask Option:
VLAN 802.1p
---------------------------------------------------------------------------
DES-1210-52/ME:5#
create cpu_access_profile
To create an access profile on the Switch by examining the Ethernet
part of the packet header. Masks entered are combined with the
values the Switch finds in the specified frame header fields. Specific
values for the rules are entered using the config access_profile
command, below.
create cpu_access_profile [ ethernet {vlan | source_mac
<macmask> | destination_mac <macmask> | 802.1p |
ethernet_type} | ip {source_ip_mask <netmask> |
destination_ip_mask <netmask> | dscp | [ icmp {type | code} |
igmp {type} | tcp {src_port_mask <hex (0x0-0xffff)> |
dst_port_mask <hex (0x0-0xffff)> | flag_mask} | udp
{src_port_mask <hex (0x0-0xffff)> | dst_port_mask <hex (0x0-
0xffff)>} | protocol_id_mask <hex (0x0-0xff)>]} | ipv6 {class |
source_ipv6_mask <ipv6mask> | destination_ipv6_mask
<ipv6mask>} ] profile_id <value 1-3>
The create cpu_access_profile command is used to create CPU
access list rules on the Switch.
ethernet - Specifies that the Switch examines the layer 2 part of
each packet header with emphasis on one or more of the following:
vlan – Specifies a VLAN mask.
source_mac <macmask > – Specifies the source MAC
mask.
destination_mac <macmask> – Specifies the destination
MAC mask.
802.1p – Specifies 802.1p priority tag mask.
ethernet_type – Specifies the Ethernet type mask.
ip - Specifies that the Switch examines the IP fields in each packet
with special emphasis on one or more of the following:
type – Specifies that the Switch examine each frame’s ICMP
Type field.
code – Specifies that the Switch examine each frame’s
ICMP code field.
type – Specifies that the Switch examine each frame’s IGMP