BENU-RADIUS-MIB: View SNMP OID List / Download MIB

VENDOR: BENU NETWORKS


 Home MIB: BENU-RADIUS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 benuRadiusMIB 1.3.6.1.4.1.39406.2.1.4
This MIB module defines management information related to the AAA clients. Copyright (C) 2013 by Benu Networks, Inc. All rights reserved.
     bRadiusNotifications 1.3.6.1.4.1.39406.2.1.4.0
Notifications related to RADIUS server are defined in this branch.
         bAAAGroupOutstandingAuthReqsLow 1.3.6.1.4.1.39406.2.1.4.0.1
This notification signifies that the number of outstanding Access- Request message(s) for a particular AAA group is cleared, meaning that it has fallen below the value of bAAAGroupOutstandingAuthReqsLowThreshold for that AAA group.
         bAAAGroupOutstandingAuthReqsHigh 1.3.6.1.4.1.39406.2.1.4.0.2
This notification signifies that the number of outstanding Access-Request message(s) for a particular AAA group has risen above the value of bAAAGroupOutstandingAuthReqsHighThreshold for that AAA group.
         bAAAGroupOutstandingAcctReqsLow 1.3.6.1.4.1.39406.2.1.4.0.3
This notification signifies that the number of outstanding Accounting- Request message(s) for a particular AAA group is cleared, meaning that it has fallen below the value of bAAAGroupOutstandingAcctReqsLowThreshold for that AAA group.
         bAAAGroupOutstandingAcctReqsHigh 1.3.6.1.4.1.39406.2.1.4.0.4
This notification signifies that the number of outstanding Accounting-Request message(s) for a particular AAA group has risen above the value of bAAAGroupOutstandingAcctReqsHighThreshold for that AAA group.
         bAAAGroupOutstandingCoAReqsLow 1.3.6.1.4.1.39406.2.1.4.0.5
This notification signifies that the number of outstanding Accounting- Request message(s) for a particular AAA group is cleared, meaning that it has fallen below the value of bAAAGroupOutstandingCoAReqsLowThreshold for that AAA group.
         bAAAGroupOutstandingCoAReqsHigh 1.3.6.1.4.1.39406.2.1.4.0.6
This notification signifies that the number of outstanding Accounting-Requests for a particular AAA group has risen above the value of bAAAGroupOutstandingCoAReqsHighThreshold for that AAA group.
         bRadiusAuthServerMarkedDead 1.3.6.1.4.1.39406.2.1.4.0.7
This notification signifies that an authentication RADIUS server has been marked dead.
         bRadiusAuthServerMarkedAlive 1.3.6.1.4.1.39406.2.1.4.0.8
This notification signifies that an authentication RADIUS server has become alive.
         bRadiusAccountingServerMarkedDead 1.3.6.1.4.1.39406.2.1.4.0.9
This notification signifies that an accounting RADIUS server has been marked dead
         bRadiusAccountingServerMarkedAlive 1.3.6.1.4.1.39406.2.1.4.0.10
This notification signifies that an accounting RADIUS server has become alive
         bRadiusProxyAuthTPSLowReached 1.3.6.1.4.1.39406.2.1.4.0.11
This notification signifies that the total number of Radius Proxy transactions for the particular interval has fallen below the value bRadiusProxyAuthTPSLow.
         bRadiusProxyAuthTPSHighReached 1.3.6.1.4.1.39406.2.1.4.0.12
This notification signifies that the total number of Radius Proxy transactions for the particular interval has risen above the value bRadiusProxyAuthTPSHigh.
     bRadiusMIBObjects 1.3.6.1.4.1.39406.2.1.4.1
RADIUS server information is defined in this branch.
         bRadiusServerAuthTable 1.3.6.1.4.1.39406.2.1.4.1.1 no-access
A list of authentication RADIUS server information.
             bRadiusServerAuthEntry 1.3.6.1.4.1.39406.2.1.4.1.1.1 no-access
A logical row in the bRadiusServerAuthTable.
                 bRadiusAuthStatsInterval 1.3.6.1.4.1.39406.2.1.4.1.1.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics data, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                 bRadiusAuthServerIndex 1.3.6.1.4.1.39406.2.1.4.1.1.1.2 integer32 no-access
A number uniquely identifying each RADIUS Authentication server with which this client communicates.
                 bRadiusAuthServerInetAddressType 1.3.6.1.4.1.39406.2.1.4.1.1.1.3 inetaddresstype read-only
The type of address format used for the bRadiusAuthServerInetAddress object.
                 bRadiusAuthServerInetAddress 1.3.6.1.4.1.39406.2.1.4.1.1.1.4 inetaddress read-only
The IP address of the RADIUS Authentication server referred to in this table entry, using the version-neutral IP address format.
                 bRadiusAuthIntervalDuration 1.3.6.1.4.1.39406.2.1.4.1.1.1.5 integer32 read-only
Duration of statistics accumulation interval in minutes.
                 bRadiusAccessRequestSent 1.3.6.1.4.1.39406.2.1.4.1.1.1.6 unsigned32 read-only
The count of the total number of Access-Request message(s) sent.
                 bRadiusAccessAcceptReceived 1.3.6.1.4.1.39406.2.1.4.1.1.1.7 unsigned32 read-only
The count of the total number of Access-Accept message(s) received.
                 bRadiusAccessRejectReceived 1.3.6.1.4.1.39406.2.1.4.1.1.1.8 unsigned32 read-only
The count of the total number of Access-Reject message(s) received.
                 bRadiusAccessChallengeReceived 1.3.6.1.4.1.39406.2.1.4.1.1.1.9 unsigned32 read-only
