cAAAApplicationType
CISCO-AAA-SERVER-EXT-MIB ·
.1.3.6.1.4.1.9.9.367.1.5.1.1.1
Object
column Enumeration
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.
Context
- MIB
- CISCO-AAA-SERVER-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.367.1.5.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cAAASvrExtAppSvrGrpConfigEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-AAA-SERVER-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-AAA-SERVER-EXT-MIB::cAAAApplicationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-AAA-SERVER-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-AAA-SERVER-EXT-MIB::cAAAApplicationType.<cAAAApplicationType>.<cAAAApplicationSubType>.<cAAAFunction>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-AAA-SERVER-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-AAA-SERVER-EXT-MIB::cAAAApplicationType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | default |
2 | login |
3 | dhchap |
4 | iSCSI |