RBN-TACACS-MIB

File: RBN-TACACS-MIB.mib (8701 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB RBN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
NOTIFICATION-TYPE TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP SnmpAdminString
InetAddress InetAddressType rbnMgmt

Defined Types

RbnTacacsState  
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 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)  

RbnTacacsReason  
When a TACACS+ server transitions to a new state, this identifies the reason for the transition.
TEXTUAL-CONVENTION    
  INTEGER responding(1), packetTimeout(2), serverTimeout(3), serverError(4)  

Defined Values

rbnTacacsMib 1.3.6.1.4.1.2352.2.33
This MIB defines a notification for the state of the TACACS+ server.
MODULE-IDENTITY    

rbnTacacsMIBNotifications 1.3.6.1.4.1.2352.2.33.0
OBJECT IDENTIFIER    

rbnTacacsMIBObjects 1.3.6.1.4.1.2352.2.33.1
OBJECT IDENTIFIER    

rbnTacacsMIBConformance 1.3.6.1.4.1.2352.2.33.2
OBJECT IDENTIFIER    

rbnTacacsObjects 1.3.6.1.4.1.2352.2.33.1.1
OBJECT IDENTIFIER    

rbnTacacsAcctObjects 1.3.6.1.4.1.2352.2.33.1.2
OBJECT IDENTIFIER    

rbnTacacsNotifyObjects 1.3.6.1.4.1.2352.2.33.1.3
OBJECT IDENTIFIER    

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

rbnTacacsServerIndex 1.3.6.1.4.1.2352.2.33.1.3.2
A unique index value assigned to each TACACS server
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rbnTacacsServerAddressType 1.3.6.1.4.1.2352.2.33.1.3.3
The type of address contained in rbnTacacsServerAddress.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

rbnTacacsServerAddress 1.3.6.1.4.1.2352.2.33.1.3.4
The TACACS+ server address.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

rbnTacacsServerPort 1.3.6.1.4.1.2352.2.33.1.3.5
The TCP port number.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..65535  

rbnTacacsServerState 1.3.6.1.4.1.2352.2.33.1.3.6
The current state of the TACACS+ server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  RbnTacacsState  

rbnTacacsServerReason 1.3.6.1.4.1.2352.2.33.1.3.7
The reason for the server's last state change.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  RbnTacacsReason  

rbnTacacsUserName 1.3.6.1.4.1.2352.2.33.1.3.8
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 '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)  

rbnTacacsServerMsg 1.3.6.1.4.1.2352.2.33.1.3.9
A text string optionally provided by the TACACS+ server when rbnTacacsServerReason is 'serverError'. In all other cases this is a zero-length string.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..256)  

rbnTacacsStateChange 1.3.6.1.4.1.2352.2.33.0.1
This notification signifies that a TACACS+ authorization server has transitioned to 'up' or 'down'. Note: if rbnTacacsState's value is 'down' and rbnTacacsReason's value is 'packetTimeout', then rbnTacacsUserName's value will be a username. For all other cases, rbnTacacsUserName's value will be a zero-length string. If rbnTacacsServerReason is 'serverError', then rbnTacacsServerMsg may contain a string from the server, otherwise the value is a zero-length string.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnTacacsCompliances 1.3.6.1.4.1.2352.2.33.2.1
OBJECT IDENTIFIER    

rbnTacacsGroups 1.3.6.1.4.1.2352.2.33.2.2
OBJECT IDENTIFIER    

rbnTacacsCompliance 1.3.6.1.4.1.2352.2.33.2.1.1
The compliance statement for SNMP entities which implement this TACACS+ MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

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

rbnTacacsNotifyGroup 1.3.6.1.4.1.2352.2.33.2.2.3
Notification for tracking the status of TACACS+ servers.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP