xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
177
create cpu access_profile
byte 48 to byte 63.
•
offset_64-79
- Enter a value in hex form to mask the packet from
byte 64 to byte 79.
port <portlist>
- Specifies a range of ports to be configured. The beginning
and end of the port list range are separated by a dash. For example, 1-4
specifies all of the ports between port 1 and port 4.
all
– Denotes all ports on the switch.
profile_id <value 1-5>
−
Specifies an index number that will identify the
access profile being created with this command.
Restrictions
Only administrator-level users can issue this command.
Example usage:
To create a cpu access profile:
DES-3800:4#create access_profile ip vlan source_ip_mask 20.0.0.0
destination_ip_mask 10.0.0.0 dscp icmp type code permit profile_id 1
Command: create access_profile ip vlan source_ip_mask 20.0.0.0
destination_ip_mask 10.0.0.0 dscp icmp type code permit profile_id 1
Success.
DES-3800:4#
delete cpu access_profile
Purpose
Used to delete a previously created access profile or cpu access profile.
Syntax
delete cpu access_profile profile_id <value 1-5>
Description The
delete cpu access_profile
command is used to delete a previously
created cpu access profile.
Parameters
profile_id <value 1-5>
−
Enter an integer between 1 and 5 that is used to
identify the cpu access profile to be deleted with this command. This value
is assigned to the access profile when it is created with the
create cpu
access_profile
command.
Restrictions Only
administrator-level users can issue this command.
Example usage:
To delete the cpu access profile with a profile ID of 1:
DES-3800:4#delete cpu access_profile profile_id 10
Command: delete cpu access_profile profile_id 10
Success.
DES-3800:4#