MIB YANG Tree Visualization - IOS-XE 17.18.1
📚 API Documentation & Navigation
📋 Module Metadata
Namespace: http://cisco.com/ns/yang/CISCO-IPSEC-MIB
Prefix: cisco-ipsec
Related Modules:
ATM-MIB
BGP4-MIB
BRIDGE-MIB
CISCO-AAA-SERVER-MIB
CISCO-AAA-SESSION-MIB
💡 Example Usage
# GET module data curl -X GET \ -H "Accept: application/yang-data+json" \ -u admin:password \ --insecure \ https://device-ip/restconf/data/CISCO-IPSEC-MIB
📚 External Documentation
module: CISCO-IPSEC-MIB
+--ro CISCO-IPSEC-MIB
+--ro cipsIsakmpGroup
| +--ro cipsIsakmpEnabled? boolean
| +--ro cipsIsakmpIdentity? CISCO-IPSEC-MIB:IkeIdentityType
| +--ro cipsIsakmpKeepaliveInterval? int32
| +--ro cipsNumIsakmpPolicies? int32
+--ro cipsIPsecGlobals
| +--ro cipsSALifetime? CISCO-IPSEC-MIB:CIPsecLifetime
| +--ro cipsSALifesize? CISCO-IPSEC-MIB:CIPsecLifesize
| +--ro cipsNumStaticCryptomapSets? CISCO-IPSEC-MIB:CIPsecNumCryptoMaps
| +--ro cipsNumCETCryptomapSets? CISCO-IPSEC-MIB:CIPsecNumCryptoMaps
| +--ro cipsNumDynamicCryptomapSets? CISCO-IPSEC-MIB:CIPsecNumCryptoMaps
| +--ro cipsNumTEDCryptomapSets? CISCO-IPSEC-MIB:CIPsecNumCryptoMaps
+--ro cipsIPsecStatistics
| +--ro cipsNumTEDProbesReceived? yang:counter32
| +--ro cipsNumTEDProbesSent? yang:counter32
| +--ro cipsNumTEDFailures? yang:counter32
+--ro cipsSysCapacityGroup
| +--ro cipsMaxSAs? int32
| +--ro cips3DesCapable? boolean
+--ro cipsTrapCntlGroup
| +--ro cipsCntlIsakmpPolicyAdded? CISCO-IPSEC-MIB:TrapStatus
| +--ro cipsCntlIsakmpPolicyDeleted? CISCO-IPSEC-MIB:TrapStatus
| +--ro cipsCntlCryptomapAdded? CISCO-IPSEC-MIB:TrapStatus
| +--ro cipsCntlCryptomapDeleted? CISCO-IPSEC-MIB:TrapStatus
| +--ro cipsCntlCryptomapSetAttached? CISCO-IPSEC-MIB:TrapStatus
| +--ro cipsCntlCryptomapSetDetached? CISCO-IPSEC-MIB:TrapStatus
| +--ro cipsCntlTooManySAs? CISCO-IPSEC-MIB:TrapStatus
+--ro cipsIsakmpPolicyTable
| +--ro cipsIsakmpPolicyEntry* [cipsIsakmpPolPriority]
| +--ro cipsIsakmpPolPriority int32
| +--ro cipsIsakmpPolEncr? CISCO-IPSEC-MIB:EncryptAlgo
| +--ro cipsIsakmpPolHash? CISCO-IPSEC-MIB:IkeHashAlgo
| +--ro cipsIsakmpPolAuth? CISCO-IPSEC-MIB:IkeAuthMethod
| +--ro cipsIsakmpPolGroup? CISCO-IPSEC-MIB:DiffHellmanGrp
| +--ro cipsIsakmpPolLifetime? int32
+--ro cipsStaticCryptomapSetTable
| +--ro cipsStaticCryptomapSetEntry* [cipsStaticCryptomapSetName]
| +--ro cipsStaticCryptomapSetName snmpv2-tc:DisplayString
| +--ro cipsStaticCryptomapSetSize? yang:gauge32
| +--ro cipsStaticCryptomapSetNumIsakmp? yang:gauge32
| +--ro cipsStaticCryptomapSetNumManual? yang:gauge32
| +--ro cipsStaticCryptomapSetNumCET? yang:gauge32
| +--ro cipsStaticCryptomapSetNumDynamic? yang:gauge32
| +--ro cipsStaticCryptomapSetNumDisc? yang:gauge32
| +--ro cipsStaticCryptomapSetNumSAs? yang:gauge32
+--ro cipsDynamicCryptomapSetTable
| +--ro cipsDynamicCryptomapSetEntry* [cipsDynamicCryptomapSetName]
| +--ro cipsDynamicCryptomapSetName snmpv2-tc:DisplayString
| +--ro cipsDynamicCryptomapSetSize? yang:gauge32
| +--ro cipsDynamicCryptomapSetNumAssoc? yang:gauge32
+--ro cipsStaticCryptomapTable
| +--ro cipsStaticCryptomapEntry* [cipsStaticCryptomapSetName cipsStaticCryptomapPriority]
| +--ro cipsStaticCryptomapSetName -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName
| +--ro cipsStaticCryptomapPriority int32
| +--ro cipsStaticCryptomapType? CISCO-IPSEC-MIB:CryptomapType
| +--ro cipsStaticCryptomapDescr? snmpv2-tc:DisplayString
| +--ro cipsStaticCryptomapPeer? CISCO-IPSEC-MIB:IPSIpAddress
| +--ro cipsStaticCryptomapNumPeers? int32
| +--ro cipsStaticCryptomapPfs? CISCO-IPSEC-MIB:DiffHellmanGrp
| +--ro cipsStaticCryptomapLifetime? int32
| +--ro cipsStaticCryptomapLifesize? int32
| +--ro cipsStaticCryptomapLevelHost? boolean
+--ro cipsCryptomapSetIfTable
+--ro cipsCryptomapSetIfEntry* [ifIndex cipsStaticCryptomapSetName]
+--ro ifIndex -> /if-mib:IF-MIB/ifTable/ifEntry/ifIndex
+--ro cipsStaticCryptomapSetName -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName
+--ro cipsCryptomapSetIfVirtual? boolean
+--ro cipsCryptomapSetIfStatus? CISCO-IPSEC-MIB:CryptomapSetBindStatus
notifications:
+---n cipsIsakmpPolicyAdded
| +--ro object-1
| +--ro cipsNumIsakmpPolicies? -> /CISCO-IPSEC-MIB/cipsIsakmpGroup/cipsNumIsakmpPolicies
+---n cipsIsakmpPolicyDeleted
| +--ro object-1
| +--ro cipsNumIsakmpPolicies? -> /CISCO-IPSEC-MIB/cipsIsakmpGroup/cipsNumIsakmpPolicies
+---n cipsCryptomapAdded
| +--ro object-1
| | +--ro cipsStaticCryptomapSetName? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName
| | +--ro cipsStaticCryptomapPriority? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapPriority
| | +--ro cipsStaticCryptomapType? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapTable/cipsStaticCryptomapEntry/cipsStaticCryptomapType
| +--ro object-2
| +--ro cipsStaticCryptomapSetName? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName
| +--ro cipsStaticCryptomapSetSize? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetSize
+---n cipsCryptomapDeleted
| +--ro object-1
| +--ro cipsStaticCryptomapSetName? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName
| +--ro cipsStaticCryptomapSetSize? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetSize
+---n cipsCryptomapSetAttached
| +--ro object-1
| | +--ro cipsStaticCryptomapSetName? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName
| | +--ro cipsStaticCryptomapSetSize? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetSize
| +--ro object-2
| | +--ro cipsStaticCryptomapSetName? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName
| | +--ro cipsStaticCryptomapSetNumIsakmp? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetNumIsakmp
| +--ro object-3
| +--ro cipsStaticCryptomapSetName? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName
| +--ro cipsStaticCryptomapSetNumDynamic? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetNumDynamic
+---n cipsCryptomapSetDetached
| +--ro object-1
| +--ro cipsStaticCryptomapSetName? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetName
| +--ro cipsStaticCryptomapSetSize? -> /CISCO-IPSEC-MIB/cipsStaticCryptomapSetTable/cipsStaticCryptomapSetEntry/cipsStaticCryptomapSetSize
+---n cipsTooManySAs
+--ro object-1
+--ro cipsMaxSAs? -> /CISCO-IPSEC-MIB/cipsSysCapacityGroup/cipsMaxSAs
About this tree: This visualization shows the hierarchical structure of the CISCO-IPSEC-MIB MIB YANG module.
Generated using pyang -f tree command.
• +--rw = read-write node
• +--ro = read-only node
• +-- = configuration data
• x-- = deprecated node