DES-3526 / DES-3526DC Layer 2 Fast Ethernet Switch CLI Reference Manual
151
config access_profile
Parameters
ip − Specifies that the Switch will look into the IP fields in each packet.
• vlan <vlan_name 32> − Specifies that the access profile will apply to only this VLAN.
• source_ip <ipaddr> − Specifies that the access profile will apply to only packets with this
source IP address.
• destination_id <value 0-255> − Specifies that the access profile will apply to only packets
with this destination IP address.
• dscp <value 0-63> − Specifies that the access profile will apply only to packets that have this
value in their Type-of-Service (DiffServ code point, DSCP) field in their IP packet header
• icmp − Specifies that the Switch will examine the Internet Control Message Protocol (ICMP)
field within each packet.
• type <value 0-65535> − Specifies that the access profile will apply to this ICMP type
value.
• code <value 0-255> − Specifies that the access profile will apply to this ICMP code.
• igmp − Specifies that the Switch will examine the Internet Group Management Protocol
(IGMP) field within each packet.
• type <value 0-255> − Specifies that the access profile will apply to packets that have
this IGMP type value.
• tcp − Specifies that the Switch will examine the Transmission Control Protocol (TCP) field
within each packet.
src_port <value 0-65535> − Specifies that the access profile will apply only to
packets that have this TCP source port in their TCP header.
dst_port <value 0-65535> − Specifies that the access profile will apply only to
packets that have this TCP destination port in their TCP header.
• flag_mask – Enter the type of TCP flag to be masked.
• all: all flags are selected.
• urg: TCP control flag (urgent)
• ack: TCP control flag (acknowledgement)
• psh: TCP control flag (push)
• rst: TCP control flag (reset)
• syn: TCP control flag (synchronize)
• fin: TCP control flag (finish)
udp − Specifies that the Switch will examine the Universal Datagram Protocol (UDP) field in each
packet.
• src_port <value 0-65535> − Specifies that the access profile will apply only to packets that
have this UDP source port in their header.
• dst_port <value 0-65535> − Specifies that the access profile will apply only to packets that
have this UDP destination port in their header.
protocol_id <value 0-255> − Specifies that the Switch will examine the protocol field in each packet
and if this field contains the value entered here, apply the following rules.
user_define <hex 0x0-0xfffffff> − Specifies a mask to be combined with the value found in the
frame header using a logical AND operation.