The count of the total number of Access-Challenge message(s) received.
                 bRadiusAccessRequestResent 1.3.6.1.4.1.39406.2.1.4.1.1.1.10 unsigned32 read-only
The count of the number of Access-Request message(s) resent to server as no response was received.
                 bRadiusAccessRequestDropped 1.3.6.1.4.1.39406.2.1.4.1.1.1.11 unsigned32 read-only
The count of the number of Access-Request message(s) dropped.
                 bRadiusAccessRequestTimedOut 1.3.6.1.4.1.39406.2.1.4.1.1.1.12 unsigned32 read-only
The count of the number of Access-Request message(s) for which no response is received even after maximum number of retransmissions.
                 bRadiusAccessRequestSentFail 1.3.6.1.4.1.39406.2.1.4.1.1.1.13 unsigned32 read-only
The count of the number of Access-Request message(s) for which send() failed.
                 bRadiusAccessPeakRequestPending 1.3.6.1.4.1.39406.2.1.4.1.1.1.14 unsigned32 read-only
The count of the peak number of outstanding Access-Request message(s) reached in a measurement interval period.
                 bRadiusAccessMalformedRespDropped 1.3.6.1.4.1.39406.2.1.4.1.1.1.15 unsigned32 read-only
The count of the number of dropped malformed message(s) received from RADIUS authentication server.
                 bRadiusAccessBadAuthenticatorRcvd 1.3.6.1.4.1.39406.2.1.4.1.1.1.16 unsigned32 read-only
The count of the number of packets received from RADIUS server with bad authenticator.
                 bRadiusAccessServerMarkedDead 1.3.6.1.4.1.39406.2.1.4.1.1.1.17 unsigned32 read-only
The count of the number of times a RADIUS server is marked dead during the measurement interval.
                 bRadiusAuthLatencyMin 1.3.6.1.4.1.39406.2.1.4.1.1.1.18 unsigned32 read-only
The measure of the minimum time interval, between all Access-Request message(s) sent by the AAA process residing in the WAG to the RADIUS Server and the corresponding Access-Accept/Reject message(s) received by the AAA process. The value is in in microseconds.
                 bRadiusAuthLatencyMax 1.3.6.1.4.1.39406.2.1.4.1.1.1.19 unsigned32 read-only
The measure of the maximum time interval, between all Access-Request message(s) sent by the AAA process residing in the WAG to the RADIUS Server and the corresponding Access-Accept/Reject message(s) received by the AAA process. The value is in in microseconds.
                 bRadiusAuthLatencyAvg 1.3.6.1.4.1.39406.2.1.4.1.1.1.20 unsigned32 read-only
The measure of the average time interval, between all Access-Request message(s) sent by the AAA process residing in the WAG to the RADIUS Server and the corresponding Access-Accept/Reject message(s) received by the AAA process. The value is in in microseconds.
                 bRadiusAuthLatencyLast 1.3.6.1.4.1.39406.2.1.4.1.1.1.21 unsigned32 read-only
The measure of the time interval, between the most recent Access-Request message sent by the AAA process residing in the WAG to the RADIUS Server and the corresponding Access-Accept/Reject message received by the AAA process. The value is in in microseconds.
                 bRadiusAuthAAAGroupName 1.3.6.1.4.1.39406.2.1.4.1.1.1.22 displaystring read-only
AAA server group to which this RADIUS server belongs.
         bRadiusServerAcctTable 1.3.6.1.4.1.39406.2.1.4.1.2 no-access
A list of accounting RADIUS server information.
             bRadiusServerAcctEntry 1.3.6.1.4.1.39406.2.1.4.1.2.1 no-access
A logical row in the bRadiusServerAcctTable.
                 bRadiusAcctStatsInterval 1.3.6.1.4.1.39406.2.1.4.1.2.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics data, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                 bRadiusAcctServerIndex 1.3.6.1.4.1.39406.2.1.4.1.2.1.2 integer32 no-access
A number uniquely identifying each RADIUS Accounting server with which this client communicates.
                 bRadiusAcctServerInetAddressType 1.3.6.1.4.1.39406.2.1.4.1.2.1.3 inetaddresstype read-only
The type of address format used for the bRadiusAcctServerInetAddress object.
                 bRadiusAcctServerInetAddress 1.3.6.1.4.1.39406.2.1.4.1.2.1.4 inetaddress read-only
The IP address of the RADIUS Accounting server referred to in this table entry, using the version-neutral IP address format.
                 bRadiusAcctIntervalDuration 1.3.6.1.4.1.39406.2.1.4.1.2.1.5 integer32 read-only
Duration of statistics accumulation interval in minutes.
                 bRadiusAcctRequestSent 1.3.6.1.4.1.39406.2.1.4.1.2.1.6 unsigned32 read-only
The count of the total number of Accounting-Request message(s) sent.
                 bRadiusAcctStartRequestSent 1.3.6.1.4.1.39406.2.1.4.1.2.1.7 unsigned32 read-only
The count of the total number of Accounting-Request Start message(s) sent.
                 bRadiusAcctStopRequestSent 1.3.6.1.4.1.39406.2.1.4.1.2.1.8 unsigned32 read-only
The count of the total number of Accounting-Request Stop message(s) sent.
                 bRadiusAcctInterimUpdateSent 1.3.6.1.4.1.39406.2.1.4.1.2.1.9 unsigned32 read-only
The count of the total number of Accounting-Request Interim-Update message(s) sent.
                 bRadiusAcctResponseReceived 1.3.6.1.4.1.39406.2.1.4.1.2.1.10 unsigned32 read-only
The count of the total number of Accounting-Response message(s) received.
                 bRadiusAcctRequestResent 1.3.6.1.4.1.39406.2.1.4.1.2.1.11 unsigned32 read-only
