show radius-snooping flow

Use this command to display information for all flows or the specified index entry in the flow table.

Syntax

show radius-snooping flow {index | all}

Parameters

index Specifies a specific flow table index entry to be displayed.
all Specifies that all flow table entries are to be displayed.

Defaults

None.

All command modes.

Usage

Use the index to specify a particular flow to display, otherwise use all.

Example

This example displays the flow information for index 1:

System(rw)->show radius-snooping flow 1
Flow ID         Client IP       Server IP       UDP Port        Validation
--------------- --------------- --------------- --------------- ---------------
1               192.10.20.5     192.10.10.10    1812            Enabled
Number of current sessions     : 17
Number pending                 : 4
Total Sessions:                : 85
Total RADIUS Access Requests   : 242
Total RADIUS Access Accepts    : 212
Total RADIUS Access Rejects    : 26
Invalid RADIUS Request packets : 0
Invalid RADIUS Response packets: 0
Total Dropped Packets          : 0
Click to expand in new window

Radius-Snooping Flow Settings

Output... What it displays...
FlowID Specifies the index ID for this flow.
Client IP Specifies the client IP address for this flow.
Server IP Specifies the server IP address for this flow.
UDP Port Specifies the authentication server UDP port for this flow.
Validation Specifies enabled if there is a secret configured, otherwise specifies disabled. For security reasons the secret does not display.
Number of current sessions Specifies the number of active sessions for this flow.
Number pending Specifies the number of valid RADIUS request frames pending, but no matching RADIUS response frame has been seen. These sessions are currently inactive.
Total Sessions Specifies the total number of sessions on this system.
Total RADIUS Access Requests Specifies the total number of RADIUS access requests seen by RS on this system.
Total RADIUS Access Accepts Specifies the total number of RADIUS access accepts seen by RS on this system.
Total RADIUS Access Rejects Specifies the total number of RADIUS response reject frames seen by RS on this system.
Invalid RADIUS Request Packets Specifies the total number of RADIUS request frames seen by the RS on this system.
Invalid RADIUS Response Packets Specifies the total number of Invalid RADIUS response frames seen by RS on this system. An invalid frame is generated when request frames do not contain the necessary attributes with the required values for successful processing.
Total Dropped Packets Specifies the total number of frames dropped by RS on this system.