ipsecGlobDefaultGranularity
FEC-IPSEC-MIB ·
.0.1.11
Object
scalar Enumeration
This object specifies the default granularity used for IPSEC SA negotiation. Possible values: coarse(2), -- Create only one SA for each Traffic entry ip(3), -- Create one SA for each host proto(4), -- Create one SA for each protocol and host port(5) -- Create one SA for each port and host.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.1.11- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- ipsecGlobals
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::ipsecGlobDefaultGranularity.0'
More examples
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::ipsecGlobDefaultGranularity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | coarse |
3 | ip |
4 | proto |
5 | port |