The count of the number of Accounting-Request message(s) resent to server as no response was received.
                 bRadiusAcctRequestDropped 1.3.6.1.4.1.39406.2.1.4.1.2.1.12 unsigned32 read-only
The count of the number of Accounting-Request message(s) dropped.
                 bRadiusAcctRequestTimedOut 1.3.6.1.4.1.39406.2.1.4.1.2.1.13 unsigned32 read-only
The count of the number of Accounting-Request message(s) for which no response is received even after maximum number of retransmissions.
                 bRadiusAcctRequestSentFail 1.3.6.1.4.1.39406.2.1.4.1.2.1.14 unsigned32 read-only
The count of the number of Accounting-Request message(s) for which send() failed.
                 bRadiusAcctPeakRequestPending 1.3.6.1.4.1.39406.2.1.4.1.2.1.15 unsigned32 read-only
The count of the peak number of outstanding Accounting-Request message(s) reached in a measurement interval period.
                 bRadiusAcctMalformedRespDropped 1.3.6.1.4.1.39406.2.1.4.1.2.1.16 unsigned32 read-only
The count of the number of dropped malformed packets received from RADIUS accounting server.
                 bRadiusAcctBadAuthenticatorRcvd 1.3.6.1.4.1.39406.2.1.4.1.2.1.17 unsigned32 read-only
The count of the number of packets received from AAA server with bad authenticator.
                 bRadiusAcctServerMarkedDead 1.3.6.1.4.1.39406.2.1.4.1.2.1.18 unsigned32 read-only
The count of the number of times a server is marked dead during the measurement interval.
                 bRadiusAcctLatencyMin 1.3.6.1.4.1.39406.2.1.4.1.2.1.19 unsigned32 read-only
The measure of the minimum time interval, between all Accounting-Request message(s) (Start/Interim Update/Stop) sent by the AAA process residing in the WAG to the RADIUS Server and the corresponding Accounting-Response message(s) received by the AAA process. The value is in in microseconds.
                 bRadiusAcctLatencyMax 1.3.6.1.4.1.39406.2.1.4.1.2.1.20 unsigned32 read-only
The measure of the maximum time interval, between all Accounting-Request message(s) (Start/Interim Update/Stop) sent by the AAA process residing in the WAG to the RADIUS Server and the corresponding Accounting-Response message(s) received by the AAA process. The value is in in microseconds.
                 bRadiusAcctLatencyAvg 1.3.6.1.4.1.39406.2.1.4.1.2.1.21 unsigned32 read-only
The measure of the average time interval, between all Accounting-Request message(s) (Start/Interim Update/Stop) sent by the AAA process residing in the WAG to the RADIUS Server and the corresponding Accounting-Response message(s) received by the AAA process. The value is in in microseconds.
                 bRadiusAcctLatencyLast 1.3.6.1.4.1.39406.2.1.4.1.2.1.22 unsigned32 read-only
The measure of the time interval, between the most recent Accounting-Request message (Start/Interim Update/Stop) sent by the AAA process residing in the WAG to the RADIUS Server and the corresponding Accounting-Response message received by the AAA process. The value is in in microseconds.
                 bRadiusAcctAAAGroupName 1.3.6.1.4.1.39406.2.1.4.1.2.1.23 displaystring read-only
AAA server group to which this radius server belongs.
         bRadiusClientCoATable 1.3.6.1.4.1.39406.2.1.4.1.3 no-access
A list of CoA RADIUS client information.
             bRadiusClientCoAEntry 1.3.6.1.4.1.39406.2.1.4.1.3.1 no-access
A logical row in the bRadiusClientCoATable.
                 bRadiusCOAStatsInterval 1.3.6.1.4.1.39406.2.1.4.1.3.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                 bRadiusCoAClientIndex 1.3.6.1.4.1.39406.2.1.4.1.3.1.2 integer32 no-access
A number uniquely identifying each RADIUS CoA client with which this server communicates.
                 bRadiusCoAClientInetAddressType 1.3.6.1.4.1.39406.2.1.4.1.3.1.3 inetaddresstype read-only
The type of address format used for the bRadiusCoAClientInetAddress object.
                 bRadiusCoAClientInetAddress 1.3.6.1.4.1.39406.2.1.4.1.3.1.4 inetaddress read-only
The IP address of the RADIUS CoA server referred to in this table entry, using the version-neutral IP address format.
                 bRadiusCoAIntervalDuration 1.3.6.1.4.1.39406.2.1.4.1.3.1.5 integer32 read-only
Duration of statistics accumulation interval in minutes.
                 bRadiusCoAAckSent 1.3.6.1.4.1.39406.2.1.4.1.3.1.6 unsigned32 read-only
The count of the total number of CoA-Ack message(s) sent.
                 bRadiusCoANackSent 1.3.6.1.4.1.39406.2.1.4.1.3.1.7 unsigned32 read-only
The count of the total number of CoA-Nack message(s) sent.
                 bRadiusCoARequestReceived 1.3.6.1.4.1.39406.2.1.4.1.3.1.8 unsigned32 read-only
The count of the total number of CoA-Request message(s) received.
                 bRadiusCoARequestDropped 1.3.6.1.4.1.39406.2.1.4.1.3.1.9 unsigned32 read-only
The count of the total number of CoA-Request message(s) dropped.
                 bRadiusCoAReqDropDueToDupReq 1.3.6.1.4.1.39406.2.1.4.1.3.1.10 unsigned32 read-only
The count of the total number of duplicate CoA-Request message(s) dropped.
                 bRadiusCoAReqDropDueToInvalidTime 1.3.6.1.4.1.39406.2.1.4.1.3.1.11 unsigned32 read-only
