xauthPrfMode
FEC-IPSEC-MIB ·
.0.18.1.4
Object
column r/w
Enumeration
This object specifies the kind how to get user data for authentication. Possible values: local(1), -- user data are configured locally in the entries of xauthUserListTable that are referenced by xauthPrfUserListGroupId radius(1) -- user data are configured at RADIUS server, RADIUS server is referenced by xauthPrfAAAServerGroupId that corresponds to radiusSrvGroupId in radiusSrvTable, 'radius' mode is only valid for server role
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.18.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- xauthProfileEntry
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 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::xauthPrfMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::xauthPrfMode.<xauthPrfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-IPSEC-MIB::xauthPrfMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | radius |