RBN-RADIUS-MIB: View SNMP OID List / Download MIB
VENDOR: ERICSSON
Home | MIB: RBN-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 |
rbnRadiusMib | 1.3.6.1.4.1.2352.2.32 |
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). |
||
rbnRadiusMIBNotifications | 1.3.6.1.4.1.2352.2.32.0 | |||
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. |
||
rbnRadiusMIBObjects | 1.3.6.1.4.1.2352.2.32.1 | |||
rbnRadiusAuthObjects | 1.3.6.1.4.1.2352.2.32.1.1 | |||
rbnRadiusAuthPktTimeout | 1.3.6.1.4.1.2352.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. |
rbnRadiusAuthSrvTimeout | 1.3.6.1.4.1.2352.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 rbnRadiusAuthPktTimeout window. |
rbnRadiusAuthDeadtime | 1.3.6.1.4.1.2352.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. |
rbnRadiusAuthTries | 1.3.6.1.4.1.2352.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. |
rbnRadiusAuthSrvTable | 1.3.6.1.4.1.2352.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.2352.2.32.1.1.5.1 | no-access |
A Redback proprietary extension to the radiusAuthServerEntry. |
||
rbnRadiusAuthSrvState | 1.3.6.1.4.1.2352.2.32.1.1.5.1.1 | rbnradiusserverstate | read-only |
The current state of the RADIUS server. |
rbnRadiusAuthSrvLastChange | 1.3.6.1.4.1.2352.2.32.1.1.5.1.2 | timestamp | read-only |
The value of sysUpTime when this server last changed state. If rbnRadiusAuthSrvState is 'unknown' this is effectively the value of sysUpTime when this server was initially configured. |
rbnRadiusAuthSrvCounterResetTime | 1.3.6.1.4.1.2352.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. |
rbnRadiusAuthSrvSendErrors | 1.3.6.1.4.1.2352.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 rbnRadiusAuthSrvCounterResetTime. |
rbnRadiusAuthStripDomain | 1.3.6.1.4.1.2352.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. |
rbnRadiusAcctObjects | 1.3.6.1.4.1.2352.2.32.1.2 | |||
rbnRadiusAcctPktTimeout | 1.3.6.1.4.1.2352.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 rbnRadiusAuthPktTimeout value will be used for all requests going to that server. |
rbnRadiusAcctSrvTimeout | 1.3.6.1.4.1.2352.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 rbnRadiusAcctPktTimeout 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 rbnRadiusAuthSrvTimeout value will be used for that server. |
rbnRadiusAcctDeadtime | 1.3.6.1.4.1.2352.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 rbnRadiusAuthDeadtime value will be used for that server. |
rbnRadiusAcctTries | 1.3.6.1.4.1.2352.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 rbnRadiusAuthTries value will be used for that server. |
rbnRadiusAcctSrvTable | 1.3.6.1.4.1.2352.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.2352.2.32.1.2.5.1 | no-access |
A Redback proprietary extension to the radiusAccServerEntry. |
||
rbnRadiusAcctSrvState | 1.3.6.1.4.1.2352.2.32.1.2.5.1.1 | rbnradiusserverstate | read-only |
The current state of the RADIUS server. |
rbnRadiusAcctSrvLastChange | 1.3.6.1.4.1.2352.2.32.1.2.5.1.2 | timestamp | read-only |
The value of sysUpTime when this server last changed state. If rbnRadiusAcctSrvState is 'unknown' this is effectively the value of sysUpTime when this server was initially configured. |
rbnRadiusAcctSrvCounterResetTime | 1.3.6.1.4.1.2352.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. |
rbnRadiusAcctSrvSendErrors | 1.3.6.1.4.1.2352.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 rbnRadiusAcctSrvCounterResetTime. |
rbnRadiusAcctStripDomain | 1.3.6.1.4.1.2352.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. |
rbnRadiusNotifyObjects | 1.3.6.1.4.1.2352.2.32.1.3 | |||
rbnRadiusClientPort | 1.3.6.1.4.1.2352.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. |
rbnRadiusContext | 1.3.6.1.4.1.2352.2.32.1.3.2 | snmpadminstring | no-access |
The name of the context in which this server is configured. |
rbnRadiusReason | 1.3.6.1.4.1.2352.2.32.1.3.3 | rbnradiusserverreason | no-access |
The reason for the server's last state change. |
rbnRadiusUsername | 1.3.6.1.4.1.2352.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. |
rbnRadiusMIBConformance | 1.3.6.1.4.1.2352.2.32.2 | |||
rbnRadiusCompliances | 1.3.6.1.4.1.2352.2.32.2.1 | |||
rbnRadiusCompliance | 1.3.6.1.4.1.2352.2.32.2.1.1 |
The compliance statement for SNMP entities which implement the Redback RADIUS MIB. |
||
rbnRadiusCompliance2 | 1.3.6.1.4.1.2352.2.32.2.1.2 |
The compliance statement for SNMP entities which implement the Redback RADIUS MIB. |
||
rbnRadiusGroups | 1.3.6.1.4.1.2352.2.32.2.2 | |||
rbnRadiusAuthGroup | 1.3.6.1.4.1.2352.2.32.2.2.1 |
The collection of objects used to manage RADIUS authentication servers. |
||
rbnRadiusAcctGroup | 1.3.6.1.4.1.2352.2.32.2.2.2 |
The collection of objects used to manage RADIUS accounting servers. |
||
rbnRadiusNotifyGroup | 1.3.6.1.4.1.2352.2.32.2.2.3 |
The collection of objects used only in notifications. |
||
rbnRadiusAuthNotifyGroup | 1.3.6.1.4.1.2352.2.32.2.2.4 |
Notification for tracking the status of RADIUS authentication servers. |
||
rbnRadiusAcctNotifyGroup | 1.3.6.1.4.1.2352.2.32.2.2.5 |
Notification for tracking the status of RADIUS accounting servers. |
||
rbnRadiusAuthGroup2 | 1.3.6.1.4.1.2352.2.32.2.2.6 |
The collection of objects used to manage RADIUS authentication servers. |
||
rbnRadiusAcctGroup2 | 1.3.6.1.4.1.2352.2.32.2.2.7 |
The collection of objects used to manage RADIUS accounting servers. |