CISCO-IPSEC-MIB

File: CISCO-IPSEC-MIB.mib (41549 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Gauge32 Integer32
MODULE-COMPLIANCE OBJECT-GROUP DisplayString
TruthValue TEXTUAL-CONVENTION ifIndex
ciscoExperiment

Defined Types

CIPsecLifetime  
Value in units of seconds
TEXTUAL-CONVENTION    
  Gauge32 120..86400  

CIPsecLifesize  
Value in units of kilobytes
TEXTUAL-CONVENTION    
  Gauge32 2560..536870912  

CIPsecNumCryptoMaps  
Integral units representing count of cryptomaps
TEXTUAL-CONVENTION    
  Gauge32 0..2147483647  

CryptomapType  
The type of a cryptomap entry. Cryptomap is a unit of IOS IPSec policy specification.
TEXTUAL-CONVENTION    
  INTEGER cryptomapTypeNONE(0), cryptomapTypeMANUAL(1), cryptomapTypeISAKMP(2), cryptomapTypeCET(3), cryptomapTypeDYNAMIC(4), cryptomapTypeDYNAMICDISCOVERY(5)  

CryptomapSetBindStatus  
The status of the binding of a cryptomap set to the specified interface. The value qhen queried is always 'attached'. When set to 'detached', the cryptomap set if detached from the specified interface. Setting the value to 'attached' will result in SNMP General Error.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), attached(1), detached(2)  

IPSIpAddress  
An IP V4 or V6 Address.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4|16)  

IkeHashAlgo  
The hash algorithm used in IPsec Phase-1 IKE negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(1), md5(2), sha(3)  

IkeAuthMethod  
The authentication method used in IPsec Phase-1 IKE negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(1), preSharedKey(2), rsaSig(3), rsaEncrypt(4), revPublicKey(5)  

IkeIdentityType  
The type of identity used by the local entity to identity itself to the peer with which it performs IPSec Main Mode negotiations. This type decides the content of the Identification payload in the Main Mode of IPSec tunnel setup.
TEXTUAL-CONVENTION    
  INTEGER isakmpIdTypeUNKNOWN(0), isakmpIdTypeADDRESS(1), isakmpIdTypeHOSTNAME(2)  

DiffHellmanGrp  
The Diffie Hellman Group used in negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(1), dhGroup1(2), dhGroup2(3)  

EncryptAlgo  
The encryption algorithm used in negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(1), des(2), des3(3)  

TrapStatus  
The administrative status for sending a TRAP.
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2)  

CipsIsakmpPolicyEntry  
SEQUENCE    
  cipsIsakmpPolPriority Integer32
  cipsIsakmpPolEncr EncryptAlgo
  cipsIsakmpPolHash IkeHashAlgo
  cipsIsakmpPolAuth IkeAuthMethod
  cipsIsakmpPolGroup DiffHellmanGrp
  cipsIsakmpPolLifetime Integer32

CipsStaticCryptomapSetEntry  
SEQUENCE    
  cipsStaticCryptomapSetName DisplayString
  cipsStaticCryptomapSetSize Gauge32
  cipsStaticCryptomapSetNumIsakmp Gauge32
  cipsStaticCryptomapSetNumManual Gauge32
  cipsStaticCryptomapSetNumCET Gauge32
  cipsStaticCryptomapSetNumDynamic Gauge32
  cipsStaticCryptomapSetNumDisc Gauge32
  cipsStaticCryptomapSetNumSAs Gauge32

CipsDynamicCryptomapSetEntry  
SEQUENCE    
  cipsDynamicCryptomapSetName DisplayString
  cipsDynamicCryptomapSetSize Gauge32
  cipsDynamicCryptomapSetNumAssoc Gauge32

CipsStaticCryptomapEntry  
SEQUENCE    
  cipsStaticCryptomapPriority Integer32
  cipsStaticCryptomapType CryptomapType
  cipsStaticCryptomapDescr DisplayString
  cipsStaticCryptomapPeer IPSIpAddress
  cipsStaticCryptomapNumPeers Integer32
  cipsStaticCryptomapPfs DiffHellmanGrp
  cipsStaticCryptomapLifetime Integer32
  cipsStaticCryptomapLifesize Integer32
  cipsStaticCryptomapLevelHost TruthValue

CipsCryptomapSetIfEntry  
SEQUENCE    
  cipsCryptomapSetIfVirtual TruthValue
  cipsCryptomapSetIfStatus CryptomapSetBindStatus