The count of the total number of dropped CoA-Request message(s) due to invalid timestamp in the message.
                 bRadiusCoAReqDropDueToBadAuthenticator 1.3.6.1.4.1.39406.2.1.4.1.3.1.12 unsigned32 read-only
The count of the total number of dropped CoA-Request message(s) from an invalid client.
                 bRadiusCoANackDueToInvalidReq 1.3.6.1.4.1.39406.2.1.4.1.3.1.13 unsigned32 read-only
The count of the total number of CoA-Nack message(s) sent due to invalid request.
                 bRadiusCoANackDueToExceedMaxOutstanding 1.3.6.1.4.1.39406.2.1.4.1.3.1.14 unsigned32 read-only
The count of the total number of CoA-Nack message(s) sent due to outstanding requests exceeding the maximum value.
                 bRadiusDisconnectRequestReceived 1.3.6.1.4.1.39406.2.1.4.1.3.1.15 unsigned32 read-only
The count of the total number of Disconnect-Request message(s) received.
                 bRadiusDisconnectAckSent 1.3.6.1.4.1.39406.2.1.4.1.3.1.16 unsigned32 read-only
The count of the total number of Disconnect-Ack message(s) sent.
                 bRadiusDisconnectNackSent 1.3.6.1.4.1.39406.2.1.4.1.3.1.17 unsigned32 read-only
The count of the total number of Disconnect-Nack message(s) sent.
                 bRadiusDisconnectRequestDropped 1.3.6.1.4.1.39406.2.1.4.1.3.1.18 unsigned32 read-only
The count of the total number of Disconnect-Request message(s) dropped.
                 bRadiusDisconnectReqDropDueToDupReq 1.3.6.1.4.1.39406.2.1.4.1.3.1.19 unsigned32 read-only
The count of the total number of duplicate Disconnect-Request message(s) dropped.
                 bRadiusDisconnectReqDropDueToInvalidTime 1.3.6.1.4.1.39406.2.1.4.1.3.1.20 unsigned32 read-only
The count of the total number of dropped Disconnect-Request message(s) due to invalid timestamp in the message.
                 bRadiusDisconnectReqDropDueToBadAuthenticator 1.3.6.1.4.1.39406.2.1.4.1.3.1.21 unsigned32 read-only
The count of the total number of dropped Disconnect-Request message(s) from an invalid client.
                 bRadiusDisconnectNackDueToInvalidReq 1.3.6.1.4.1.39406.2.1.4.1.3.1.22 unsigned32 read-only
The count of the total number of Disconnect-Nack message(s) sent due to invalid request.
                 bRadiusDisconnectNackDueToExceedMaxOutstanding 1.3.6.1.4.1.39406.2.1.4.1.3.1.23 unsigned32 read-only
The count of the total number of Disconnect-Nack message(s) sent due to outstanding requests exceeding the maximum value.
                 bRadiusCoALatencyMin 1.3.6.1.4.1.39406.2.1.4.1.3.1.24 unsigned32 read-only
The measure of the minimum time interval, between all CoA-Request message(s) received from the RADIUS server and their corresponding CoA-Ack/Nack message(s) sent by the RADIUS client. The value is in in microseconds.
                 bRadiusCoALatencyMax 1.3.6.1.4.1.39406.2.1.4.1.3.1.25 unsigned32 read-only
The measure of the maximum time interval, between all CoA-Request message(s) received from the RADIUS server and their corresponding CoA-Ack/Nack message(s) sent by the RADIUS client. The value is in in microseconds.
                 bRadiusCoALatencyAvg 1.3.6.1.4.1.39406.2.1.4.1.3.1.26 unsigned32 read-only
The measure of the average time interval, between all CoA-Request message(s) received from the RADIUS server and their corresponding CoA-Ack/Nack message(s) sent by the RADIUS client. The value is in in microseconds.
                 bRadiusCoALatencyLast 1.3.6.1.4.1.39406.2.1.4.1.3.1.27 unsigned32 read-only
The measure of the time interval, between the most recent CoA-Request message received from the RADIUS server and its corresponding CoA-Ack/Nack message received by the RADIUS client. The value is in in microseconds.
                 bRadiusCoADMLatencyMin 1.3.6.1.4.1.39406.2.1.4.1.3.1.28 unsigned32 read-only
The measure of the minimum time interval, between all Disconnect-Request message(s) received from the RADIUS server and their corresponding Disconnect-Ack/Nack message(s) sent by the RADIUS client. The value is in in microseconds.
                 bRadiusCoADMLatencyMax 1.3.6.1.4.1.39406.2.1.4.1.3.1.29 unsigned32 read-only
The measure of the maximum time interval, between all Disconnect-Request message(s) received from the RADIUS server and their corresponding Disconnect-Ack/Nack message(s) sent by the RADIUS client. The value is in in microseconds.
                 bRadiusCoADMLatencyAvg 1.3.6.1.4.1.39406.2.1.4.1.3.1.30 unsigned32 read-only
The measure of the average time interval, between all Disconnect-Request message(s) received from the RADIUS server and their corresponding Disconnect-Ack/Nack message(s) sent by the RADIUS client. The value is in in microseconds.
                 bRadiusCoADMLatencyLast 1.3.6.1.4.1.39406.2.1.4.1.3.1.31 unsigned32 read-only
The measure of the time interval, between the most recent Disconnect-Request message received from the RADIUS server and its corresponding Disconnect-Ack/Nack message received by the RADIUS client. The value is in in microseconds.
                 bRadiusCoAAAAGroupName 1.3.6.1.4.1.39406.2.1.4.1.3.1.32 displaystring read-only
AAA server group to which this RADIUS server belongs.
         bAAAGroupAuthTable 1.3.6.1.4.1.39406.2.1.4.1.4 no-access
