xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
232
create cpu access_profile
•
class
– Entering this parameter will instruct the Switch to examine
the
class
field of the IPv6 header. This class field is a part of the
packet header that is similar to the Type of Service (ToS) or
Precedence bits field in IPv4.
•
flowlabel
– Entering this parameter will instruct the Switch to
examine the
flow label
field of the IPv6 header. This flow label field
is used by a source to label sequences of packets such as non-
default quality of service or real time service packets.
•
source_ipv6_mask <ipv6mask>
- Specifies an IP address mask for
the source IPv6 address.
destination_ipv6_mask <ipv6mask>
- Specifies an IP address mask
for the destination IPv6 address.
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:
DGS-3324SRi:4#create cpu 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 cpu 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.
DGS-3324SRi: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:
DGS-3324SRi:4#delete cpu access_profile profile_id 1
Command: delete cpu access_profile profile_id 1
Success.
DGS-3324SRi:4#