Defined Values

ciscoIPsecMIB 1.3.6.1.4.1.9.10.62
The MIB module for modeling Cisco-specific IPsec attributes Overview of Cisco IPsec MIB MIB description This MIB models the Cisco implementation-specific attributes of a Cisco entity that implements IPsec. This MIB is complementary to the standard IPsec MIB proposed jointly by Tivoli and Cisco. The ciscoIPsec MIB provides the operational information on Cisco's IPsec tunnelling implementation. The following entities are managed: 1) ISAKMP Group: a) ISAKMP global parameters b) ISAKMP Policy Table 2) IPSec Group: a) IPSec Global Parameters b) IPSec Global Traffic Parameters c) Cryptomap Group - Cryptomap Set Table - Cryptomap Table - CryptomapSet Binding Table 3) System Capacity & Capability Group: a) Capacity Parameters b) Capability Parameters 4) Trap Control Group 5) Notifications Group
MODULE-IDENTITY    

ciscoIPsecMIBObjects 1.3.6.1.4.1.9.10.62.1
OBJECT IDENTIFIER    

ciscoIPsecMIBNotificationPrefix 1.3.6.1.4.1.9.10.62.2
OBJECT IDENTIFIER    

ciscoIPsecMIBConformance 1.3.6.1.4.1.9.10.62.3
OBJECT IDENTIFIER    

cipsIsakmpGroup 1.3.6.1.4.1.9.10.62.1.1
OBJECT IDENTIFIER    

cipsIPsecGroup 1.3.6.1.4.1.9.10.62.1.2
OBJECT IDENTIFIER    

cipsIPsecGlobals 1.3.6.1.4.1.9.10.62.1.2.1
OBJECT IDENTIFIER    

cipsIPsecStatistics 1.3.6.1.4.1.9.10.62.1.2.2
OBJECT IDENTIFIER    

cipsCryptomapGroup 1.3.6.1.4.1.9.10.62.1.2.3
OBJECT IDENTIFIER    

cipsSysCapacityGroup 1.3.6.1.4.1.9.10.62.1.3
OBJECT IDENTIFIER    

cipsTrapCntlGroup 1.3.6.1.4.1.9.10.62.1.4
OBJECT IDENTIFIER    

cipsIsakmpEnabled 1.3.6.1.4.1.9.10.62.1.1.1
The value of this object is TRUE if ISAKMP has been enabled on the managed entity. Otherise the value of this object is FALSE.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipsIsakmpIdentity 1.3.6.1.4.1.9.10.62.1.1.2
The value of this object is shows the type of identity used by the managed entity in ISAKMP negotiations with another peer.
Status: current Access: read-only
OBJECT-TYPE    
  IkeIdentityType  

cipsIsakmpKeepaliveInterval 1.3.6.1.4.1.9.10.62.1.1.3
The value of this object is time interval in seconds between successive ISAKMP keepalive heartbeats issued to the peers to which IKE tunnels have been setup.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 10..3600  

cipsNumIsakmpPolicies 1.3.6.1.4.1.9.10.62.1.1.4
The value of this object is the number of ISAKMP policies that have been configured on the managed entity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

cipsIsakmpPolicyTable 1.3.6.1.4.1.9.10.62.1.1.5
The table containing the list of all ISAKMP policy entries configured by the operator.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipsIsakmpPolicyEntry

cipsIsakmpPolicyEntry 1.3.6.1.4.1.9.10.62.1.1.5.1
Each entry contains the attributes associated with a single ISAKMP Policy entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipsIsakmpPolicyEntry  

cipsIsakmpPolPriority 1.3.6.1.4.1.9.10.62.1.1.5.1.1
The priotity of this ISAKMP Policy entry. This is also the index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cipsIsakmpPolEncr 1.3.6.1.4.1.9.10.62.1.1.5.1.2
The encryption transform specified by this ISAKMP policy specification. The Internet Key Exchange (IKE) tunnels setup using this policy item would use the specified encryption transform to protect the ISAKMP PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  EncryptAlgo  

cipsIsakmpPolHash 1.3.6.1.4.1.9.10.62.1.1.5.1.3
The hash transform specified by this ISAKMP policy specification. The IKE tunnels setup using this policy item would use the specified hash transform to protect the ISAKMP PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  IkeHashAlgo  

