nsSetAuthCfgMethod
NETSCREEN-SET-AUTH-MIB ·
.1.3.6.1.4.1.3224.7.2.1.1.13
Object
column Enumeration
NetScreen device admin user authentication method.
Context
- MIB
- NETSCREEN-SET-AUTH-MIB
- OID
.1.3.6.1.4.1.3224.7.2.1.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nsSetAuthCfgEntry
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 'NETSCREEN-SET-AUTH-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-SET-AUTH-MIB::nsSetAuthCfgMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETSCREEN-SET-AUTH-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-SET-AUTH-MIB::nsSetAuthCfgMethod.<nsSetAuthCfgIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETSCREEN-SET-AUTH-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETSCREEN-SET-AUTH-MIB::nsSetAuthCfgMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | build-in-user-db |
1 | radius-server |
2 | secureId-server |
3 | ldap-server |