AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » Cisco » CISCO-AAA-SERVER-EXT-MIB » Objects

CISCO-AAA-SERVER-EXT-MIB.mib object view, vendor Cisco

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file CISCO-AAA-SERVER-EXT-MIB and use it to monitor vendor specific OID's.

CISCO-AAA-SERVER-EXT-MIB file content

Object view of CISCO-AAA-SERVER-EXT-MIB:

Scalar Object
cAAASvrExtLocalAccLogMaxSize .1.3.6.1.4.1.9.9.367.1.1.1
The maximum size of the accounting log file in bytes. The log file is stored on local persistent storage at the device. If the size is set to a smaller value than the existing one, then smaller log will be available for view by the user.
cAAASvrExtSvrGrpSvrListMaxEnt .1.3.6.1.4.1.9.9.367.1.1.2
The maximum number of AAA Server entries that the agent supports within a Server Group. This puts the restriction of number of AAA Servers in the 'cAAAServerList' of 'cAAASvrExtSvrGrpConfigTable'.
cAAASvrExtAppToSvrGrpMaxEnt .1.3.6.1.4.1.9.9.367.1.1.3
The maximum number of Server Groups entries that the agent supports for application type on per AAA operation basis excluding the 'Local' and 'Trivial' modes. This puts the restriction of number of Server Groups in the 'cAAASvrGrpList' of 'cAAASvrExtSerSvrGrpConfigTable'.
cAAASvrExtConfigEntry .1.3.6.1.4.1.9.9.367.1.2.1.1
An entry (conceptual row) in cAAASvrExtConfigTable.
cAAASvrExtProtocolParamEntry .1.3.6.1.4.1.9.9.367.1.3.1.1
An entry (conceptual row) in 'cAAASvrExtProtocolParamTable'. Each row of the table indicates the protocol parameters setting for a particular AAA protocol. New entries can not be created. The existing rows can only be modified.
cAAASvrExtSvrGrpConfigEntry .1.3.6.1.4.1.9.9.367.1.4.1.1
An entry (conceptual row) in the cAAASvrExtSvrGrpConfigTable.
cAAASvrExtAppSvrGrpConfigEntry .1.3.6.1.4.1.9.9.367.1.5.1.1
An entry (conceptual row) in the cAAASvrExtSerSvrGrpConfigTable. New entries can not be created. The existing rows only can be modified.
Tabular Object
cAAAServerAddrType .1.3.6.1.4.1.9.9.367.1.2.1.1.1
The type of address of the AAA Server as specified by object 'cAAAServerAddr'. If the user sets 'casAddress' column of the 'casConfigTable', then 'cAAAServerAddrType' is appropriately filled by the agent. If the user specifies a value other than 'ipv4', then the 'casAddress' is set to zero-length string.
cAAAServerAddr .1.3.6.1.4.1.9.9.367.1.2.1.1.2
The address of the AAA Server. If the users sets 'casAddress' column of the 'casConfigTable', then 'cAAAServerAddr' is appropriately filled by the agent.
cAAAServerKeyEncrType .1.3.6.1.4.1.9.9.367.1.2.1.1.3
The encryption type of the corresponding instance of the server key 'casKey' in the augmented row of the 'casConfigTable'.
cAAAServerDeadTime .1.3.6.1.4.1.9.9.367.1.2.1.1.4
This indicates the length of time in minutes that the system will mark the server dead when a AAA server does not respond to an authentication request. During the interval of the dead time, any authentication request that comes up would not be sent to that AAA server that was marked as dead. This value overrides value set in the 'cAAAServerProtoDeadTime' of the 'cAAASvrExtProtocolParamTable' for this server. If this value is zero, then the value set in the 'cAAAServerProtoDeadTime' is used.
cAAAServerTimeOut .1.3.6.1.4.1.9.9.367.1.2.1.1.5
The time in seconds between retransmissions to the AAA server.This value overrides value set in the 'cAAAServerProtoTimeOut' of the 'cAAASvrExtProtocolParamTable' for this server. If this value is zero, then the value set in the 'cAAAServerProtoTimeOut' is used.
cAAAServerRetransmits .1.3.6.1.4.1.9.9.367.1.2.1.1.6
The additional number of times the AAA server should be tried by the AAA client before giving up on the server. This value overrides value set in the 'cAAAServerProtoTimeOut' of the 'cAAASvrExtProtocolParamTable' for this server. If this value is zero, then the value set in the 'cAAAServerProtoRetransmits' is used.
cAAAServerProtocol .1.3.6.1.4.1.9.9.367.1.3.1.1.1
The AAA Protocol for which these settings are being applied.
cAAAServerProtoAuthKey .1.3.6.1.4.1.9.9.367.1.3.1.1.2
The key used in encrypting the packets passed between the AAA server and the client.This key must match the one configured on the server. This Object is similar to the 'caskey'. If the 'caskey' of the 'casConfigTable' is administratively set to zero length string, then this key used. Retrieving the value of this object via SNMP will always return an empty string for security reasons.
cAAAServerProtoKeyEncrType .1.3.6.1.4.1.9.9.367.1.3.1.1.3
The encryption type of the server key 'cAAAServerProtoAuthKey'.
cAAAServerProtoDeadTime .1.3.6.1.4.1.9.9.367.1.3.1.1.4
The DeadTime setting for AAA Servers. If 'cAAAServerDeadTime' of 'cAAASvrExtConfigTable' is zero, this value is used. This indicates the length of time in minutes that the system will mark the server dead when a AAA server does not respond to an authentication request. During the interval of the dead time, any authentication request that comes up would not be sent to that AAA server that was marked as dead. The default value of 0 means that the AAA servers will not be marked dead if they do not respond.
cAAAServerProtoTimeOut .1.3.6.1.4.1.9.9.367.1.3.1.1.5
The time in seconds between retransmissions to the AAA server. If 'cAAAServerTimeOut' of 'cAAASvrExtConfigTable' is zero , this value is used.
cAAAServerProtoRetransmits .1.3.6.1.4.1.9.9.367.1.3.1.1.6
The additional number of times the AAA server should be tried by the AAA client before giving up on the server. If 'cAAAServerRetransmits' of 'cAAASvrExtConfigTable' is zero, this value is used.
cAAAServerProtoSvrTableMaxEnt .1.3.6.1.4.1.9.9.367.1.3.1.1.7
Each instance of this object specifies the maximum number of AAA server entries in the 'casConfigTable', for a particular protocol.
cAAASvrGrpIndex .1.3.6.1.4.1.9.9.367.1.4.1.1.1
The index for each of the Server Group entries.
cAAASvrGrpName .1.3.6.1.4.1.9.9.367.1.4.1.1.2
The name of the Server Group. The 'cAAASvrGrpName' has to be specified by the user during the creation of this row entry. The cAAASvrGrpName can not be modified when cAAASvrGrpConfigRowStatus is 'active'.
cAAASvrGrpProtocol .1.3.6.1.4.1.9.9.367.1.4.1.1.3
The AAA Protocol to which this Server Group belongs to. The cAAASvrGrpProtocol can not be modified when cAAASvrGrpConfigRowStatus is 'active'.
cAAAServerList .1.3.6.1.4.1.9.9.367.1.4.1.1.4
This represents ordered list of AAA Servers which form this Server Group. This object contains list of the AAA Servers as defined in the 'casConfigTable'. The value of this object is a concatenation of one or more 4-octet strings, where each 4-octet string represents a 32-bit 'casIndex' value of 'casConfigTable' in network byte order. This Index along with the 'cAAASvrGrpProtocol' that is set in the same row form the composite index in the 'casConfigTable'. The order in which servers occur within the value of this object determines the Server priority in that group. The first one will be 'Primary' and the rest are 'secondary' ( others). At least one index has to be provided when creating this row. A Server Group can not exist without any members. The maximum AAA Servers that can be specified is limited by 'cAAASvrExtSvrGrpSvrListMaxEnt' value.
cAAASvrGrpConfigRowStatus .1.3.6.1.4.1.9.9.367.1.4.1.1.5
The status of this conceptual row.This object can not be set to 'active' unless the corresponding value of 'cAAASvrGrpName' is unique. Once value of this object is set to 'active', the associated entry can not be modified except destroyed by setting this object to destroy(6).
cAAAApplicationType .1.3.6.1.4.1.9.9.367.1.5.1.1.1
The Application type for which this AAA configuration is applied. Each of these applications uses AAA services on the device. 'login' application includes console, telnet and SSH based login using the username and password. DHCHAP (Diffie Hellman Challenge Handshake Authentication Protocol) is a FC-SP compliant authentication protocol that can be used for switch-to-switch, host-to-switch and host-to-host authentication. DHCHAP is of the applications for AAA. DH-CHAP is basically combination of bi-directional CHAP authentication ([4]) with Diffie-Hellman exchange. iSCSI (Small Computer Systems Interface over IP) is an SCSI transport protocol for mapping of block-oriented storage data over TCP/IP networks. The 'default' application type indicates the default configurations which can be used by all the applications, unless overridden by specific application types.
cAAAApplicationSubType .1.3.6.1.4.1.9.9.367.1.5.1.1.2
The Application Sub-Type. This is very specific to the application attached and indicates the sub-application. For 'login' application: - If the 'cAAAApplicationSubType' is 'all', the configuration appearing in the corresponding row is used by all the 'login' applications. - If the 'cAAAApplicationSubType' is 'console', console login uses this configuration instead of the 'all'. For the 'dhchap' application, the only allowed 'cAAAApplicationSubType' is 'all'. This means, the configuration appearing in the corresponding row is used by all the 'dhchap' applications. For the 'iSCSI' application, the only allowed 'cAAAApplicationSubType' is 'all'. This means, the configuration appearing in the corresponding row is used by all the iSCSI applications. For the 'default' application, - the allowed 'cAAAApplicationSubType' values are 'all' and 'console', when 'cAAAFunction' is 'authorization' - the allowed 'cAAAApplicationSubType' value is 'all', when 'cAAAFunction' is 'accounting' .
cAAAFunction .1.3.6.1.4.1.9.9.367.1.5.1.1.3
The AAA function to which this application configuration row corresponds to.
cAAASvrGrpLocal .1.3.6.1.4.1.9.9.367.1.5.1.1.4
The value 'true(1)' indicates 'Local' AAA is allowed. The value 'false(2)' indicates 'Local' AAA is not allowed. 'Local' AAA is used only after trying all the Server Groups in the 'cAAASvrGrpList'. The 'Local' AAA means all the AAA functions are performed using the local AAA Service provided in the Device. The value of this object can not be set to 'false' in the following conditions : - 'cAAAApplicationType' is 'default' and 'cAAAFuction' is 'authentication' or 'accounting' and - value of corresponding instance of 'cAAASvrGrpTrivial' is 'false' and no server groups configured in the value of the corresponding instance of 'cAAASvrGrpList' The value of this object can not be set to 'true' if the 'cAAAFuction' value is 'authorization'.
cAAASvrGrpTrivial .1.3.6.1.4.1.9.9.367.1.5.1.1.5
The value 'true(1)' indicates 'Trivial' AAA is allowed. The value 'false(2)' indicates 'Trivial' AAA is not allowed. 'Trivial' AAA is used only after trying all the Server Groups in the 'cAAASvrGrpList' and 'Local' AAA (if configured). Trivial AAA corresponds to one of the following based on the value of corresponding instance of 'AAAFunction': - User name based authentication, if 'cAAAFunction' value is 'authentication' - No Authorization check, if 'cAAAFunction' value is 'authorization' - No accounting, if 'cAAAFunction' value is 'accounting' The value of this object can not be set to 'false' in the following conditions : - 'cAAAApplicationSubType' is 'all' and 'cAAAFuction' is 'authorization' and - value of corresponding instance of 'cAAASvrGrpLocal' is 'false' and no server groups configured in the value of the corresponding instance of 'cAAASvrGrpList' The value of this object can not be set to 'true' in the following conditions : - when 'cAAAApplicationType' is 'iSCSI' , 'cAAAApplicationSubType' is 'all' and 'cAAAFuction' is 'authentication' - when 'cAAAApplicationType' is 'dhchap' , 'cAAAApplicationSubType' is 'all' and 'cAAAFuction' is 'authentication' .
cAAASvrGrpList .1.3.6.1.4.1.9.9.367.1.5.1.1.6
This represents ordered list of AAA Server Groups that are configured for this application to perform AAA functions. This object contains list of the AAA Server Groups as defined in the 'cAAASvrExtSvrGrpConfigTable'. The value of this object is a concatenation of zero or more 4-octet strings, where each 4-octet string represents a 32-bit 'cAAASvrGrpIndex' value of server group ('cAAASvrExtSvrGrpConfigTable') in network byte order. The order in which Server Groups occur within the value of this object determines the Server Group priority in the list. The maximum number of Server Groups that can be specified in this row is limited by 'cAAASvrExtAppToSvrGrpMaxEnt' value.
Table
cAAASvrExtConfigTable .1.3.6.1.4.1.9.9.367.1.2.1
This table extends the 'casConfigTable' from CISCO-AAA-SERVER-MIB to provide configuration flexibility. An entry cannot be created until at least one of the following objects/object-set are instantiated : - cAAAServerAddrType and cAAAServerAddr set Or - casAddress of casConfigTable If both 'casAddress' and 'cAAAServerAddr'(along with 'cAAAServerAddrType') are set during the row creation, the values need to be consistent. Else it results in an error.
cAAASvrExtProtocolParamTable .1.3.6.1.4.1.9.9.367.1.3.1
This table contains the per-protocol parameters for use by all AAA Servers instrumented in one instance of this MIB.
cAAASvrExtSvrGrpConfigTable .1.3.6.1.4.1.9.9.367.1.4.1
A table consisting of entries for Server Groups. A server group consists of a number of AAA servers implementing the same AAA protocol. Multiple server groups (usually one group for TACACS+ and one group for RADIUS) can be used for the same service for authentication, authorization and accounting purpose. An entry cannot be created until following objects are instantiated - cAAASvrGrpName - cAAASvrGrpProtocol - cAAAServerList with at least one member Note that an implementation may support any number of permanent rows which cannot be deleted. These permanent groups are system defined groups and not created by the user.
cAAASvrExtAppSvrGrpConfigTable .1.3.6.1.4.1.9.9.367.1.5.1
A table associating the AAA server groups for specific AAA function for a given Application and Application Sub-Type. If the device encounters ERRORs from server(s) in first group of 'cAAASvrGrpList',it will try servers in next server group. The order in which Server Groups occur within the value of 'cAAASvrGrpList' decides the order of trial for AAA function. Similarly, within a server group, each server in the group will be tried one by one until one of them responds with either SUCCESS or FAIL. In case all the Server Groups return ERROR, 'Local' mechanism ('cAAASvrGrpLocal') followed by 'Trivial' mechanism ('cAAASvrGrpTrivial') are tried, if so configured.
Object Identifier
ciscoAAAServerExtMIB .1.3.6.1.4.1.9.9.367
This MIB is an extension to the CISCO-AAA-SERVER-MIB. This MIB module enhances the 'casConfigTable' to include other types of Server addresses. This also provides management of : - Generic configurations as applied on the AAA module. - Global configuration settings, i.e., settings for all the AAA Servers instrumented in one instance of this MIB. - Server Group configuration - Application-to-AAA Function-to-Server Group mapping configuration.
ciscoAAASvrExtMIBObjects .1.3.6.1.4.1.9.9.367.1
ciscoAAASvrExtMIBConformance .1.3.6.1.4.1.9.9.367.2
cAAASvrExtGenericConfig .1.3.6.1.4.1.9.9.367.1.1
cAAASvrExtSvrTableConfig .1.3.6.1.4.1.9.9.367.1.2
cAAASvrExtProtoParamConfig .1.3.6.1.4.1.9.9.367.1.3
cAAASvrExtSvrGrpConfig .1.3.6.1.4.1.9.9.367.1.4
cAAASvrExtAppSvrGrpMapConfig .1.3.6.1.4.1.9.9.367.1.5
ciscoAAASvrExtMIBCompliances .1.3.6.1.4.1.9.9.367.2.1
ciscoAAASvrExtMIBGroups .1.3.6.1.4.1.9.9.367.2.2
Group
cAAASvrExtGenericConfGroup .1.3.6.1.4.1.9.9.367.2.2.1
A collection of objects Generic configuration.
cAAASvrExtSvrTableConfGroup .1.3.6.1.4.1.9.9.367.2.2.2
A collection of objects for AAA Server configuration.
cAAASvrExtProtoParamConfigGroup .1.3.6.1.4.1.9.9.367.2.2.3
A collection of objects for AAA per-protocol parameter configuration.
cAAASvrExtSvrGroupConfGroup .1.3.6.1.4.1.9.9.367.2.2.4
A collection of objects for AAA Server Group configuration.
cAAASvrExtAppSvrGroupConfGroup .1.3.6.1.4.1.9.9.367.2.2.5
A collection of objects for Application-to-Server Group mapping configuration.