CISCO-AAA-SERVER-EXT-MIB
- Registered at
- 1.3.6.1.4.1.9.9.367
- Last updated
- 2005-05-23 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2005-05-23 00:00, 2005-05-09 00:00, 2003-11-14 00:00
- Namespace
- cisco
- Source file
CISCO-AAA-SERVER-EXT-MIB- Digest
sha256:a5431b82c5139001921a3e7f6cf9576e6a000bef0e0a05b403ca849ac633de50
Description
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.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-aaa@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-AAA-SERVER-MIB | CiscoAAAProtocol, casConfigEntry |
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | TimeIntervalMin, TimeIntervalSec |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-AAA-SERVER-EXT-MIB CISCO-AAA-SERVER-MIB CISCO-SMI CISCO-TC INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CiscoAAAServerKeyEncrType TEXTUAL-CONVENTION Encryption type used for the AAA Server auth key. plain(1) - Key is in Plain Text. encrypted(2) - Key is Encrypted. notConfigured(3) - Key is not configured. . | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoAAASvrExtMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.367.1 | |||
| cAAASvrExtGenericConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.367.1.1 | |||
| cAAASvrExtLocalAccLogMaxSize OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.1.1 | Unsigned32 (0..100000000) | read-write | current |
| cAAASvrExtSvrGrpSvrListMaxEnt OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.367.1.1.2 | Unsigned32 (1..64) | read-only | current |
| cAAASvrExtAppToSvrGrpMaxEnt OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.367.1.1.3 | Unsigned32 (0..64) | read-only | current |
| cAAASvrExtClearAccLog OBJECT-TYPE This object clears the accounting log, when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. | 1.3.6.1.4.1.9.9.367.1.1.4 | INTEGER {clear(1), noOp(2)} | read-write | current |
| cAAALoginAuthTypeMSCHAP OBJECT-TYPE This indicates whether the MSCHAP authentication mechanism should be used for authenticating the user through remote AAA Server during login. The value 'true(1)' indicates MSCHAP authentication should be used. The value 'false(2)' indicates that the default authentication mechanism should be used. The value of this object is used for authentication during user's login only. | 1.3.6.1.4.1.9.9.367.1.1.5 | TruthValue | read-write | current |
| cAAASvrExtSvrTableConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.367.1.2 | |||
| cAAASvrExtConfigTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.2.1 | not-accessible | current | |
| cAAASvrExtConfigEntry OBJECT-TYPE An entry (conceptual row) in cAAASvrExtConfigTable. | 1.3.6.1.4.1.9.9.367.1.2.1.1 | not-accessible | current | |
| cAAAServerAddrType OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.2.1.1.1 | InetAddressType | read-create | current |
| cAAAServerAddr OBJECT-TYPE The address of the AAA Server. If the users sets 'casAddress' column of the 'casConfigTable', then 'cAAAServerAddr' is appropriately filled by the agent. | 1.3.6.1.4.1.9.9.367.1.2.1.1.2 | InetAddress | read-create | current |
| cAAAServerKeyEncrType OBJECT-TYPE The encryption type of the corresponding instance of the server key 'casKey' in the augmented row of the 'casConfigTable'. | 1.3.6.1.4.1.9.9.367.1.2.1.1.3 | CiscoAAAServerKeyEncrType | read-create | current |
| cAAAServerDeadTime OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.2.1.1.4 | TimeIntervalMin (0..1440) | read-create | current |
| cAAAServerTimeOut OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.2.1.1.5 | TimeIntervalSec (0..1000) | read-create | current |
| cAAAServerRetransmits OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.2.1.1.6 | Unsigned32 (0..100) | read-create | current |
| cAAAServerRootDN OBJECT-TYPE This object specifies the root Distinguished Name to be used in authenticating the access to LDAP server database. | 1.3.6.1.4.1.9.9.367.1.2.1.1.7 | SnmpAdminString (SIZE(0..64)) | read-create | current |
| cAAAServerIdleTime OBJECT-TYPE This indicates the time interval in minutes, at which the system will periodically test the AAA Server by sending test packets to the server. The default value of 0 means that the AAA server will not be tested periodically. | 1.3.6.1.4.1.9.9.367.1.2.1.1.8 | TimeIntervalMin (0..1440) | read-create | current |
| cAAAServerTestUser OBJECT-TYPE The username to be used in the test packets sent to AAA Server to test if the Server responds to the requests or not. | 1.3.6.1.4.1.9.9.367.1.2.1.1.9 | SnmpAdminString (SIZE(1..32)) | read-create | current |
| cAAAServerTestPassword OBJECT-TYPE The password to be used in test packets sent to AAA Server to test if the Server responds to the requests or not. A zero-length string is always returned when this object is read. | 1.3.6.1.4.1.9.9.367.1.2.1.1.10 | SnmpAdminString (SIZE(1..32)) | read-create | current |
| cAAASvrExtProtoParamConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.367.1.3 | |||
| cAAASvrExtProtocolParamTable OBJECT-TYPE This table contains the per-protocol parameters for use by all AAA Servers instrumented in one instance of this MIB. | 1.3.6.1.4.1.9.9.367.1.3.1 | not-accessible | current | |
| cAAASvrExtProtocolParamEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.3.1.1 | not-accessible | current | |
| cAAAServerProtocol OBJECT-TYPE The AAA Protocol for which these settings are being applied. | 1.3.6.1.4.1.9.9.367.1.3.1.1.1 | CiscoAAAProtocol | not-accessible | current |
| cAAAServerProtoAuthKey OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.3.1.1.2 | DisplayString | read-write | current |
| cAAAServerProtoKeyEncrType OBJECT-TYPE The encryption type of the server key 'cAAAServerProtoAuthKey'. | 1.3.6.1.4.1.9.9.367.1.3.1.1.3 | CiscoAAAServerKeyEncrType | read-write | current |
| cAAAServerProtoDeadTime OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.3.1.1.4 | TimeIntervalMin (0..1440) | read-write | current |
| cAAAServerProtoTimeOut OBJECT-TYPE The time in seconds between retransmissions to the AAA server. If 'cAAAServerTimeOut' of 'cAAASvrExtConfigTable' is zero , this value is used. | 1.3.6.1.4.1.9.9.367.1.3.1.1.5 | TimeIntervalSec (1..1000) | read-write | current |
| cAAAServerProtoRetransmits OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.3.1.1.6 | Unsigned32 (0..100) | read-write | current |
| cAAAServerProtoSvrTableMaxEnt OBJECT-TYPE Each instance of this object specifies the maximum number of AAA server entries in the 'casConfigTable', for a particular protocol. | 1.3.6.1.4.1.9.9.367.1.3.1.1.7 | Unsigned32 (0..65536) | read-only | current |
| cAAAServerProtoDirectedReq OBJECT-TYPE This object is to specify whether a user could choose a AAA server for authentication during login. The value 'true(1)' indicates that a user can specify the remote AAA server for authentication during login. If the user specifies the login name as 'username@hostname', then the authentication request will be sent to remote AAA server 'hostname' with username as 'username'. An entry should exist in cAAASvrExtConfigTable with 'cAAAServerAddr' value 'hostname'. The configuration in cAAASvrExtAppSvrGrpConfigTable is not used, if the specified remote AAA server fails to respond. The value 'false(2)' indicates user cannot specify the remote AAA server for authentication during login. If user specifies the login name as 'username@hostname', then the complete string will be treated as username and the user will be authenticated as per configuration in cAAASvrExtAppSvrGrpConfigTable. | 1.3.6.1.4.1.9.9.367.1.3.1.1.8 | TruthValue | read-write | current |
| cAAASvrExtSvrGrpConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.367.1.4 | |||
| cAAASvrExtSvrGrpConfigTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.4.1 | not-accessible | current | |
| cAAASvrExtSvrGrpConfigEntry OBJECT-TYPE An entry (conceptual row) in the cAAASvrExtSvrGrpConfigTable. | 1.3.6.1.4.1.9.9.367.1.4.1.1 | not-accessible | current | |
| cAAASvrGrpIndex OBJECT-TYPE The index for each of the Server Group entries. | 1.3.6.1.4.1.9.9.367.1.4.1.1.1 | Unsigned32 (1..100) | not-accessible | current |
| cAAASvrGrpName OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.367.1.4.1.1.2 | SnmpAdminString (SIZE(1..64)) | read-create | current |
| cAAASvrGrpProtocol OBJECT-TYPE The AAA Protocol to which this Server Group belongs to. The cAAASvrGrpProtocol can not be modified when cAAASvrGrpConfigRowStatus is 'active'. | 1.3.6.1.4.1.9.9.367.1.4.1.1.3 | CiscoAAAProtocol | read-create | current |
| cAAAServerList OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.4.1.1.4 | OCTET STRING (SIZE(4..256)) | read-create | current |
| cAAASvrGrpConfigRowStatus OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.367.1.4.1.1.5 | RowStatus | read-create | current |
| cAAASvrGrpConfigDeadTime OBJECT-TYPE The DeadTime setting for AAA Server Group. 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. | 1.3.6.1.4.1.9.9.367.1.4.1.1.6 | TimeIntervalMin (0..1440) | read-create | current |
| cAAASvrExtSvrGrpLDAPConfigTable OBJECT-TYPE This table is extension to cAAASvrExtSvrGrpConfigTable. An entry will be created in this table by the agent whenever an entry is created in cAAASvrExtSvrGrpConfigTable with cAAASvrGrpProtocol set to 'ldap'. An entry will get destroyed by the agent whenever corresponding entry in cAAASvrExtSvrGrpConfigTable identified by cAAASvrGrpIndex is destroyed. The SNMP Manager can not create or destroy entries in this table. The SNMP Manager can modify columnar objects in this table. | 1.3.6.1.4.1.9.9.367.1.4.2 | not-accessible | current | |
| cAAASvrExtSvrGrpLDAPConfigEntry OBJECT-TYPE An entry in the table. Each entry corresponds to LDAP server group identified by a corresponding entry in cAAASvrExtSvrGrpConfigTable with cAAASvrGrpProtocol value of 'ldap'. Each entry contains information on LDAP Base Distinguished Name, Filter and user profile. | 1.3.6.1.4.1.9.9.367.1.4.2.1 | not-accessible | current | |
| cAAASvrGrpLDAPBaseDN OBJECT-TYPE This object specifies the base entry in the LDAP hierarchy where the LDAP server should begin searching when it receives an authorization request. | 1.3.6.1.4.1.9.9.367.1.4.2.1.1 | SnmpAdminString (SIZE(0..64)) | read-create | current |
| cAAASvrGrpLDAPFilterUser OBJECT-TYPE This object specifies the filter to be used to search user entry in LDAP server database. | 1.3.6.1.4.1.9.9.367.1.4.2.1.2 | SnmpAdminString (SIZE(0..128)) | read-create | current |
| cAAASvrGrpLDAPUserProfile OBJECT-TYPE This object specifies the attribute type for user profile private attribute. This attribute is requested in search request to the LDAP server. | 1.3.6.1.4.1.9.9.367.1.4.2.1.3 | SnmpAdminString (SIZE(0..64)) | read-create | current |
| cAAASvrExtAppSvrGrpMapConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.367.1.5 | |||
| cAAASvrExtAppSvrGrpConfigTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.5.1 | not-accessible | current | |
| cAAASvrExtAppSvrGrpConfigEntry OBJECT-TYPE An entry (conceptual row) in the cAAASvrExtSerSvrGrpConfigTable. New entries can not be created. The existing rows only can be modified. | 1.3.6.1.4.1.9.9.367.1.5.1.1 | not-accessible | current | |
| cAAAApplicationType OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.5.1.1.1 | INTEGER {default(1), login(2), dhchap(3), iSCSI(4)} | not-accessible | current |
| cAAAApplicationSubType OBJECT-TYPE 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' . | 1.3.6.1.4.1.9.9.367.1.5.1.1.2 | INTEGER {all(1), console(2)} | not-accessible | current |
| cAAAFunction OBJECT-TYPE The AAA function to which this application configuration row corresponds to. | 1.3.6.1.4.1.9.9.367.1.5.1.1.3 | INTEGER {authentication(1), authorization(2), accounting(3)} | not-accessible | current |
| cAAASvrGrpLocal OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.367.1.5.1.1.4 | TruthValue | read-write | current |
| cAAASvrGrpTrivial OBJECT-TYPE 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' . | 1.3.6.1.4.1.9.9.367.1.5.1.1.5 | TruthValue | read-write | current |
| cAAASvrGrpList OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.367.1.5.1.1.6 | OCTET STRING (SIZE(0..256)) | read-write | current |
| ciscoAAASvrExtMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.367.2 | |||
| ciscoAAASvrExtMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.367.2.1 | |||
| ciscoAAASvrExtMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.367.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoAAAServerMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-AAA-SERVER-EXT-MIB. | 1.3.6.1.4.1.9.9.367.2.1.1 | deprecated |
| ciscoAAAServerMIBCompliance1 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-AAA-SERVER-EXT-MIB. | 1.3.6.1.4.1.9.9.367.2.1.2 | deprecated |
| ciscoAAAServerMIBCompliance2 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-AAA-SERVER-EXT-MIB. | 1.3.6.1.4.1.9.9.367.2.1.3 | current |
| cAAASvrExtGenericConfGroup OBJECT-GROUP A collection of objects Generic configuration. | 1.3.6.1.4.1.9.9.367.2.2.1 | deprecated |
| cAAASvrExtSvrTableConfGroup OBJECT-GROUP A collection of objects for AAA Server configuration. | 1.3.6.1.4.1.9.9.367.2.2.2 | current |
| cAAASvrExtProtoParamConfigGroup OBJECT-GROUP A collection of objects for AAA per-protocol parameter configuration. | 1.3.6.1.4.1.9.9.367.2.2.3 | deprecated |
| cAAASvrExtSvrGroupConfGroup OBJECT-GROUP A collection of objects for AAA Server Group configuration. | 1.3.6.1.4.1.9.9.367.2.2.4 | deprecated |
| cAAASvrExtAppSvrGroupConfGroup OBJECT-GROUP A collection of objects for Application-to-Server Group mapping configuration. | 1.3.6.1.4.1.9.9.367.2.2.5 | current |
| cAAASvrExtGenericConfGroup1 OBJECT-GROUP A collection of objects Generic configuration. | 1.3.6.1.4.1.9.9.367.2.2.6 | current |
| cAAASvrExtGenericConfGroup2 OBJECT-GROUP A collection of objects Generic configuration. | 1.3.6.1.4.1.9.9.367.2.2.7 | current |
| cAAASvrExtSvrGroupConfGroup2 OBJECT-GROUP A collection of objects for AAA Server Group configuration. | 1.3.6.1.4.1.9.9.367.2.2.8 | current |
| cAAASvrExtProtoParamConfigGroup1 OBJECT-GROUP A collection of objects for AAA per-protocol parameter configuration. | 1.3.6.1.4.1.9.9.367.2.2.9 | current |
| cAAASvrExtSvrTableLDAPConfGroup OBJECT-GROUP A collection of objects for AAA Server using LDAP protocol. | 1.3.6.1.4.1.9.9.367.2.2.10 | current |
| cAAASvrExtSvrGroupLDAPConfGroup OBJECT-GROUP A collection of objects for LDAP Server Group configuration. | 1.3.6.1.4.1.9.9.367.2.2.11 | current |
| cAAASvrExtSvrMonitorConfGroup OBJECT-GROUP A collection of objects for configuring AAA Server monitoring. | 1.3.6.1.4.1.9.9.367.2.2.12 | current |