cipsIsakmpPolAuth 1.3.6.1.4.1.9.10.62.1.1.5.1.4
The peer authentication mthod specified by this ISAKMP policy specification. If this policy entity is selected for negotiation with a peer, the local entity would authenticate the peer using the method specified by this object.
Status: current Access: read-only
OBJECT-TYPE    
  IkeAuthMethod  

cipsIsakmpPolGroup 1.3.6.1.4.1.9.10.62.1.1.5.1.5
This object specifies the Oakley group used for Diffie Hellman exchange in the Main Mode. If this policy item is selected to negotiate Main Mode with an IKE peer, the local entity chooses the group specified by this object to perform Diffie Hellman exchange with the peer.
Status: current Access: read-only
OBJECT-TYPE    
  DiffHellmanGrp  

cipsIsakmpPolLifetime 1.3.6.1.4.1.9.10.62.1.1.5.1.6
This object specifies the lifetime in seconds of the IKE tunnels generated using this policy specification.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 60..86400  

cipsSALifetime 1.3.6.1.4.1.9.10.62.1.2.1.1
The default lifetime (in seconds) assigned to an SA as a global policy (maybe overridden in specific cryptomap definitions).
Status: current Access: read-only
OBJECT-TYPE    
  CIPsecLifetime  

cipsSALifesize 1.3.6.1.4.1.9.10.62.1.2.1.2
The default lifesize in KBytes assigned to an SA as a global policy (unless overridden in cryptomap definition)
Status: current Access: read-only
OBJECT-TYPE    
  CIPsecLifesize  

cipsNumStaticCryptomapSets 1.3.6.1.4.1.9.10.62.1.2.1.3
The number of Cryptomap Sets that are are fully configured. Statically defined cryptomap sets are ones where the operator has fully specified all the parameters required set up IPSec Virtual Private Networks (VPNs).
Status: current Access: read-only
OBJECT-TYPE    
  CIPsecNumCryptoMaps  

cipsNumCETCryptomapSets 1.3.6.1.4.1.9.10.62.1.2.1.4
The number of static Cryptomap Sets that have at least one CET cryptomap element as a member of the set.
Status: current Access: read-only
OBJECT-TYPE    
  CIPsecNumCryptoMaps  

cipsNumDynamicCryptomapSets 1.3.6.1.4.1.9.10.62.1.2.1.5
The number of dynamic IPSec Policy templates (called 'dynamic cryptomap templates') configured on the managed entity.
Status: current Access: read-only
OBJECT-TYPE    
  CIPsecNumCryptoMaps  

cipsNumTEDCryptomapSets 1.3.6.1.4.1.9.10.62.1.2.1.6
The number of static Cryptomap Sets that have at least one dynamic cryptomap template bound to them which has the Tunnel Endpoint Discovery (TED) enabled.
Status: current Access: read-only
OBJECT-TYPE    
  CIPsecNumCryptoMaps  

cipsNumTEDProbesReceived 1.3.6.1.4.1.9.10.62.1.2.2.1
The number of TED probes that were received by this managed entity since bootup. Not affected by any CLI operation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipsNumTEDProbesSent 1.3.6.1.4.1.9.10.62.1.2.2.2
The number of TED probes that were dispatched by all the dynamic cryptomaps in this managed entity since bootup. Not affected by any CLI operation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipsNumTEDFailures 1.3.6.1.4.1.9.10.62.1.2.2.3
The number of TED probes that were dispatched by the local entity and that failed to locate crypto endpoint. Not affected by any CLI operation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipsMaxSAs 1.3.6.1.4.1.9.10.62.1.3.1
The maximum number of IPsec Security Associations that can be established on this managed entity. If no theoretical limit exists, this returns value 0. Not affected by any CLI operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cips3DesCapable 1.3.6.1.4.1.9.10.62.1.3.2
The value of this object is TRUE if the managed entity has the hardware nad software features to support 3DES encryption algorithm. Not affected by any CLI operation.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipsStaticCryptomapSetTable 1.3.6.1.4.1.9.10.62.1.2.3.1
The table containing the list of all cryptomap sets that are fully specified and are not wild-carded. The operator may include different types of cryptomaps in such a set - manual, CET, ISAKMP or dynamic.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipsStaticCryptomapSetEntry

cipsStaticCryptomapSetEntry 1.3.6.1.4.1.9.10.62.1.2.3.1.1
Each entry contains the attributes associated with a single static cryptomap set.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipsStaticCryptomapSetEntry  

