RBN-RADIUS-MIB

        This Redback MIB supplements the standard Remote Access
Dialin User Service (RADIUS) MIBs, namely:
    RADIUS-AUTH-CLIENT-MIB (RFC 2618)
    RADIUS-ACC-CLIENT-MIB  (RFC 2620)
        
This module defines additional objects and notifications for
managing the RADIUS authentication and accounting servers
in use by the Redback system.
        
All mib objects defined in this module are viewed within the
context identified in the SNMP protocol (i.e. the community
string in v1/v2c or the contextName in v3).
    
rbnRadiusMib 1.3.6.1.4.1.2352.2.32
Imported Objects
RADIUS-ACC-CLIENT-MIB radiusAccClientServerPortNumber radiusAccServerAddress radiusAccServerEntry
RADIUS-AUTH-CLIENT-MIB radiusAuthClientServerPortNumber radiusAuthServerAddress radiusAuthServerEntry
RBN-SMI rbnMgmt
SNMP-FRAMEWORK-MIB SnmpAdminString
SNMPv2-CONF MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMI Counter32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TC TEXTUAL-CONVENTION TimeStamp TruthValue
Type Definitions (2)
RbnRadiusServerReason Enumeration
responding(1)
packetTimeout(2)
serverTimeout(3)
portDown(4)
RbnRadiusServerState Enumeration
unknown(1)
up(2)
down(3)
Objects (35)
rbnRadiusMib .1.3.6.1.4.1.2352.2.32
rbnRadiusMIBNotifications .1.3.6.1.4.1.2352.2.32.0
rbnRadiusMIBObjects .1.3.6.1.4.1.2352.2.32.1
rbnRadiusAuthObjects .1.3.6.1.4.1.2352.2.32.1.1
rbnRadiusAuthPktTimeout r/w secondsUnsigned32 .1.3.6.1.4.1.2352.2.32.1.1.1
rbnRadiusAuthSrvTimeout r/w secondsUnsigned32 .1.3.6.1.4.1.2352.2.32.1.1.2
rbnRadiusAuthDeadtime r/w minutesUnsigned32 .1.3.6.1.4.1.2352.2.32.1.1.3
rbnRadiusAuthTries r/w triesUnsigned32 .1.3.6.1.4.1.2352.2.32.1.1.4
rbnRadiusAuthSrvTable .1.3.6.1.4.1.2352.2.32.1.1.5
rbnRadiusAuthSrvEntry .1.3.6.1.4.1.2352.2.32.1.1.5.1
rbnRadiusAuthSrvState RbnRadiusServerState .1.3.6.1.4.1.2352.2.32.1.1.5.1.1
rbnRadiusAuthSrvLastChange SNMPv2-TCTimeStamp .1.3.6.1.4.1.2352.2.32.1.1.5.1.2
rbnRadiusAuthSrvCounterResetTime SNMPv2-TCTimeStamp .1.3.6.1.4.1.2352.2.32.1.1.5.1.3
rbnRadiusAuthSrvSendErrors packetsSNMPv2-SMICounter32 .1.3.6.1.4.1.2352.2.32.1.1.5.1.4
rbnRadiusAuthStripDomain r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2352.2.32.1.1.6
rbnRadiusAcctObjects .1.3.6.1.4.1.2352.2.32.1.2
rbnRadiusAcctPktTimeout r/w secondsUnsigned32 .1.3.6.1.4.1.2352.2.32.1.2.1
rbnRadiusAcctSrvTimeout r/w secondsUnsigned32 .1.3.6.1.4.1.2352.2.32.1.2.2
rbnRadiusAcctDeadtime r/w minutesUnsigned32 .1.3.6.1.4.1.2352.2.32.1.2.3
rbnRadiusAcctTries r/w retriesUnsigned32 .1.3.6.1.4.1.2352.2.32.1.2.4
rbnRadiusAcctSrvTable .1.3.6.1.4.1.2352.2.32.1.2.5
rbnRadiusAcctSrvEntry .1.3.6.1.4.1.2352.2.32.1.2.5.1
rbnRadiusAcctSrvState RbnRadiusServerState .1.3.6.1.4.1.2352.2.32.1.2.5.1.1
rbnRadiusAcctSrvLastChange SNMPv2-TCTimeStamp .1.3.6.1.4.1.2352.2.32.1.2.5.1.2
rbnRadiusAcctSrvCounterResetTime SNMPv2-TCTimeStamp .1.3.6.1.4.1.2352.2.32.1.2.5.1.3
rbnRadiusAcctSrvSendErrors packetsSNMPv2-SMICounter32 .1.3.6.1.4.1.2352.2.32.1.2.5.1.4
rbnRadiusAcctStripDomain r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2352.2.32.1.2.6
rbnRadiusNotifyObjects .1.3.6.1.4.1.2352.2.32.1.3
rbnRadiusClientPort Unsigned32 .1.3.6.1.4.1.2352.2.32.1.3.1
rbnRadiusContext OctetString .1.3.6.1.4.1.2352.2.32.1.3.2
rbnRadiusReason RbnRadiusServerReason .1.3.6.1.4.1.2352.2.32.1.3.3
rbnRadiusUsername OctetString .1.3.6.1.4.1.2352.2.32.1.3.4
rbnRadiusMIBConformance .1.3.6.1.4.1.2352.2.32.2
rbnRadiusCompliances .1.3.6.1.4.1.2352.2.32.2.1
rbnRadiusGroups .1.3.6.1.4.1.2352.2.32.2.2
Notifications / Traps (2)
NameOIDDescription
rbnRadiusAuthStateChange .1.3.6.1.4.1.2352.2.32.0.1
This notification signifies that a RADIUS authorization
server has transitioned to 'up' or 'down'.
          
Note: if rbnRadiusAuthSrvState's value is 'down' and
rbnRadiusReason's value is 'packetTimeout', then
rbnRadiusUsername's value will be a username. For all other
cases, rbnRadiusUsername's value will be a zero-length
string.
rbnRadiusAcctStateChange .1.3.6.1.4.1.2352.2.32.0.2
This notification signifies that a RADIUS accounting
server has transitioned to 'up' or 'down'.
          
Note: if rbnRadiusAcctSrvState's value is 'down' and
rbnRadiusReason's value is 'packetTimeout', then
rbnRadiusUsername's value will be a username. For all other
cases, rbnRadiusUsername's value will be a zero-length
string.