ERICSSON-ROUTER-RADIUS-MIB

File: ERICSSON-ROUTER-RADIUS-MIB.mib (25960 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB RADIUS-AUTH-CLIENT-MIB RADIUS-ACC-CLIENT-MIB
ERICSSON-ROUTER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 NOTIFICATION-TYPE TEXTUAL-CONVENTION
TimeStamp TruthValue MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP SnmpAdminString
radiusAuthServerEntry radiusAuthServerAddress radiusAuthClientServerPortNumber
radiusAccServerEntry radiusAccServerAddress radiusAccClientServerPortNumber
eriRouterMgmt

Defined Types

EriRouterRadiusServerState  
The current state of a RADIUS server. When a server is initially configured its state is 'unknown'. When requests are sent to this server it will transition to either 'up' or 'down', depending on whether the server replies to the requests. It will then transition between 'up' and 'down' accordingly. It will never transition back to 'unknown'.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), up(2), down(3)  

EriRouterRadiusServerReason  
When a RADIUS transitions to a new state, this identifies the reason for the transition. Note that there are two types of timeouts: packet-level and server-level. The packet-level timeout is managed via eriRouterRadiusAuthPktTimeout and eriRouterRadiusAcctPktTimeout. The server-level timeout is managed via eriRouterRadiusAuthSrvTimeout and eriRouterRadiusAcctSrvTimeout. All requests will timeout if no response is received within the packet-level timeout window. If there is no configured server-level timeout the server will be transitioned to 'down' immediately. Otherwise the server will transition to 'down' only if no replies have been received from the server within the server-level timeout window.
TEXTUAL-CONVENTION    
  INTEGER responding(1), packetTimeout(2), serverTimeout(3), portDown(4)  

EriRouterRadiusAuthSrvEntry  
SEQUENCE    
  eriRouterRadiusAuthSrvState EriRouterRadiusServerState
  eriRouterRadiusAuthSrvLastChange TimeStamp
  eriRouterRadiusAuthSrvCounterResetTime TimeStamp
  eriRouterRadiusAuthSrvSendErrors Counter32

EriRouterRadiusAcctSrvEntry  
SEQUENCE    
  eriRouterRadiusAcctSrvState EriRouterRadiusServerState
  eriRouterRadiusAcctSrvLastChange TimeStamp
  eriRouterRadiusAcctSrvCounterResetTime TimeStamp
  eriRouterRadiusAcctSrvSendErrors Counter32

Defined Values

eriRouterRadiusMib 1.3.6.1.4.1.193.218.2.32
This enterprise 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 enterprise 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).
MODULE-IDENTITY    

eriRouterRadiusMIBNotifications 1.3.6.1.4.1.193.218.2.32.0
OBJECT IDENTIFIER    

eriRouterRadiusMIBObjects 1.3.6.1.4.1.193.218.2.32.1
OBJECT IDENTIFIER    

eriRouterRadiusMIBConformance 1.3.6.1.4.1.193.218.2.32.2
OBJECT IDENTIFIER    

eriRouterRadiusAuthObjects 1.3.6.1.4.1.193.218.2.32.1.1
OBJECT IDENTIFIER    

eriRouterRadiusAcctObjects 1.3.6.1.4.1.193.218.2.32.1.2
OBJECT IDENTIFIER    

eriRouterRadiusNotifyObjects 1.3.6.1.4.1.193.218.2.32.1.3
OBJECT IDENTIFIER    

eriRouterRadiusAuthPktTimeout 1.3.6.1.4.1.193.218.2.32.1.1.1
The maximum amount of time to wait for a response from a RADIUS authorization server before assuming the packet was lost. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2147483647  

eriRouterRadiusAuthSrvTimeout 1.3.6.1.4.1.193.218.2.32.1.1.2
The maximum amount of time to wait for any response from a RADIUS authorization server before assuming the server is unreachable. A value of '0' indicates that there is no timeout value. In this case a server is considered to be unreachable when no response is received within the eriRouterRadiusAuthPktTimeout window. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..2147483647  

eriRouterRadiusAuthDeadtime 1.3.6.1.4.1.193.218.2.32.1.1.3
After a RADIUS authorization server has been transitioned to 'down' it will be assumed to be unreachable for this interval. After that point the system may start sending requests to the server again. A value of '0' indicates the system may start sending requests to the server immediately. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

eriRouterRadiusAuthTries 1.3.6.1.4.1.193.218.2.32.1.1.4
The number of times the system will attempt to transmit an authorization request to a RADIUS server. If multiple RADIUS authorization servers have been configured retransmissions will cycle through the other servers before being retransmitted to the server that originally failed to respond. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2147483647  

