D-Link DES-3500Series Switch User Manual


 
DES-3500 Layer 2 Fast Ethernet Switch CLI Reference Manual
197
config cpu access_profile
offset_32-47 - Enter a value in hex form to mask the packet from byte 32
to byte 47.
offset_48-63 - Enter a value in hex form to mask the packet from byte 48
to byte 63.
offset_64-79 - Enter a value in hex form to mask the packet from byte 64
to byte 79.
permit | deny – Specify that the packet matching the criteria configured with command will
either be permitted or denied entry to the CPU.
delete access_id <value 1-65535> - Use this to remove a previously created access rule
in a profile ID.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure CPU access list entry:
DES-3526:admin#config cpu access_profile profile_id 5
add access_id 1 ip vlan default source_ip 20.2.2.3
destination_ip 10.1.1.252 dscp 3 icmp type 11 code 32
port 1 deny
Command: config cpu access_profile profile_id 10 add
access_id 1 ip vlan default source_ip 20.2.2.3
destination_ip 10.1.1.252 dscp 3 icmp type 11 code 32
port 1 deny
Success.
DES-3526:admin#
delete cpu access_profile
Purpose Used to delete a previously created 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 and Operator-level users can issue this command.
Example usage:
To delete the CPU access profile with a profile ID of 1:
DES-3526:admin#delete cpu access_profile profile_id 1
Command: delete cpu access_profile profile_id 1
Success.
DES-3526:admin#