cmiSecAlgorithmMode
CISCO-MOBILE-IP-MIB ·
.1.3.6.1.4.1.9.9.174.1.3.2.1.5
Object
column r/w
Enumeration
Security mode used by this algorithm.
other(1) Any other mode not specified here.
prefixSuffix(2) In this mode, data over which
authenticator value needs to be
calculated is preceded and followed
by the 128 bit shared secret key.
Context
- MIB
- CISCO-MOBILE-IP-MIB
- OID
.1.3.6.1.4.1.9.9.174.1.3.2.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cmiSecAssocEntry
- 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 'CISCO-MOBILE-IP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MOBILE-IP-MIB::cmiSecAlgorithmMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-MOBILE-IP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MOBILE-IP-MIB::cmiSecAlgorithmMode.<cmiSecPeerIdentifierType>.<cmiSecPeerIdentifier>.<cmiSecSPI>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-MOBILE-IP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-MOBILE-IP-MIB::cmiSecAlgorithmMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | prefixSuffix |