The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Command-Line Utilities (CLU) to retrieve information and statistics about the Login Event Generator (LEG).
The Sevice Control Engine (SCE)-Sniffer RADIUS LEG contains its own CLU commands, called p3radiussniff, for retrieving information and statistics about the LEG.
The p3radiussniff utility displays the LEG configuration and statistics. The command format is p3radiussniff <operation>
.
Table 26-1 lists the p3radiussniff operations
•Viewing the SCE-Sniffer RADIUS LEG Status
•Viewing the SCE-Sniffer RADIUS LEG Version
•Viewing the Cisco SCE-Sniffer RADIUS LEG Statistics
The following example illustrates the p3radiussniff CLU using the show operation:
>p3radiussniff --show
SCE-Sniffer RADIUS LEG:
======================
Active: true
RADIUS packet types:
accounting-start
accounting-interim
accounting-stop
Subscriber ID Association:
field_4: radius attribute: 4 type: string
Subscriber IP Address:
field_26(3;232): VSA Vendor-id: 3 sub attribute: 232 type: string
Policy Association:
field_26(2;233): VSA Vendor-id: 2 sub attribute: 233 type: integer
Allow login if policy not found: true
Ignore Policy List : [14, 15]
use_default=true
Matching configuration rules:
Matching Pattern=^gold$; Matching Value=1
Matching Pattern=^silver$; Matching Value=2
Matching Pattern=^bronze$; Matching Value=3
Matching Pattern=^$; Matching Value=4>
The following example displays the p3radiussniff CLU using the show-version operation:
>p3radiussniff --show-version
SCE-Sniffer RADIUS LEG 3.8.5 Build 82 Command terminated successfully >
The following example displays the p3radiussniff CLU using the show-statistics operation:
>p3radiussniff --show-statistics
SCE-Sniffer RADIUS LEG statistics
=================================
Total Received RDRs: 0
Accounting RDRs: 0
Accounting-Start RDRs: 0
Accounting-Interim RDRs: 0
Accounting-Stop RDRs: 0
Access RDRs: 0
Access-Request RDRs: 0
Access-Accept RDRs: 0
Invalid RDRs: 0
Successful logins: 0
Successful logouts:0
Failed logins: 0
Failed logouts: 0
Successful logins: 0
Successful logouts: 0
Command terminated successfully
>