tmnxSubAuthPlcyFallbackAction
TIMETRA-SUBSCRIBER-MGMT-MIB ·
.1.3.6.1.4.1.6527.3.1.2.33.1.1.1.21
Object
column r/w
Enumeration
The value of tmnxSubAuthPlcyFallbackAction specifies the
authentication action in case no RADIUS server is available.
When the value is 'deny', all hosts are denied access.
When the value is 'accept', all hosts are granted access.
When the value is 'userDb', the local user database identified by the
value of the object tmnxSubAuthPlcyFallbackUserDb' is used for
authentication.
The value of this object must be set together with the value of the
object tmnxSubAuthPlcyFallbackUserDb.
Context
- MIB
- TIMETRA-SUBSCRIBER-MGMT-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.33.1.1.1.21- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tmnxSubAuthPlcyEntry
- Groups
- 2
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 'TIMETRA-SUBSCRIBER-MGMT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SUBSCRIBER-MGMT-MIB::tmnxSubAuthPlcyFallbackAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-SUBSCRIBER-MGMT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SUBSCRIBER-MGMT-MIB::tmnxSubAuthPlcyFallbackAction.<tmnxSubAuthPlcyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-SUBSCRIBER-MGMT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-SUBSCRIBER-MGMT-MIB::tmnxSubAuthPlcyFallbackAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | deny |
1 | accept |
2 | userDb |