ipspCredType
IPSEC-POLICY-MIB ·
.1.3.6.1.2.1.153.1.34.1.2
Object
This object represents the type of the credential for this row.
Context
- MIB
- IPSEC-POLICY-MIB
- OID
.1.3.6.1.2.1.153.1.34.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipspCredentialEntry
- Groups
- 4
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 'IPSEC-POLICY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-POLICY-MIB::ipspCredType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPSEC-POLICY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-POLICY-MIB::ipspCredType.<ipspCredName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPSEC-POLICY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPSEC-POLICY-MIB::ipspCredType'
Syntax
- Source
- IpspCredentialType
- Base type
Enumeration
Values & Constraints
Type Values
0 | reserved |
1 | unknown |
2 | sharedSecret |
3 | x509 |
4 | kerberos |
Conformance
Compliance refinements
ipspRuleFilterCompliance
readonly
Only read-only access is required for compliance.