cAAAServerProtoDirectedReq
CISCO-AAA-SERVER-EXT-MIB ·
.1.3.6.1.4.1.9.9.367.1.3.1.1.8
Object
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.
Context
- MIB
- CISCO-AAA-SERVER-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.367.1.3.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cAAASvrExtProtocolParamEntry
- Groups
- 1
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::cAAAServerProtoDirectedReq'
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::cAAAServerProtoDirectedReq.<cAAAServerProtocol>'
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::cAAAServerProtoDirectedReq'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of