cipsStaticCryptomapSetName 1.3.6.1.4.1.9.10.62.1.2.3.1.1.1
The index of the static cryptomap table. The value of the string is the name string assigned by the operator in defining the cryptomap set.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

cipsStaticCryptomapSetSize 1.3.6.1.4.1.9.10.62.1.2.3.1.1.2
The total number of cryptomap entries contained in this cryptomap set.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipsStaticCryptomapSetNumIsakmp 1.3.6.1.4.1.9.10.62.1.2.3.1.1.3
The number of cryptomaps associated with this cryptomap set that use ISAKMP protocol to do key exchange.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipsStaticCryptomapSetNumManual 1.3.6.1.4.1.9.10.62.1.2.3.1.1.4
The number of cryptomaps associated with this cryptomap set that require the operator to manually setup the keys and SPIs.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipsStaticCryptomapSetNumCET 1.3.6.1.4.1.9.10.62.1.2.3.1.1.5
The number of cryptomaps of type 'ipsec-cisco' associated with this cryptomap set. Such cryptomap elements implement Cisco Encryption Technology based Virtual Private Networks.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipsStaticCryptomapSetNumDynamic 1.3.6.1.4.1.9.10.62.1.2.3.1.1.6
The number of dynamic cryptomap templates linked to this cryptomap set.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipsStaticCryptomapSetNumDisc 1.3.6.1.4.1.9.10.62.1.2.3.1.1.7
The number of dynamic cryptomap templates linked to this cryptomap set that have Tunnel Endpoint Discovery (TED) enabled.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipsStaticCryptomapSetNumSAs 1.3.6.1.4.1.9.10.62.1.2.3.1.1.8
The number of and IPsec Security Associations that are active and were setup using this cryptomap.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipsDynamicCryptomapSetTable 1.3.6.1.4.1.9.10.62.1.2.3.2
The table containing the list of all dynamic cryptomaps that use IKE, defined on the managed entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipsDynamicCryptomapSetEntry

cipsDynamicCryptomapSetEntry 1.3.6.1.4.1.9.10.62.1.2.3.2.1
Each entry contains the attributes associated with a single dynamic cryptomap template.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipsDynamicCryptomapSetEntry  

cipsDynamicCryptomapSetName 1.3.6.1.4.1.9.10.62.1.2.3.2.1.1
The index of the dynamic cryptomap table. The value of the string is the one assigned by the operator in defining the cryptomap set.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

cipsDynamicCryptomapSetSize 1.3.6.1.4.1.9.10.62.1.2.3.2.1.2
The number of cryptomap entries in this cryptomap.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipsDynamicCryptomapSetNumAssoc 1.3.6.1.4.1.9.10.62.1.2.3.2.1.3
The number of static cryptomap sets with which this dynamic cryptomap is associated.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipsStaticCryptomapTable 1.3.6.1.4.1.9.10.62.1.2.3.3
The table ilisting the member cryptomaps of the cryptomap sets that are configured on the managed entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipsStaticCryptomapEntry

cipsStaticCryptomapEntry 1.3.6.1.4.1.9.10.62.1.2.3.3.1
Each entry contains the attributes associated with a single static (fully specified) cryptomap entry. This table does not include the members of dynamic cryptomap sets that may be linked with the parent static cryptomap set.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipsStaticCryptomapEntry  

cipsStaticCryptomapPriority 1.3.6.1.4.1.9.10.62.1.2.3.3.1.1
The priority of the cryptomap entry in the cryptomap set. This is the second index component of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cipsStaticCryptomapType 1.3.6.1.4.1.9.10.62.1.2.3.3.1.2
The type of the cryptomap entry. This can be an ISAKMP cryptomap, CET or manual. Dynamic cryptomaps are not counted in this table.
Status: current Access: read-only
OBJECT-TYPE    
  CryptomapType  

cipsStaticCryptomapDescr 1.3.6.1.4.1.9.10.62.1.2.3.3.1.3
The description string entered by the operatoir while creating this cryptomap. The string generally identifies a description and the purpose of this policy.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cipsStaticCryptomapPeer 1.3.6.1.4.1.9.10.62.1.2.3.3.1.4
The IP address of the current peer associated with this IPSec policy item. Traffic that is protected by this cryptomap is protected by a tunnel that terminates at the device whose IP address is specified by this object.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

