ipsecPrfGranularity
FEC-IPSEC-MIB ·
.0.15.1.8
Object
column r/w
Enumeration
This object specifies the granularity with which SA's are created with this profile. Possible values: default(1), -- use granulaity settings from default profile -- (coarse if this is the default profile) 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.15.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipsecProfileEntry
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::ipsecPrfGranularity'
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::ipsecPrfGranularity.<ipsecPrfProposal>'
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::ipsecPrfGranularity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | default |
2 | coarse |
3 | ip |
4 | proto |
5 | port |
6 | local-services |