show flowlimit

Use this command to display flow setup throttling information.

Syntax

show flowlimit [port [port-string] | stats [port-string] | class [class]}

Parameters

port (Optional) Displays flow setup throttling port settings for one or all ports.
stats (Optional) Displays flow setup throttling statistics for one or all ports.
port-string (Optional) Specifies port or stats information should display for the specified or all ports.
class (Optional) Displays flow setup throttling class settings.
class (Optional) Specifies the flow setup throttling class to display:
  • class-index – A user defined classification type represented by a numeric value.
  • 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-string is not specified, port or stats flow setup throttling information will be displayed for all ports.
  • If class is not specified, flow setup throttling information displays for all classes.
  • If no options are specified, system configuration flow setup throttling information displays.

Mode

All command modes.

Examples

This example shows how to display flow setup throttling information for port 1 on module 2. In this case, it is enabled for FST with an “unspecified” port classification, is currently operational, and has no FST action assigned:

System(rw)->show flowlimit port ge.2.1
Flow setup throttling port configuration:
Port      Class              State    Status                Reason     Layer
--------- ------------------ -------- --------------------- ---------- -----
ge.2.1    unspecified        enabled  operational           noAction   L4

This example displays system level flowlimit settings:

System(rw)->show flowlimit
Flow setup throttling system configuration
-------------------------------------------
System state                    :disabled
SNMP notification               :enabled
Interface shutdown              :disabled
Notification interval           :120 seconds
Max supported flow count        :196608 flows
Max supported setup rate        :20000 flows/second
System(rw)->

This example displays the user port class flow setup throttling settings:

System(rw)->show flowlimit class userport
Flow setup throttling class configuration:
Class              Limit                  Action
------------------ ---------------------- ------------------------------------
userPort           limit1     :4          action1    :notify
                   limit2     :6          action2    :disable,notify
System(rw)->