cipsStaticCryptomapNumPeers 1.3.6.1.4.1.9.10.62.1.2.3.3.1.5
The number of peers associated with this cryptomap entry. The peers other than the one identified by 'cipsStaticCryptomapPeer' are backup peers. Manual cryptomaps may have only one peer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..40  

cipsStaticCryptomapPfs 1.3.6.1.4.1.9.10.62.1.2.3.3.1.6
This object identifies if the tunnels instantiated due to this policy item should use Perfect Forward Secrecy (PFS) and if so, what group of Oakley they should use.
Status: current Access: read-only
OBJECT-TYPE    
  DiffHellmanGrp  

cipsStaticCryptomapLifetime 1.3.6.1.4.1.9.10.62.1.2.3.3.1.7
This object identifies the lifetime of the IPSec Security Associations (SA) created using this IPSec policy entry. If this value is zero, the lifetime assumes the value specified by the global lifetime parameter.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 120..86400  

cipsStaticCryptomapLifesize 1.3.6.1.4.1.9.10.62.1.2.3.3.1.8
This object identifies the lifesize (maximum traffic in bytes that may be carried) of the IPSec SAs created using this IPSec policy entry. If this value is zero, the lifetime assumes the value specified by the global lifesize parameter.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 2560..536870912  

cipsStaticCryptomapLevelHost 1.3.6.1.4.1.9.10.62.1.2.3.3.1.9
This object identifies the granularity of the IPSec SAs created using this IPSec policy entry. If this value is TRUE, distinct SA bundles are created for distinct hosts at the end of the application traffic.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipsCryptomapSetIfTable 1.3.6.1.4.1.9.10.62.1.2.3.4
The table lists the binding of cryptomap sets to the interfaces of the managed entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipsCryptomapSetIfEntry

cipsCryptomapSetIfEntry 1.3.6.1.4.1.9.10.62.1.2.3.4.1
Each entry contains the record of the association between an interface and a cryptomap set (static) that is defined on the managed entity. Note that the cryptomap set identified in this binding must static. Dynamic cryptomaps cannot be bound to interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipsCryptomapSetIfEntry  

cipsCryptomapSetIfVirtual 1.3.6.1.4.1.9.10.62.1.2.3.4.1.1
The value of this object identifies if the interface to which the cryptomap set is attached is a tunnel (such as a GRE or PPTP tunnel).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipsCryptomapSetIfStatus 1.3.6.1.4.1.9.10.62.1.2.3.4.1.2
This object identifies the status of the binding of the specified cryptomap set with the specified interface. The value when queried is always 'attached'. When set to 'detached', the cryptomap set if detached from the specified interface. The effect of this is same as the CLI command config-if# no crypto map cryptomapSetName Setting the value to 'attached' will result in SNMP General Error.
Status: current Access: read-write
OBJECT-TYPE    
  CryptomapSetBindStatus  

cipsCntlIsakmpPolicyAdded 1.3.6.1.4.1.9.10.62.1.4.1
This object defines the administrative state of sending the IOS IPsec ISAKMP Policy Add trap.
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

cipsCntlIsakmpPolicyDeleted 1.3.6.1.4.1.9.10.62.1.4.2
This object defines the administrative state of sending the IOS IPsec ISAKMP Policy Delete trap.
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

cipsCntlCryptomapAdded 1.3.6.1.4.1.9.10.62.1.4.3
This object defines the administrative state of sending the IOS IPsec Cryptomap Add trap.
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

cipsCntlCryptomapDeleted 1.3.6.1.4.1.9.10.62.1.4.4
This object defines the administrative state of sending the IOS IPsec Cryptomap Delete trap.
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

cipsCntlCryptomapSetAttached 1.3.6.1.4.1.9.10.62.1.4.5
This object defines the administrative state of sending the IOS IPsec trap that is issued when a cryptomap set is attached to an interface.
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

cipsCntlCryptomapSetDetached 1.3.6.1.4.1.9.10.62.1.4.6
This object defines the administrative state of sending the IOS IPsec trap that is issued when a cryptomap set is detached from an interface. to which it was earlier bound.
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

cipsCntlTooManySAs 1.3.6.1.4.1.9.10.62.1.4.7
This object defines the administrative state of sending the IOS IPsec trap that is issued when the number of SAs crosses the maximum number of SAs that may be supported on the managed entity.
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

cipsMIBNotifications 1.3.6.1.4.1.9.10.62.2.0
OBJECT IDENTIFIER    

