ERICSSON-ROUTER-RADIUS-MIB: View SNMP OID List / Download MIB
VENDOR: ERICSSON AB
Home | MIB: ERICSSON-ROUTER-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).
|
|||
Object Name | OID | Type | Access | Info |
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). |
||
eriRouterRadiusMIBNotifications | 1.3.6.1.4.1.193.218.2.32.0 | |||
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. |
||
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. |
||
eriRouterRadiusMIBObjects | 1.3.6.1.4.1.193.218.2.32.1 | |||
eriRouterRadiusAuthObjects | 1.3.6.1.4.1.193.218.2.32.1.1 | |||
eriRouterRadiusAuthPktTimeout | 1.3.6.1.4.1.193.218.2.32.1.1.1 | unsigned32 | read-write |
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. |
eriRouterRadiusAuthSrvTimeout | 1.3.6.1.4.1.193.218.2.32.1.1.2 | unsigned32 | read-write |
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. |
eriRouterRadiusAuthDeadtime | 1.3.6.1.4.1.193.218.2.32.1.1.3 | unsigned32 | read-write |
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. |
eriRouterRadiusAuthTries | 1.3.6.1.4.1.193.218.2.32.1.1.4 | unsigned32 | read-write |
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. |
eriRouterRadiusAuthSrvTable | 1.3.6.1.4.1.193.218.2.32.1.1.5 | no-access |
This table augments the radiusAuthServerTable. All entries that exist in that table will have a corresponding entry in this table. |
|
1.3.6.1.4.1.193.218.2.32.1.1.5.1 | no-access |
A proprietary extension to the radiusAuthServerEntry. |
||
eriRouterRadiusAuthSrvState | 1.3.6.1.4.1.193.218.2.32.1.1.5.1.1 | erirouterradiusserverstate | read-only |
The current state of the RADIUS server. |
eriRouterRadiusAuthSrvLastChange | 1.3.6.1.4.1.193.218.2.32.1.1.5.1.2 | timestamp | read-only |
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. |
eriRouterRadiusAuthSrvCounterResetTime | 1.3.6.1.4.1.193.218.2.32.1.1.5.1.3 | timestamp | read-only |
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. |
eriRouterRadiusAuthSrvSendErrors | 1.3.6.1.4.1.193.218.2.32.1.1.5.1.4 | counter32 | read-only |
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. |
eriRouterRadiusAuthStripDomain | 1.3.6.1.4.1.193.218.2.32.1.1.6 | truthvalue | read-write |
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. |
eriRouterRadiusAcctObjects | 1.3.6.1.4.1.193.218.2.32.1.2 | |||
eriRouterRadiusAcctPktTimeout | 1.3.6.1.4.1.193.218.2.32.1.2.1 | unsigned32 | read-write |
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. |
eriRouterRadiusAcctSrvTimeout | 1.3.6.1.4.1.193.218.2.32.1.2.2 | unsigned32 | read-write |
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. |
eriRouterRadiusAcctDeadtime | 1.3.6.1.4.1.193.218.2.32.1.2.3 | unsigned32 | read-write |
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. |
eriRouterRadiusAcctTries | 1.3.6.1.4.1.193.218.2.32.1.2.4 | unsigned32 | read-write |
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. |
eriRouterRadiusAcctSrvTable | 1.3.6.1.4.1.193.218.2.32.1.2.5 | no-access |
This table augments the radiusAccServerTable. All entries that exist in that table will have a corresponding entry in this table. |
|
1.3.6.1.4.1.193.218.2.32.1.2.5.1 | no-access |
A proprietary extension to the radiusAccServerEntry. |
||
eriRouterRadiusAcctSrvState | 1.3.6.1.4.1.193.218.2.32.1.2.5.1.1 | erirouterradiusserverstate | read-only |
The current state of the RADIUS server. |
eriRouterRadiusAcctSrvLastChange | 1.3.6.1.4.1.193.218.2.32.1.2.5.1.2 | timestamp | read-only |
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. |
eriRouterRadiusAcctSrvCounterResetTime | 1.3.6.1.4.1.193.218.2.32.1.2.5.1.3 | timestamp | read-only |
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. |
eriRouterRadiusAcctSrvSendErrors | 1.3.6.1.4.1.193.218.2.32.1.2.5.1.4 | counter32 | read-only |
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. |
eriRouterRadiusAcctStripDomain | 1.3.6.1.4.1.193.218.2.32.1.2.6 | truthvalue | read-write |
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. |
eriRouterRadiusNotifyObjects | 1.3.6.1.4.1.193.218.2.32.1.3 | |||
eriRouterRadiusClientPort | 1.3.6.1.4.1.193.218.2.32.1.3.1 | unsigned32 | no-access |
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. |
eriRouterRadiusContext | 1.3.6.1.4.1.193.218.2.32.1.3.2 | snmpadminstring | no-access |
The name of the context in which this server is configured. |
eriRouterRadiusReason | 1.3.6.1.4.1.193.218.2.32.1.3.3 | erirouterradiusserverreason | no-access |
The reason for the server's last state change. |
eriRouterRadiusUsername | 1.3.6.1.4.1.193.218.2.32.1.3.4 | snmpadminstring | no-access |
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. |
eriRouterRadiusMIBConformance | 1.3.6.1.4.1.193.218.2.32.2 | |||
eriRouterRadiusCompliances | 1.3.6.1.4.1.193.218.2.32.2.1 | |||
eriRouterRadiusCompliance | 1.3.6.1.4.1.193.218.2.32.2.1.1 |
The compliance statement for SNMP entities which implement this MIB. |
||
eriRouterRadiusCompliance2 | 1.3.6.1.4.1.193.218.2.32.2.1.2 |
The compliance statement for SNMP entities which implement this MIB. |
||
eriRouterRadiusGroups | 1.3.6.1.4.1.193.218.2.32.2.2 | |||
eriRouterRadiusAuthGroup | 1.3.6.1.4.1.193.218.2.32.2.2.1 |
The collection of objects used to manage RADIUS authentication servers. |
||
eriRouterRadiusAcctGroup | 1.3.6.1.4.1.193.218.2.32.2.2.2 |
The collection of objects used to manage RADIUS accounting servers. |
||
eriRouterRadiusNotifyGroup | 1.3.6.1.4.1.193.218.2.32.2.2.3 |
The collection of objects used only in notifications. |
||
eriRouterRadiusAuthNotifyGroup | 1.3.6.1.4.1.193.218.2.32.2.2.4 |
Notification for tracking the status of RADIUS authentication servers. |
||
eriRouterRadiusAcctNotifyGroup | 1.3.6.1.4.1.193.218.2.32.2.2.5 |
Notification for tracking the status of RADIUS accounting servers. |
||
eriRouterRadiusAuthGroup2 | 1.3.6.1.4.1.193.218.2.32.2.2.6 |
The collection of objects used to manage RADIUS authentication servers. |
||
eriRouterRadiusAcctGroup2 | 1.3.6.1.4.1.193.218.2.32.2.2.7 |
The collection of objects used to manage RADIUS accounting servers. |