A list of Authentication AAA group information.
             bAAAGroupAuthEntry 1.3.6.1.4.1.39406.2.1.4.1.4.1 no-access
A logical row in the bAAAGroupAuthTable.
                 bAAAGroupAuthStatsInterval 1.3.6.1.4.1.39406.2.1.4.1.4.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                 bAAAGroupAuthIndex 1.3.6.1.4.1.39406.2.1.4.1.4.1.2 integer32 no-access
A number uniquely identifying each RADIUS Authentication server group
                 bAAAGroupAuthName 1.3.6.1.4.1.39406.2.1.4.1.4.1.3 displaystring read-only
AAA group Authentication name
                 bAAAGroupAuthIntervalDuration 1.3.6.1.4.1.39406.2.1.4.1.4.1.4 integer32 read-only
Duration of statistics accumulation interval in minutes.
                 bAAAGroupMaximumOutstandingAuthReqs 1.3.6.1.4.1.39406.2.1.4.1.4.1.5 unsigned32 read-only
Maximum number of outstanding Access-Request message(s) configured for this group.
                 bAAAGroupPeakOutstandingAuthReqsReached 1.3.6.1.4.1.39406.2.1.4.1.4.1.6 unsigned32 read-only
The count of the peak number of outstanding Access-Request message(s) reached during the measurement interval.
                 bAAAGroupAuthReqsDropped 1.3.6.1.4.1.39406.2.1.4.1.4.1.7 unsigned32 read-only
The count of the Access-Rrequest message(s) at group level which could not be sent to any server and were dropped as the overflow queue was exhausted.
                 bAAAGroupOutstandingAuthReqsHighThreshold 1.3.6.1.4.1.39406.2.1.4.1.4.1.8 unsigned32 read-only
The high threshold for outstanding Access-Request message(s) in this AAA group. If a bAAAGroupOutstandingAuthReqsLow event has been generated (or no bAAAGroupOutstandingAuthReqsHigh was generated previously) for this AAA group, and the value for outstanding Access-Request message(s) has exceeded the value of bAAAGroupOutstandingAuthReqsHighThreshold, then a bAAAGroupOutstandingAuthReqsHigh event will be generated. No more bAAAGroupOutstandingAuthReqsHigh events will be generated for this AAA group during this execution of the AAA group client until the value for outstanding Access-Request message(s) becomes equal to or less than the value of bAAAGroupOutstandingAuthReqsLowThreshold.
                 bAAAGroupOutstandingAuthReqsLowThreshold 1.3.6.1.4.1.39406.2.1.4.1.4.1.9 unsigned32 read-only
The low threshold for outstanding Access-Request message(s) in this AAA group. If the value for outstanding Access-Request message(s) in this group becomes equal to or less than this value and the current condition for bAAAGroupOutstandingAuthReqsHigh is raised, then a bAAAGroupOutstandingAuthReqsLow event will be generated. No more bAAAGroupOutstandingAuthReqsLow events will be generated for this AAA group during this execution of the AAA group client until the value for outstanding Access-Request message(s) has exceeded the value of bAAAGroupOutstandingAuthReqsLowThreshold.
                 bAAAGroupAuthCurrentOutstanding 1.3.6.1.4.1.39406.2.1.4.1.4.1.10 unsigned32 read-only
The current number of outstanding authentication requests.
         bAAAGroupAcctTable 1.3.6.1.4.1.39406.2.1.4.1.5 no-access
A list of AAA group Accounting information.
             bAAAGroupAcctEntry 1.3.6.1.4.1.39406.2.1.4.1.5.1 no-access
A logical row in the bAAAGroupAcctTable.
                 bAAAGroupAcctStatsInterval 1.3.6.1.4.1.39406.2.1.4.1.5.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                 bAAAGroupAcctIndex 1.3.6.1.4.1.39406.2.1.4.1.5.1.2 integer32 no-access
A number uniquely identifying each RADIUS Accounting server group.
                 bAAAGroupAcctName 1.3.6.1.4.1.39406.2.1.4.1.5.1.3 displaystring read-only
AAA group Accounting name.
                 bAAAGroupAcctIntervalDuration 1.3.6.1.4.1.39406.2.1.4.1.5.1.4 integer32 read-only
Duration of statistics accumulation interval in minutes.
                 bAAAGroupMaximumOutstandingAcctReqs 1.3.6.1.4.1.39406.2.1.4.1.5.1.5 unsigned32 read-only
Maximum number of outstanding Accounting-Request message(s) configured for this group.
                 bAAAGroupPeakOutstandingAcctReqsReached 1.3.6.1.4.1.39406.2.1.4.1.5.1.6 unsigned32 read-only
The count of the peak number of outstanding Accounting-Request message(s) reached during the measurement interval.
                 bAAAGroupAcctReqsDropped 1.3.6.1.4.1.39406.2.1.4.1.5.1.7 unsigned32 read-only
The count of the Accounting-Request message(s) at group level which could not be sent to any server and were dropped as overflow queue was exhausted.
                 bAAAGroupOutstandingAcctReqsHighThreshold 1.3.6.1.4.1.39406.2.1.4.1.5.1.8 unsigned32 read-only
The high threshold for outstanding Accounting-Request message(s) in this AAA group. If a bAAAGroupOutstandingAcctReqsLow event had been generated (or no bAAAGroupOutstandingAcctReqsHigh event was generated previously) for this AAA group, and the value for outstanding Accounting-Request has exceeded the value of bAAAGroupOutstandingAcctReqsHighThreshold, then a bAAAGroupOutstandingAcctReqsHigh event will be generated. No more bAAAGroupOutstandingAcctReqsHigh events will be generated for this AAA group during this execution of the AAA group client until the value for outstanding Accounting-Requests becomes equal to or less than the value of bAAAGroupOutstandingAcctReqsLowThreshold.
                 bAAAGroupOutstandingAcctReqsLowThreshold 1.3.6.1.4.1.39406.2.1.4.1.5.1.9 unsigned32 read-only
The low threshold for outstanding Accounting-Request message(s) in this AAA group. If the value for outstanding Accounting-Request message(s) in this group becomes equal to or less than this value and the current condition for bAAAGroupOutstandingAcctReqsHigh is raised, then a bAAAGroupOutstandingAcctReqsLow event will be generated. No more bAAAGroupOutstandingAcctReqsLow events will be generated for this AAA group during this execution of the AAA group client until the value for outstanding Accounting-Requests has exceeded the value of bAAAGroupOutstandingAcctReqsLowThreshold.
                 bAAAGroupAcctCurrentOutstanding 1.3.6.1.4.1.39406.2.1.4.1.5.1.10 unsigned32 read-only
The current number of outstanding accounting requests.
         bAAAGroupCoATable 1.3.6.1.4.1.39406.2.1.4.1.6 no-access
A list of AAA group CoA information.
             bAAAGroupCoAEntry 1.3.6.1.4.1.39406.2.1.4.1.6.1 no-access
A logical row in the bAAAGroupCoATable.
                 bAAAGroupCoAStatsInterval 1.3.6.1.4.1.39406.2.1.4.1.6.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n) the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount,
                 bAAAGroupCoAIndex 1.3.6.1.4.1.39406.2.1.4.1.6.1.2 integer32 no-access
A number uniquely identifying each COA Group.
                 bAAAGroupCoAName 1.3.6.1.4.1.39406.2.1.4.1.6.1.3 displaystring read-only
AAA group CoA name.
                 bAAAGroupCoAIntervalDuration 1.3.6.1.4.1.39406.2.1.4.1.6.1.4 integer32 read-only
Duration of statistics accumulation interval in minutes.
                 bAAAGroupCoANumOfClients 1.3.6.1.4.1.39406.2.1.4.1.6.1.5 unsigned32 read-only
Number of clients which have sent CoA.
                 bAAAGroupCoAReqsDropDueToInvalidClient 1.3.6.1.4.1.39406.2.1.4.1.6.1.6 unsigned32 read-only
Number Of CoA-Request message(s) dropped from an invalid client.
                 bAAAGroupDisconnectReqsDropDueToInvalidClient 1.3.6.1.4.1.39406.2.1.4.1.6.1.7 unsigned32 read-only
Number Of Disconnect-Request message(s) dropped from an invalid client.
                 bAAAGroupMaximumOutstandingCoAReqs 1.3.6.1.4.1.39406.2.1.4.1.6.1.8 unsigned32 read-only
Maximum number of outstanding CoA-Request or Disconnect-Request message(s) configured for this group. Any requests after this value will be dropped.
                 bAAAGroupPeakOutstandingCoAReqs 1.3.6.1.4.1.39406.2.1.4.1.6.1.9 unsigned32 read-only
Current number of outstanding CoA or Disconnect Request message(s) in this group.
                 bAAAGroupOutstandingCoAReqsHighThreshold 1.3.6.1.4.1.39406.2.1.4.1.6.1.10 unsigned32 read-only
The high threshold for outstanding CoA or Disconnect Request message(s) in this AAA group. If a bAAAGroupOutstandingCoAReqsLow event has been generated (or no bAAAGroupOutstandingCoAReqsHigh was generated previously) for this AAA group, and the value for outstanding CoA or Disconnect Request message(s) has exceeded the value of bAAAGroupOutstandingCoAReqsHighThreshold, then a bAAAGroupOutstandingCoAReqsHigh event will be generated. No more bAAAGroupOutstandingCoAReqsHigh events will be generated for this AAA group during this execution of the AAA group client until the value for outstanding CoA or Disconnect Request message(s) becomes equal to or less than the value of bAAAGroupOutstandingCoAReqsLowThreshold.
                 bAAAGroupOutstandingCoAReqsLowThreshold 1.3.6.1.4.1.39406.2.1.4.1.6.1.11 unsigned32 read-only
The low threshold for outstanding CoA or Disconnect Request message(s) in this AAA group. If the value for outstanding CoA or Disconnect Request message(s) in this group becomes equal to or less than this value and the current condition for bAAAGroupOutstandingCoAReqsHigh is raised, then a bAAAGroupOutstandingCoAReqsLow event will be generated. No more bAAAGroupOutstandingCoAReqsLow events will be generated for this AAA group during this execution of the AAA group client until the value for outstanding CoA or Disconnect Request message(s) has exceeded the value of bAAAGroupOutstandingCoAReqsLowThreshold.
                 bAAAGroupCoaCurrentOutstanding 1.3.6.1.4.1.39406.2.1.4.1.6.1.12 unsigned32 read-only
The current number of outstanding coa requests.
         bRadiusLatencyAuthTable 1.3.6.1.4.1.39406.2.1.4.1.7 no-access
Latency information list for authentication RADIUS server instance.
             bRadiusLatencyAuthEntry 1.3.6.1.4.1.39406.2.1.4.1.7.1 no-access
A logical row in the bRadiusLatencyAuthTable.
                 bRadiusAuthLatencyStatsInterval 1.3.6.1.4.1.39406.2.1.4.1.7.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics data, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                 bRadiusAuthInstanceIndex 1.3.6.1.4.1.39406.2.1.4.1.7.1.2 benuradiusinstance no-access
A number uniquely identifying each RADIUS Authentication instance
                 bRadiusAuthLatencyIntervalDuration 1.3.6.1.4.1.39406.2.1.4.1.7.1.3 integer32 read-only