cipsIsakmpPolicyAdded 1.3.6.1.4.1.9.10.62.2.0.1
This trap is generated when a new ISAKMP policy element is defined on the managed entity. The context of the event includes the updated number of ISAKMP policy elements currently available.
Status: current Access: read-write
NOTIFICATION-TYPE    

cipsIsakmpPolicyDeleted 1.3.6.1.4.1.9.10.62.2.0.2
This trap is generated when an existing ISAKMP policy element is deleted on the managed entity. The context of the event includes the updated number of ISAKMP policy elements currently available.
Status: current Access: read-write
NOTIFICATION-TYPE    

cipsCryptomapAdded 1.3.6.1.4.1.9.10.62.2.0.3
This trap is generated when a new cryptomap is added to the specified cryptomap set.
Status: current Access: read-write
NOTIFICATION-TYPE    

cipsCryptomapDeleted 1.3.6.1.4.1.9.10.62.2.0.4
This trap is generated when a cryptomap is removed from the specified cryptomap set.
Status: current Access: read-write
NOTIFICATION-TYPE    

cipsCryptomapSetAttached 1.3.6.1.4.1.9.10.62.2.0.5
A cryptomap set must be attached to an interface of the device in order for it to be operational. This trap is generated when the cryptomap set attached to an active interface of the managed entity. The context of the notification includes: Size of the attached cryptomap set, Number of ISAKMP cryptomaps in the set and Number of Dynamic cryptomaps in the set.
Status: current Access: read-write
NOTIFICATION-TYPE    

cipsCryptomapSetDetached 1.3.6.1.4.1.9.10.62.2.0.6
This trap is generated when a cryptomap set is detached from an interafce to which it was bound earlier. The context of the event identifies the size of the cryptomap set.
Status: current Access: read-write
NOTIFICATION-TYPE    

cipsTooManySAs 1.3.6.1.4.1.9.10.62.2.0.7
This trap is generated when a new SA is attempted to be setup while the number of currently active SAs equals the maximum configurable. The variables are: cipsMaxSAs
Status: current Access: read-write
NOTIFICATION-TYPE    

cipsMIBConformances 1.3.6.1.4.1.9.10.62.3.1
OBJECT IDENTIFIER    

cipsMIBGroups 1.3.6.1.4.1.9.10.62.3.2
OBJECT IDENTIFIER    

cipsMIBCompliance 1.3.6.1.4.1.9.10.62.3.1.1
The compliance statement for entities which implement the Cisco IPsec MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

cipsMIBConfIsakmpGroup 1.3.6.1.4.1.9.10.62.3.2.1
A collection of objects providing Global ISAKMP policy monitoring capability to a Cisco IPsec capable VPN router.
Status: current Access: read-only
OBJECT-GROUP    

cipsMIBConfIPSecGlobalsGroup 1.3.6.1.4.1.9.10.62.3.2.2
A collection of objects providing Global IPSec policy monitoring capability to a Cisco IPsec capable VPN router.
Status: current Access: read-only
OBJECT-GROUP    

cipsMIBConfCapacityGroup 1.3.6.1.4.1.9.10.62.3.2.3
A collection of objects providing IPsec System Capacity monitoring capability to a Cisco IPsec capable VPN router.
Status: current Access: read-only
OBJECT-GROUP    

cipsMIBStaticCryptomapGroup 1.3.6.1.4.1.9.10.62.3.2.4
A collection of objects instrumenting the properties of the Static (fully specified) Cryptomap Sets on an IPsec-capable IOS router.
Status: current Access: read-only
OBJECT-GROUP    

cipsMIBManualCryptomapGroup 1.3.6.1.4.1.9.10.62.3.2.5
A collection of objects instrumenting the properties of the Manual Cryptomap entries on a Cisco IPsec capable IOS router.
Status: current Access: read-only
OBJECT-GROUP    

cipsMIBDynamicCryptomapGroup 1.3.6.1.4.1.9.10.62.3.2.6
A collection of objects instrumenting the properties of the Dynamic Cryptomap group on a Cisco IPsec capable IOS router.
Status: current Access: read-only
OBJECT-GROUP    

cipsMIBMandatoryNotifCntlGroup 1.3.6.1.4.1.9.10.62.3.2.7
A collection of objects providing IPsec Notification capability to a IPsec-capable IOS router. It is mandatory to implement this set of objects pertaining to IOS notifications about IPSec activity.
Status: current Access: read-only
OBJECT-GROUP