specifies the amount of buffer memory the switch reserves in the outgoing queue for specified
ports and traffic classes
<port_list> one or more or a range of ports
<class_list> one or more traffic classes, from 0 - 3
<percentage> 0 through 100. The default is 100.
Example: >set qos egressqueuesize 2, 3 75%
>set qos ingressqueuesize <port_list> <priority_list> <percentage>
Gigabit ports only: specifies the amount of port buffer memory available for incoming packets
for specific Gigabit ports and priority values. Incoming queue size cannot be set on Fast Ethernet
ports.
<port_list> one or more or a range of Gigabit ports
<priority_list> one or more or a range of priorities, from 0-7
<percentage> 0 through 100. The default is 100%, which means all priorities have access to all
buffer space.
Example: >set qos ingressqueuesize 1-4 2,3,4 50
sets all Priority 2, 3 and 4 queues to 50% for ports 1 through 4
>set qos regenpriority <port_list> <priority_list> <new_priority>
sets the new, regenerated priority for IP traffic. Changes the priority tag from the packets
incoming value to a new value for transit. By default, the new priority is equivalent to the old
priority.
<port_list> one or more or a range of ports
<priority_list> a list of one or more priority values, numbers from 0-7
<new_priority> the new priority level. A number from 0-3.
Example: >set qos regenpriority 1-4 0,1,2 3
>set qos trafficclass <port_list> <priority_list> <traffic_class>
maps one or more ports and the priority value of 0-7 to a single traffic class, a value from 0-3.
Useful when you have several ports and several priorities to group into a single traffic class.
<port_list> one or more or a range of ports
<priority_list> a list of one or more priority values, numbers from 0-7
<traffic_class> the transmit priority level; a number from 0-3
Example: >set qos trafficclass 1-12 4-7 3
This example assigns all priority 4,5,6 and 7 traffic from ports 1-12 is to traffc class 3.
>set qos trafficclassname <class_list> <class_name>
assigns a name to the specified class or list of classes. For reference only.
<class_list> is the list of traffic classes, numbers from 0-3 assigned to this name
<class_name> is any name you wish to assign to this traffic class
Example: >set qos trafficclassname 3 video
>set snmp community [read-only | read-write] <community_name>
modifies or adds a community name and its attributes
Example: >set snmp community read-only support
>set snmp trap [dynamic | permanent] <rcvr_address>
changes the status of a trap address to dynamic or permanent. By default, traps added from the
command line are permanent and cannot be changed to dynamic.
Example: >set snmp trap permanent 192.168.3.8
>set snmp trap <ip_address>[/mask] [rcvr_community]
sets the trap destination for the specified IP address and optional mask
<ip_address> is the destination IP address
[/mask] is the subnet mask
rcvr_community is the community name
Example: >set snmp trap 192.168.3.8/24 public
>set snmp trap level <n> sets the trap severity to a value <n> between 0 and 7
Example: >set snmp trap level 5