D-Link DGS-3100 Switch User Manual


 
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
22
1
added to the ruke, such as:
replace_priority – Specifies the value to replace the 802.1p default
priority of a packet, which meets the criteria previously specified in
this command, before forwarding it on to the specified CoS queue.
Otherwise, a packet will have its incoming 802.1p user priority re-
written to its original value before being forwarded by the Switch.
replace_class <value 0-63> – Specifies a value to be written to the
CLASS field of an incoming packet that meets the criteria specified
in the first part of the command. This value will over-write the value
in the CLASS field of the packet.
rate_limit <value 64-1000000> – Specifies the kbps rate limit to Rx
bandwidth for the configured profile. The user may select a value
between 64-1000000, or no limit. The default setting is no limit.
deny – Specifies that packets that do not match the access profile
are not permitted to be forwarded by the Switch and will be filtered
out.
time_range <range_name 32> – Defines a time range name.
Restrictions Only administrator or operate-level users can issue this command.
Example usage:
To configure a rule for the IPv6 access profile:
DGS3100# config access_profile profile_id 1 add access_id 1 ipv6 icmp source_ip fe::1111
destination_ip fe::1112 type 22 code 22 class 4 ports 1:1 deny
Success.
DGS3100#
config access_profile
Purpose To delete a specific rule from the access profile on the Switch.
Syntax
config access_profile profile_id <value 1-15> delete access_id
<value 1-240>
Description The config access_profile command deletes a specific rule from
the access profile on the Switch.
Parameters profile_id <value 1-15> - Specifies the access profile id that is used
to identify the access profile to be configured with this command.
delete access_id <value 1-240> – Specifies the specific rule to be
deleted from the profile.
Restrictions Only administrator or operate-level users can issue this command.
Example usage:
To delete a rule from the access profile:
DGS3100# config access_profile profile_id 2 delete access_id 2
Success.
DGS3100#