Duration of statistics accumulation interval in minutes.
                 bRadiusAuthRequestTotalPackets 1.3.6.1.4.1.39406.2.1.4.1.7.1.4 unsigned32 read-only
The total number of Access-Request packets for this instance
                 bRadiusAuthRequestMaximumProcessingTime 1.3.6.1.4.1.39406.2.1.4.1.7.1.5 unsigned32 read-only
The Maximum Processing Time for an Access-Request packet
                 bRadiusAuthRequestMinimumProcessingTime 1.3.6.1.4.1.39406.2.1.4.1.7.1.6 unsigned32 read-only
The Minimum Processing Time for an Access-Request packet
                 bRadiusAuthRequestAverageProcessingTime 1.3.6.1.4.1.39406.2.1.4.1.7.1.7 unsigned32 read-only
The Average Processing Time for an Access-Request packet
                 bRadiusAuthRequestProcessingTimeGreaterthan1MS 1.3.6.1.4.1.39406.2.1.4.1.7.1.8 unsigned32 read-only
The number of Access-Request packets for which processing time is greater than 1ms.
                 bRadiusAuthResponseTotalPackets 1.3.6.1.4.1.39406.2.1.4.1.7.1.9 unsigned32 read-only
The total number of packets received in response to Access-Request packets.
                 bRadiusAuthResponseMaximumProcessingTime 1.3.6.1.4.1.39406.2.1.4.1.7.1.10 unsigned32 read-only
The maximum processing time of a packet received in response to an Access-Request.
                 bRadiusAuthResponseMinimumProcessingTime 1.3.6.1.4.1.39406.2.1.4.1.7.1.11 unsigned32 read-only
The minimum processing time of a packet received in response to an Access-Request.
                 bRadiusAuthResponseAverageProcessingTime 1.3.6.1.4.1.39406.2.1.4.1.7.1.12 unsigned32 read-only
The average processing time of a packet received in response to an Access-Request.
                 bRadiusAuthResponseProcessingTimeGreaterthan1MS 1.3.6.1.4.1.39406.2.1.4.1.7.1.13 unsigned32 read-only
The number of response packets for which processing time is greater than 1ms.
     bRadiusNotifObjects 1.3.6.1.4.1.39406.2.1.4.2
Notification objects related to RADIUS server are defined in this branch.
         bRadiusServerIPAddrType 1.3.6.1.4.1.39406.2.1.4.2.1 inetaddresstype no-access
IP Address type (IPv4 or IPv6) of the RADIUS server.
         bRadiusServerIPAddress 1.3.6.1.4.1.39406.2.1.4.2.2 inetaddress no-access
IP Address of the RADIUS server.
     bRadiusProxyMIBObjects 1.3.6.1.4.1.39406.2.1.4.3
RADIUS Proxyserver information is defined in this branch.
         bRadiusProxyServerAuthTable 1.3.6.1.4.1.39406.2.1.4.3.1 no-access
A list of authentication RADIUS Proxy server information.
             bRadiusProxyServerAuthEntry 1.3.6.1.4.1.39406.2.1.4.3.1.1 no-access
A logical row in the Radius Proxy server Auth Table.
                 bRadiusProxyAuthStatsInterval 1.3.6.1.4.1.39406.2.1.4.3.1.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics data, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                 bRadiusProxyAuthServerIndex 1.3.6.1.4.1.39406.2.1.4.3.1.1.2 integer32 no-access
A number uniquely identifying each RADIUS Authentication Proxy server with which this clients communicates.
                 bRadiusProxyAuthServerInetAddressType 1.3.6.1.4.1.39406.2.1.4.3.1.1.3 inetaddresstype read-only
The type of address format used for the bRadiusProxyAuthServerInetAddress object.
                 bRadiusProxyAuthServerInetAddress 1.3.6.1.4.1.39406.2.1.4.3.1.1.4 inetaddress read-only
The IP address of the RADIUS Authentication proxy server referred to in this table entry, using the version-neutral IP address format.
                 bRadiusProxyAuthIntervalDuration 1.3.6.1.4.1.39406.2.1.4.3.1.1.5 integer32 read-only
Duration of statistics accumulation interval in minutes.
                 bRadiusProxyAccessRequestRcvd 1.3.6.1.4.1.39406.2.1.4.3.1.1.6 unsigned32 read-only
The count of the total number of Access-Request message(s) received.
                 bRadiusProxyAccessUnknownTypeRcvd 1.3.6.1.4.1.39406.2.1.4.3.1.1.7 unsigned32 read-only
The count of the total number of Unknown message(s) received.
                 bRadiusProxyAccessUnknownClientRcvd 1.3.6.1.4.1.39406.2.1.4.3.1.1.8 unsigned32 read-only
The count of the total number of message(s) received by Radius Proxy server from unknown clients.
                 bRadiusProxyAccessRequestDropped 1.3.6.1.4.1.39406.2.1.4.3.1.1.9 unsigned32 read-only
The count of the number of Access-Request message(s) dropped by the radius proxy server .
                 bRadiusProxyAccessSentFail 1.3.6.1.4.1.39406.2.1.4.3.1.1.10 unsigned32 read-only
The count of the number of message(s)received by the radius proxy server from clients for which transmit failed.
                 bRadiusProxyAccessBadAuthenticatorRcvd 1.3.6.1.4.1.39406.2.1.4.3.1.1.11 unsigned32 read-only
The count of the number of packets received by the radius proxy server from clients with bad authenticator.
                 bRadiusProxyAccessAcceptRcvd 1.3.6.1.4.1.39406.2.1.4.3.1.1.12 unsigned32 read-only
