h3cDomainAccFailureAction
H3C-DOMAIN-MIB ·
.1.3.6.1.4.1.2011.10.2.46.2.1.1.13
Object
column r/w
Enumeration
Defines the action that authentication should be taken if
authentication succeeds but the associated accounting start
fails.
1 (ignore) - treat as authentication success; ignore
accounting start failure.
2 (reject) - treat as authentication failed if
corresponding accounting start fails.
Default value is reject.
Context
- MIB
- H3C-DOMAIN-MIB
- OID
.1.3.6.1.4.1.2011.10.2.46.2.1.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h3cDomainInfoEntry
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 'H3C-DOMAIN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-DOMAIN-MIB::h3cDomainAccFailureAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-DOMAIN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-DOMAIN-MIB::h3cDomainAccFailureAction.<h3cDomainName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-DOMAIN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-DOMAIN-MIB::h3cDomainAccFailureAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ignore |
2 | reject |