secyCipherSuiteCapability
IEEE8021-SECY-MIB ·
.1.0.8802.1.1.3.1.1.6.1.4
Object
column r/w
Bits
Cipher Suite implementation capability information.
integrity(0) : integrity protection.
confidentiality(1) : confidentiality protection.
offsetConfidentiality(2) : offset confidentiality
protection.
Context
- MIB
- IEEE8021-SECY-MIB
- OID
.1.0.8802.1.1.3.1.1.6.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- secyCipherSuiteEntry
- Groups
- 2
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 'IEEE8021-SECY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE8021-SECY-MIB::secyCipherSuiteCapability'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IEEE8021-SECY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE8021-SECY-MIB::secyCipherSuiteCapability.<secyCipherSuiteIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IEEE8021-SECY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IEEE8021-SECY-MIB::secyCipherSuiteCapability'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | integrity |
1 | confidentiality |
2 | offsetConfidentiality |
Conformance
Member of
Compliance refinements
secyMIBCompliance
readonly
read-create not required, may be read-only.
secyMIBTcCompliance
readonly
read-create not required, should be read-only.