The count of the total number of Access-Accept message(s) received.
                 bRadiusProxyAccessRejectRcvd 1.3.6.1.4.1.39406.2.1.4.3.1.1.13 unsigned32 read-only
The count of the total number of Access-Reject message(s) received.
                 bRadiusProxyAccessChallengeRcvd 1.3.6.1.4.1.39406.2.1.4.3.1.1.14 unsigned32 read-only
The count of the total number of Access-Challenge message(s) received.
                 bRadiusProxySubscriberBlocked 1.3.6.1.4.1.39406.2.1.4.3.1.1.15 unsigned32 read-only
The count of the total number of subscribers blocked by the proxy server.
                 bRadiusProxySubscriberDeleted 1.3.6.1.4.1.39406.2.1.4.3.1.1.16 unsigned32 read-only
The count of the total number of subscribers deleted by the proxy server.
         bRadiusProxyServerAcctTable 1.3.6.1.4.1.39406.2.1.4.3.2 no-access
A list of accounting RADIUS Proxy Accounting server information.
             bRadiusProxyServerAcctEntry 1.3.6.1.4.1.39406.2.1.4.3.2.1 no-access
A logical row in the bRadiusProxyServerAcctTable.
                 bRadiusProxyAcctStatsInterval 1.3.6.1.4.1.39406.2.1.4.3.2.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics data, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                 bRadiusProxyAcctServerIndex 1.3.6.1.4.1.39406.2.1.4.3.2.1.2 integer32 no-access
A number uniquely identifying each RADIUS Proxy Accounting server with which client communicates.
                 bRadiusProxyAcctServerInetAddressType 1.3.6.1.4.1.39406.2.1.4.3.2.1.3 inetaddresstype read-only
The type of address format used for the bRadiusProxyAcctServerInetAddress object.
                 bRadiusProxyAcctServerInetAddress 1.3.6.1.4.1.39406.2.1.4.3.2.1.4 inetaddress read-only
The IP address of the RADIUS Accounting proxy server referred to in this table entry, using the version-neutral IP address format.
                 bRadiusProxyAcctIntervalDuration 1.3.6.1.4.1.39406.2.1.4.3.2.1.5 integer32 read-only
Duration of statistics accumulation interval in minutes.
                 bRadiusProxyAcctRequestRcvd 1.3.6.1.4.1.39406.2.1.4.3.2.1.6 unsigned32 read-only
The count of the total number of Accounting-Request message(s) received.
                 bRadiusProxyAcctRequestSent 1.3.6.1.4.1.39406.2.1.4.3.2.1.7 unsigned32 read-only
The count of the total number of Accounting-Request message(s) sent.
                 bRadiusProxyAcctStartRequestRcvd 1.3.6.1.4.1.39406.2.1.4.3.2.1.8 unsigned32 read-only
The count of the total number of Accounting-Request Start message(s) received.
                 bRadiusProxyAcctStopRequestRcvd 1.3.6.1.4.1.39406.2.1.4.3.2.1.9 unsigned32 read-only
The count of the total number of Accounting-Request Stop message(s) received.
                 bRadiusProxyAcctInterimUpdateRcvd 1.3.6.1.4.1.39406.2.1.4.3.2.1.10 unsigned32 read-only
The count of the total number of Accounting-Request Interim-Update message(s) received.
                 bRadiusProxyAcctStartRequestSent 1.3.6.1.4.1.39406.2.1.4.3.2.1.11 unsigned32 read-only
The count of the total number of Accounting-Request Start message(s) sent.
                 bRadiusProxyAcctStopRequestSent 1.3.6.1.4.1.39406.2.1.4.3.2.1.12 unsigned32 read-only
The count of the total number of Accounting-Request Stop message(s) sent.
                 bRadiusProxyAcctInterimUpdateSent 1.3.6.1.4.1.39406.2.1.4.3.2.1.13 unsigned32 read-only
The count of the total number of Accounting-Request Interim-Update message(s) sent.
                 bRadiusProxyAcctResponseRcvd 1.3.6.1.4.1.39406.2.1.4.3.2.1.14 unsigned32 read-only
The count of the total number of Accounting-Response message(s) received.
                 bRadiusProxyAcctResponseSent 1.3.6.1.4.1.39406.2.1.4.3.2.1.15 unsigned32 read-only
The count of the total number of Accounting-Response message(s) sent.
         bRadiusProxyAuthTPSTable 1.3.6.1.4.1.39406.2.1.4.3.3 no-access
An informative list of RADIUS Proxy authentication transactions.
             bRadiusProxyAuthTPSEntry 1.3.6.1.4.1.39406.2.1.4.3.3.1 no-access
A logical row in the Radius Proxy Auth TPS Table.
                 bRadiusProxyAuthTPSInterval 1.3.6.1.4.1.39406.2.1.4.3.3.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics data, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                 bRadiusProxyAuthTPSIntervalDuration 1.3.6.1.4.1.39406.2.1.4.3.3.1.2 unsigned32 read-only
Configured interval duration of Radius transactions in seconds
                 bRadiusProxyAuthTPSLow 1.3.6.1.4.1.39406.2.1.4.3.3.1.3 unsigned32 read-only
The low value configured for the particular interval
                 bRadiusProxyAuthTPSHigh 1.3.6.1.4.1.39406.2.1.4.3.3.1.4 unsigned32 read-only
The high value configured for the particular interval
                 bRadiusProxyAuthTPS 1.3.6.1.4.1.39406.2.1.4.3.3.1.5 unsigned32 read-only
Total number of Radius Proxy transactions for the Radius tps interval
     bRadiusProxyNotifObjects 1.3.6.1.4.1.39406.2.1.4.4
Notifications related to RADIUS Proxy server are defined in this branch.