t11FcSpSaPropAcceptAlgorithm
T11-FC-SP-SA-MIB ·
.1.3.6.1.2.1.179.1.2.1.1.5
Object
column r/w
Enumeration
The algorithm by which an SA_Responder in an SA negotiation
decides on which Traffic Selectors to specify in a response
to an IKE_Create_Child_SA request. This algorithm is used
when the Traffic Selectors specified by an SA_Initiator in
an IKE_Create_Child_SA request overlap with this proposal's
list of Traffic Selectors:
intersection(1) - the SA_Responder specifies the largest
subset of what the SA_Initiator proposed,
which is also a subset of this proposal's
Traffic Selectors.
union(2) - the SA_Responder specifies the smallest
superset of what the SA_Initiator proposed,
which is also a superset of this proposal's
Traffic Selectors.
other(3) - the SA_Responder uses some other algorithm.
Context
- MIB
- T11-FC-SP-SA-MIB
- OID
.1.3.6.1.2.1.179.1.2.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- t11FcSpSaPropEntry
- 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 'T11-FC-SP-SA-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'T11-FC-SP-SA-MIB::t11FcSpSaPropAcceptAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'T11-FC-SP-SA-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'T11-FC-SP-SA-MIB::t11FcSpSaPropAcceptAlgorithm.<fcmInstanceIndex>.<t11FcSpSaIfIndex>.<t11FcSpSaIfFabricIndex>.<t11FcSpSaPropIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'T11-FC-SP-SA-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'T11-FC-SP-SA-MIB::t11FcSpSaPropAcceptAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | intersection |
2 | union |
3 | other |
Conformance
Member of
Compliance refinements
t11FcSpSaMIBCompliance
readonly
Write access is not required.