xauthPrfRole
FEC-IPSEC-MIB ·
.0.18.1.3
Object
column r/w
Enumeration
This object specifies which role is choosed for this profile. Possible values: server(1) -- XAUTH is used and local device is the XAUTH server, i.e. this side requests extended authentication client(2) -- XAUTH is used and local device is the XAUTH client, i.e. this side responds with its extended authentication credentials
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.18.1.3- 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::xauthPrfRole'
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::xauthPrfRole.<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::xauthPrfRole'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | server |
2 | client |