CISCO-IP-ENCRYPTION-MIB
AI MIB Summary
The CISCO-IP-ENCRYPTION-MIB enables the monitoring and configuration of IPsec encryption parameters, including security association states, cryptographic algorithm selection, and tunnel status on Cisco IOS and IOS-XE devices. It provides granular visibility into active IPsec sessions, key management protocols (IKE), and encryption engine performance metrics for troubleshooting secure tunnel integrity.
Used to manage the encryption feature.
49
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
49 total| Object Name |
|---|
ciscoIpEncryptionMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52 |
SNMPv2-SMI-v1 Unknown .1.3.6.1.4.1.9.9.52 |
ciscoIpEncryptionMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.1 |
cieConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.1.1 |
cieConfiguredAlgorithmsType of encryption configured on a particular router,
encoded as a bit-string.
A router can support multiple encryption algorithms
i.e. 56 bit des with 8 bit cipher feedback AND 40 bit des
with 64 bit cipher feedback.ro OCTET STRING .1.3.6.1.4.1.9.9.52.1.1.1 |
cieEncryptionKeyTimeoutInterval at which keys expire for a session and they are is
re-negotiated.ro Integer32 -- Units -- minutes .1.3.6.1.4.1.9.9.52.1.1.2 |
cieNumberOfCryptoEnginesTotal number of encryption engines.ro Gauge32 .1.3.6.1.4.1.9.9.52.1.1.3 |
cieEngineStatus OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.1.2 |
cieEngineStatusTableA table describing status of all encryption engines present
within the router. SEQUENCE OF CieEngineStatusEntry .1.3.6.1.4.1.9.9.52.1.2.1 |
cieEngineStatusEntryEach entry in this table describes public key associated with
each engine, with its unique ID. In case of hardware assisted
encryption each entry also describes status of encryption port
adaptor. CieEngineStatusEntry .1.3.6.1.4.1.9.9.52.1.2.1.1 |
cieEngineIDUnique value identifying the crypto engine, in case
of RP and other software only platforms, this is the
processor ID. In case of ESA, this will be a unique ID
retrieved from ESA.ro Integer32 .1.3.6.1.4.1.9.9.52.1.2.1.1.1 |
cieEngineCardIndexCorresponds to cardIndex in the chassis mib, if value is 0
then this is a software encryption engine.ro Integer32 .1.3.6.1.4.1.9.9.52.1.2.1.1.2 |
cieEnginePublicKeyPublic key for a particular crypto engine.ro OCTET STRING .1.3.6.1.4.1.9.9.52.1.2.1.1.3 |
cieEsaTamperedIndicates whether encryption port adaptor has been tampered
with.
NOTE: This object is not present for software encryption
engines.ro TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.52.1.2.1.1.4 |
cieEsaAuthenticatedIndicates whether encryption port adaptor has been properly
authenticated for this router.
NOTE: This object is not present for software encryption
engines.ro TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.52.1.2.1.1.5 |
cieEsaModeIndicates current operating mode of the ESA card.
This variable directly corresponds to LED status shown on ESA.
NOTE: This object is not present for software encryption
engines.ro Enumeration .1.3.6.1.4.1.9.9.52.1.2.1.1.6 |
cieConnections OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.1.3 |
cieNumberOfConnectionsTotal number of active, pending and dead crypto connections.ro Gauge32 .1.3.6.1.4.1.9.9.52.1.3.1 |
cieConnTableA table that describes all encrypted IP traffic
created by the router, between the protected entity
(cieProtectedAddr) and the unprotected entity
(cieUnprotectedAddr). Each entry in this table
describes a virtual encrypted IP tunnel. SEQUENCE OF CieConnEntry .1.3.6.1.4.1.9.9.52.1.3.2 |
cieConnEntryThis entry describes a connection viz. the protected and
unprotected node, status of the connection and number of
packets encrypted, decrypted per connection and algorithm
used for encrypting data.
Each entry also contains a pointer to crypto engine that is
performing the encryption. CieConnEntry .1.3.6.1.4.1.9.9.52.1.3.2.1 |
cieConnIndexA monotonically increasing integer for the sole purpose of
indexing the cieConnTable. When it reaches the
maximum value, the agent wraps the value back to 1 and
may flush existing entries. Integer32 .1.3.6.1.4.1.9.9.52.1.3.2.1.1 |
cieProtectedAddrThe IP address for protected (secure) node.ro IpAddress .1.3.6.1.4.1.9.9.52.1.3.2.1.2 |
cieUnprotectedAddrThe IP address of the unprotected (insecure) node in
the network.ro IpAddress .1.3.6.1.4.1.9.9.52.1.3.2.1.3 |
cieConnStatusInteger describing status/type of connection. The pending
and bad connections may be removed after 4 minutes of
non-activity. Open (active) connections may be removed if
they have not transmitted/received traffic in the last
cieEncryptionKeyTimeout minutes.ro Enumeration .1.3.6.1.4.1.9.9.52.1.3.2.1.4 |
ciePktsEncryptedTotal number of packets encrypted for this connection.ro Counter32 .1.3.6.1.4.1.9.9.52.1.3.2.1.5 |
ciePktsDecryptedTotal number of packets decrypted for this connection.ro Counter32 .1.3.6.1.4.1.9.9.52.1.3.2.1.6 |
ciePktsDroppedTotal number of packets dropped for this connection. The
packets are dropped only in cases where encryption keys are
not established between the protected entity and the
unprotected entity. An increase in this value indicates the
possibility of mis-configured keys.ro Counter32 .1.3.6.1.4.1.9.9.52.1.3.2.1.7 |
cieLocalTimeEstablishedValue of sysUpTime at which the connection was established or
re-established.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.52.1.3.2.1.8 |
cieAlgorithmTypeType of encryption algorithm used for this connection.ro Enumeration .1.3.6.1.4.1.9.9.52.1.3.2.1.9 |
cieTestConnection OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.1.4 |
cieTestConnTableA table of test crypto session entries. SEQUENCE OF CieTestConnEntry .1.3.6.1.4.1.9.9.52.1.4.1 |
cieTestConnEntryA encryption test entry.
A management station wishing to create an entry should
first generate a pseudo-random serial number to be used
as the index to this sparse table. The station should
then create the associated instance of the row status
and row owner objects. It must also, either in the same
or in successive PDUs, create the associated instance of
the address objects.
Once the appropriate instance of all the configuration
objects have been created, either by an explicit SNMP
set request, the row status should be set
to active to initiate the request. Note that this entire
procedure may be initiated via a single set request which
specifies a row status of createAndGo.
Once the connection sequence has been activated, it cannot be
stopped
established between source and destination.
Once the sequence completes, the management station should
retrieve the values of the status objects of interest, and
should then delete the entry. In order to prevent old
entries from clogging the table, entries will be aged out
30 minutes after they are created. CieTestConnEntry .1.3.6.1.4.1.9.9.52.1.4.1.1 |
cieTestConnSerialNumberObject which specifies a unique entry in the
cieTestConnTable. A management station wishing
to initiate a crypto session test operation should use a
pseudo-random value for this object when creating
an instance of a cieTestConnEntry.
The RowStatus semantics of the cieTestConnEntryStatus
object will prevent access conflicts. Integer32 .1.3.6.1.4.1.9.9.52.1.4.1.1.1 |
cieTestConnProtectedAddrThe IP address of the protected (secure) node, for
the test connection.rw IpAddress .1.3.6.1.4.1.9.9.52.1.4.1.1.2 |
cieTestConnUnprotectedAddrThe IP address of the unprotected (insecure) node for
the test connection.rw IpAddress .1.3.6.1.4.1.9.9.52.1.4.1.1.3 |
cieTestConnTrapOnCompletionSpecifies whether or not a cieTestCompletion
trap should be issued on completion of test crypto session.
If such a trap is desired, it is the responsibility of the
management entity to ensure that the SNMP administrative
model is configured in such a way as to allow the trap to
be delivered.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.52.1.4.1.1.4 |
cieTestConnCryptoMapNameSpecifies name of the crypto map already configured on the
router. A crypto map along with its tag number fully
specifies the enryption policy, such as type of algorithm to
be used, the name of the peer router and access list.rw DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.52.1.4.1.1.5 |
cieTestConnCryptoMapTagNumberSpecifies tag number of the crypto map already configured on
the router. A crypto map along with its tag number fully
specifies the enryption policy, such as type of algorithm to
be used, the name of the peer router and access list.rw Integer32 .1.3.6.1.4.1.9.9.52.1.4.1.1.6 |
cieTestConnSessionStatusSet to a value that indicates whether a crypto session was
successfully established, failed or the connection
establishment process is in progress. If the specified crypto
map is not configured, value is set to badCryptoMapName.ro Enumeration .1.3.6.1.4.1.9.9.52.1.4.1.1.7 |
cieTestConnEntryOwnerThe entity that configured this entry.rw OwnerString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.52.1.4.1.1.8 |
cieTestConnEntryStatusThe status of this table entry. Once the entry status is
set to active, the associate entry cannot be modified until
the sequence completes (cieTestConnSessionStatus has
value other than inprogress ).rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.52.1.4.1.1.9 |
cieMIBTrapPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.2 |
cieMIBTraps OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.2.0 |
cieTestCompletionA cieTestCompletion trap is sent at the completion
of a crypto session establishment if such a trap was requested
when the sequence was initiated. TRAP-TYPE .1.3.6.1.4.1.9.9.52.2.0.1 |
cieMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.3 |
cieMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.3.1 |
cieMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.3.1.1 |
cieMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.3.2 |
cieMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.52.3.2.1 |