show flowlimit class

Use this command to display flow limiting classification configuration(s).

Syntax

show flowlimit class [class-index]

Parameters

class-index Specifies a numeric value or classification type keyword for the class user classification type to assign to this action. Valid values are from 0 - 4294967295 or a classification type keyword:
  • userport - An edge port with a single attached user. Class index = 1.
  • serverport - A port with a server attached to it. Class index = 2.
  • aggregateduser - An edge port with multiple users attached to it. Class index = 3
  • interswitchlink - A high speed interconnect port between switches or routers. Class index = 4.
  • unspecified - A port for which the intended usage is unknown. Class index = 5.

Defaults

If port classification type is not specified, information related to all classifications will be displayed.

Mode

All command modes.

Example

This example shows how to show flow limits and associated actions configured for the various port classifications:

System(rw)->show flowlimit class
Flow setup throttling class configuration:
Class              Limit                  Action
------------------ ---------------------- ------------------------------------
userPort           limit1     :800        action1    :notify
                   limit2     :1000       action2    :disable,notify
serverPort         limit1     :5000       action1    :notify
                   limit2     :6000       action2    :disable,notify
aggregatedUserPort limit1     :5000       action1    :notify
                   limit2     :6000       action2    :disable,notify
interSwitchLink    limit1     :14000      action1    :notify
                   limit2     :16000      action2    :disable,notify
unspecified        limit1     :0          action1    :notify
                   limit2     :0          action2    :disable,notify
System(rw)->