eriRouterRadiusAuthStripDomain 1.3.6.1.4.1.193.218.2.32.1.1.6
If this object is false, the entire username, including the domain name is sent to the RADIUS server. If true, the domain portion of a structured username is stripped before relaying a request to a RADIUS server. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

eriRouterRadiusAuthSrvTable 1.3.6.1.4.1.193.218.2.32.1.1.5
This table augments the radiusAuthServerTable. All entries that exist in that table will have a corresponding entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EriRouterRadiusAuthSrvEntry

eriRouterRadiusAuthSrvEntry 1.3.6.1.4.1.193.218.2.32.1.1.5.1
A proprietary extension to the radiusAuthServerEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterRadiusAuthSrvEntry  

eriRouterRadiusAuthSrvState 1.3.6.1.4.1.193.218.2.32.1.1.5.1.1
The current state of the RADIUS server.
Status: current Access: read-only
OBJECT-TYPE    
  EriRouterRadiusServerState  

eriRouterRadiusAuthSrvLastChange 1.3.6.1.4.1.193.218.2.32.1.1.5.1.2
The value of sysUpTime when this server last changed state. If eriRouterRadiusAuthSrvState is 'unknown' this is effectively the value of sysUpTime when this server was initially configured.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

eriRouterRadiusAuthSrvCounterResetTime 1.3.6.1.4.1.193.218.2.32.1.1.5.1.3
The value of sysUpTime on the most recent occasion when any of the counters for this RADIUS server experienced a discontinuity. Note: this includes counters in this table as well as those in radiusAuthServerTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

eriRouterRadiusAuthSrvSendErrors 1.3.6.1.4.1.193.218.2.32.1.1.5.1.4
The number of packets destined to this RADIUS server which could not be transmitted due to an error. Discontinuities in the value of this counter are indicated by the value of eriRouterRadiusAuthSrvCounterResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eriRouterRadiusAcctPktTimeout 1.3.6.1.4.1.193.218.2.32.1.2.1
The maximum amount of time to wait for a response from a RADIUS accounting server before assuming the packet was lost. Note: if the system is using a RADIUS server for both authorization and accounting, this object's value will be ignored for that server. Instead the eriRouterRadiusAuthPktTimeout value will be used for all requests going to that server. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2147483647  

eriRouterRadiusAcctSrvTimeout 1.3.6.1.4.1.193.218.2.32.1.2.2
The maximum amount of time to wait for any response from a RADIUS accounting server before assuming the server is unreachable. A value of '0' indicates that there is no timeout value. In this case a server is considered to be unreachable when no response is received within the eriRouterRadiusAcctPktTimeout window. Note: if the system is using a RADIUS server for both authorization and accounting, this object's value will be ignored for that server. Instead the eriRouterRadiusAuthSrvTimeout value will be used for that server. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..2147483647  

eriRouterRadiusAcctDeadtime 1.3.6.1.4.1.193.218.2.32.1.2.3
After a RADIUS accounting server has been transitioned to 'down' it will be assumed to be unreachable for this interval. After that point the system may start sending accounting records to the server again. A value of '0' indicates the system may start sending records to the server immediately. Note: if the system is using a RADIUS server for both authorization and accounting, this object's value will be ignored for that server. Instead the eriRouterRadiusAuthDeadtime value will be used for that server. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

eriRouterRadiusAcctTries 1.3.6.1.4.1.193.218.2.32.1.2.4
The number of times the system will attempt to transmit an accounting record to a RADIUS server. If multiple RADIUS accounting servers have been configured retransmissions will cycle through the other servers before being retransmitted to the server that originally failed to respond. Note: if the system is using a RADIUS server for both authorization and accounting, this object's value will be ignored for that server. Instead the eriRouterRadiusAuthTries value will be used for that server. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2147483647  

eriRouterRadiusAcctStripDomain 1.3.6.1.4.1.193.218.2.32.1.2.6
If this object is false, the entire username, including the domain name is sent to the RADIUS server. If true, the domain portion of a structured username is stripped before relaying a request to a RADIUS server. The SNMP set command is not supported for this MIB attribute.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

eriRouterRadiusAcctSrvTable 1.3.6.1.4.1.193.218.2.32.1.2.5
This table augments the radiusAccServerTable. All entries that exist in that table will have a corresponding entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EriRouterRadiusAcctSrvEntry

eriRouterRadiusAcctSrvEntry 1.3.6.1.4.1.193.218.2.32.1.2.5.1
A proprietary extension to the radiusAccServerEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterRadiusAcctSrvEntry  

eriRouterRadiusAcctSrvState 1.3.6.1.4.1.193.218.2.32.1.2.5.1.1
The current state of the RADIUS server.
Status: current Access: read-only
OBJECT-TYPE    
  EriRouterRadiusServerState  

eriRouterRadiusAcctSrvLastChange 1.3.6.1.4.1.193.218.2.32.1.2.5.1.2
The value of sysUpTime when this server last changed state. If eriRouterRadiusAcctSrvState is 'unknown' this is effectively the value of sysUpTime when this server was initially configured.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

eriRouterRadiusAcctSrvCounterResetTime 1.3.6.1.4.1.193.218.2.32.1.2.5.1.3
The value of sysUpTime on the most recent occasion when any of the counters for this RADIUS server experienced a discontinuity. Note: this includes counters in this table as well as those in radiusAccServerTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

eriRouterRadiusAcctSrvSendErrors 1.3.6.1.4.1.193.218.2.32.1.2.5.1.4
The number of packets destined to this RADIUS server which could not be transmitted due to an error. Discontinuities in the value of this counter are indicated by the value of eriRouterRadiusAcctSrvCounterResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eriRouterRadiusClientPort 1.3.6.1.4.1.193.218.2.32.1.3.1
A system may be configured to use a range of source TCP/IP ports when sending requests to a RADIUS server. When a server transitions to 'up' or 'down' and a state-change notification is generated, an instance of this object is included to indicate which source port was being used when the server changed state.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 1024..65535  

eriRouterRadiusContext 1.3.6.1.4.1.193.218.2.32.1.3.2
The name of the context in which this server is configured.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(1..63)  

eriRouterRadiusReason 1.3.6.1.4.1.193.218.2.32.1.3.3
The reason for the server's last state change.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  EriRouterRadiusServerReason  

eriRouterRadiusUsername 1.3.6.1.4.1.193.218.2.32.1.3.4
The name of the user the system was trying to authenticate or send accouting information for when the RADIUS server transitioned to 'down'. Note: the 'username' is only valid when transitioning due to a packet-level timeout. When transitioning due to any other reason the value for this object will be a zero-length string.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

eriRouterRadiusAuthStateChange 1.3.6.1.4.1.193.218.2.32.0.1
This notification signifies that a RADIUS authorization server has transitioned to 'up' or 'down'. Note: if eriRouterRadiusAuthSrvState's value is 'down' and eriRouterRadiusReason's value is 'packetTimeout', then eriRouterRadiusUsername's value will be a username. For all other cases, eriRouterRadiusUsername's value will be a zero-length string.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterRadiusAcctStateChange 1.3.6.1.4.1.193.218.2.32.0.2
This notification signifies that a RADIUS accounting server has transitioned to 'up' or 'down'. Note: if eriRouterRadiusAcctSrvState's value is 'down' and eriRouterRadiusReason's value is 'packetTimeout', then eriRouterRadiusUsername's value will be a username. For all other cases, eriRouterRadiusUsername's value will be a zero-length string.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterRadiusCompliances 1.3.6.1.4.1.193.218.2.32.2.1
OBJECT IDENTIFIER    

eriRouterRadiusGroups 1.3.6.1.4.1.193.218.2.32.2.2
OBJECT IDENTIFIER    

eriRouterRadiusCompliance2 1.3.6.1.4.1.193.218.2.32.2.1.2
The compliance statement for SNMP entities which implement this MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

eriRouterRadiusAuthGroup2 1.3.6.1.4.1.193.218.2.32.2.2.6
The collection of objects used to manage RADIUS authentication servers.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

eriRouterRadiusAcctGroup2 1.3.6.1.4.1.193.218.2.32.2.2.7
The collection of objects used to manage RADIUS accounting servers.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

eriRouterRadiusNotifyGroup 1.3.6.1.4.1.193.218.2.32.2.2.3
The collection of objects used only in notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

eriRouterRadiusAuthNotifyGroup 1.3.6.1.4.1.193.218.2.32.2.2.4
Notification for tracking the status of RADIUS authentication servers.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

eriRouterRadiusAcctNotifyGroup 1.3.6.1.4.1.193.218.2.32.2.2.5
Notification for tracking the status of RADIUS accounting servers.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

eriRouterRadiusCompliance 1.3.6.1.4.1.193.218.2.32.2.1.1
The compliance statement for SNMP entities which implement this MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

eriRouterRadiusAuthGroup 1.3.6.1.4.1.193.218.2.32.2.2.1
The collection of objects used to manage RADIUS authentication servers.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

eriRouterRadiusAcctGroup 1.3.6.1.4.1.193.218.2.32.2.2.2
The collection of objects used to manage RADIUS accounting servers.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP