Show cos port-resource, Show cos port-resource -27 – Enterasys Networks D-Series User Manual
Page 343
show cos port-resource
Enterasys D-Series CLI Reference
11-27
Usage
CoS port resources are where actual physical rate limiters are configured. Resources map directly
to the number of rate limiters supported by the port type. (Port type 0 supports 100 IRL resources.)
Resources exist for each port group and are indexed as group#.port‐type.irl‐index. Port resources
are not initially configured as rate limiting.
Inbound rate limiting, or rate policing, simply drops or clips traffic inbound if a configured rate is
exceeded. CoS inbound rate limiting allows the user to configure rate limits based on kilobits per
second.
command displays the resources available for each port group. By
default, no IRL resources are configured. The default Rate Limiting algorithm is drop and cannot
be configured otherwise.
Example
This example sets the inbound rate limit resource index number 1 for port group 2.0 to 10000 Kbps
or 1 MB:
D2(su)->set cos port-resource irl 2.0 1 unit kbps rate 10000 type drop
show cos port-resource
Use this command to display the IRL port resources.
Syntax
show cos port-resource [irl [group-type-index [irl-index]]]
Parameters
Defaults
If a port group and IRL index are not specified, the IRL configuration for all resources (0‐99) for all
configured port groups will be shown.
Mode
Switch command, read‐only.
Example
This example displays the IRL resource index number 1 configuration for group 2.0.
D2(su)->show cos port-resource irl 2.0 1
'?' after the rate value indicates an invalid rate value
irl
(Optional) Specifies that inbound rate limiting port resources should be
displayed.
group‐type‐index
(Optional) Specifies an inbound rate limiting port group/type index. Valid
entries are in the form of group#.port‐type.
Valid values for group# can range from 0 to 7. Valid values for port‐type
can range from 0 to 1, although only port type 0 is currently supported.
For example, port group 3 would be specified as 3.0.
irl‐index
(Optional) Inbound rate limiter resource index configured for the
specified port group. Valid values range from 0 to 99.