spdGroupContComponentType
IPSEC-SPD-MIB ·
.1.3.6.1.2.1.153.1.3.1.4
Object
column r/w
Enumeration
Indicates whether the spdGroupContComponentName object
is the name of another group defined within the
spdGroupContentsTable or is the name of a rule defined
within the spdRuleDefinitionTable.
Context
- MIB
- IPSEC-SPD-MIB
- OID
.1.3.6.1.2.1.153.1.3.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- spdGroupContentsEntry
- Groups
- 1
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-SPD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-SPD-MIB::spdGroupContComponentType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPSEC-SPD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-SPD-MIB::spdGroupContComponentType.<spdGroupContName>.<spdGroupContPriority>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPSEC-SPD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPSEC-SPD-MIB::spdGroupContComponentType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | group |
2 | rule |
Conformance
Member of
Compliance refinements
spdRuleFilterFullCompliance
Enumeration
Values:
rule(2)
Support of the value group(1) is only required for
implementations that support Policy Groups within
Policy Groups.
implementations that support Policy Groups within
Policy Groups.
spdRuleFilterReadOnlyCompliance
readonly
Write access is not required.