RBN-TACACS-MIB
24 objects
This Redback MIB defines a notification for the state of the TACACS+ server.
Imported Objects
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| RBN-SMI | rbnMgmt |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2352.2.33 | IdentityrbnTacacsMib | This Redback MIB defines a notification for the state of the TACACS+ server. | ||
| 1.3.6.1.4.1.2352.2.33.0 | NoderbnTacacsMIBNotifications | |||
| 1.3.6.1.4.1.2352.2.33.0.1 | NotificationrbnTacacsStateChange | current | This notification signifies that a TACACS+ authorization server has transitioned to 'up' or 'down'. Note: if rbnTacacsState's value is 'down' and rbnTacacsReas… | |
| 1.3.6.1.4.1.2352.2.33.1 | NoderbnTacacsMIBObjects | |||
| 1.3.6.1.4.1.2352.2.33.1.1 | NoderbnTacacsObjects | |||
| 1.3.6.1.4.1.2352.2.33.1.2 | NoderbnTacacsAcctObjects | |||
| 1.3.6.1.4.1.2352.2.33.1.3 | NoderbnTacacsNotifyObjects | |||
| 1.3.6.1.4.1.2352.2.33.1.3.1 | ScalarrbnTacacsContext | accessible-for-notify | current | The name of the context in which this server is configured. |
| 1.3.6.1.4.1.2352.2.33.1.3.2 | ScalarrbnTacacsServerIndex | accessible-for-notify | current | A unique index value assigned to each TACACS server |
| 1.3.6.1.4.1.2352.2.33.1.3.3 | ScalarrbnTacacsServerAddressType | accessible-for-notify | current | The type of address contained in rbnTacacsServerAddress. |
| 1.3.6.1.4.1.2352.2.33.1.3.4 | ScalarrbnTacacsServerAddress | accessible-for-notify | current | The TACACS+ server address. |
| 1.3.6.1.4.1.2352.2.33.1.3.5 | ScalarrbnTacacsServerPort | accessible-for-notify | current | The TCP port number. |
| 1.3.6.1.4.1.2352.2.33.1.3.6 | ScalarrbnTacacsServerState | accessible-for-notify | current | The current state of the TACACS+ server. |
| 1.3.6.1.4.1.2352.2.33.1.3.7 | ScalarrbnTacacsServerReason | accessible-for-notify | current | The reason for the server's last state change. |
| 1.3.6.1.4.1.2352.2.33.1.3.8 | ScalarrbnTacacsUserName | accessible-for-notify | current | The name of the user the system was trying to authenticate or send accouting information for when the TACACS+ server transitioned to 'down'. Note: the 'usernam… |
| 1.3.6.1.4.1.2352.2.33.1.3.9 | ScalarrbnTacacsServerMsg | accessible-for-notify | current | A text string optionally provided by the TACACS+ server when rbnTacacsServerReason is 'serverError'. In all other cases this is a zero-length string. |
| 1.3.6.1.4.1.2352.2.33.2 | NoderbnTacacsMIBConformance | |||
| 1.3.6.1.4.1.2352.2.33.2.1 | NoderbnTacacsCompliances | |||
| 1.3.6.1.4.1.2352.2.33.2.1.1 | CompliancerbnTacacsCompliance | current | The compliance statement for SNMP entities which implement the Redback TACACS+ MIB. | |
| 1.3.6.1.4.1.2352.2.33.2.2 | NoderbnTacacsGroups | |||
| 1.3.6.1.4.1.2352.2.33.2.2.2 | GrouprbnTacacsNotifyObjectsGroup | current | The collection of objects used only in notifications. | |
| 1.3.6.1.4.1.2352.2.33.2.2.3 | GrouprbnTacacsNotifyGroup | current | Notification for tracking the status of TACACS+ servers. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| RbnTacacsReason | INTEGER { responding(1), packetTimeout(2), serverTimeout(3), serverError(4) } | current | When a TACACS+ server transitions to a new state, this identifies the reason for the transition. |
| RbnTacacsState | INTEGER { unknown(1), up(2), down(3) } | current | The current state of a TACACS+ 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 rep… |