ERICSSON-ROUTER-TACACS-MIB

File: ERICSSON-ROUTER-TACACS-MIB.mib (9420 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB ERICSSON-ROUTER-SMI

Imported symbols

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

Defined Types

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

EriRouterTacacsReason  
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

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

eriRouterTacacsMIBNotifications 1.3.6.1.4.1.193.218.2.33.0
OBJECT IDENTIFIER    

eriRouterTacacsMIBObjects 1.3.6.1.4.1.193.218.2.33.1
OBJECT IDENTIFIER    

eriRouterTacacsMIBConformance 1.3.6.1.4.1.193.218.2.33.2
OBJECT IDENTIFIER    

eriRouterTacacsObjects 1.3.6.1.4.1.193.218.2.33.1.1
OBJECT IDENTIFIER    

eriRouterTacacsAcctObjects 1.3.6.1.4.1.193.218.2.33.1.2
OBJECT IDENTIFIER    

eriRouterTacacsNotifyObjects 1.3.6.1.4.1.193.218.2.33.1.3
OBJECT IDENTIFIER    

eriRouterTacacsContext 1.3.6.1.4.1.193.218.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)  

eriRouterTacacsServerIndex 1.3.6.1.4.1.193.218.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  

eriRouterTacacsServerAddressType 1.3.6.1.4.1.193.218.2.33.1.3.3
The type of address contained in eriRouterTacacsServerAddress.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

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

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

eriRouterTacacsServerState 1.3.6.1.4.1.193.218.2.33.1.3.6
The current state of the TACACS+ server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  EriRouterTacacsState  

eriRouterTacacsServerReason 1.3.6.1.4.1.193.218.2.33.1.3.7
The reason for the server's last state change.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  EriRouterTacacsReason  

eriRouterTacacsUserName 1.3.6.1.4.1.193.218.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)  

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

eriRouterTacacsStateChange 1.3.6.1.4.1.193.218.2.33.0.1
This notification signifies that a TACACS+ authorization server has transitioned to 'up' or 'down'. Note: if eriRouterTacacsState's value is 'down' and eriRouterTacacsReason's value is 'packetTimeout', then eriRouterTacacsUserName's value will be a username. For all other cases, eriRouterTacacsUserName's value will be a zero-length string. If eriRouterTacacsServerReason is 'serverError', then eriRouterTacacsServerMsg may contain a string from the server, otherwise the value is a zero-length string.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterTacacsCompliances 1.3.6.1.4.1.193.218.2.33.2.1
OBJECT IDENTIFIER    

eriRouterTacacsGroups 1.3.6.1.4.1.193.218.2.33.2.2
OBJECT IDENTIFIER    

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

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

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