📊 CISCO-TAP2-MIB

MIB YANG Tree Visualization - IOS-XE 17.18.1

📚 API Documentation & Navigation

📄 View Swagger Spec 🚀 Open in Swagger UI 📂 Browse All MIB APIs 📄 YANG Source 🌳 All MIB Trees 🏠 Main Tree Browser

📋 Module Metadata

Namespace: http://cisco.com/ns/yang/CISCO-TAP2-MIB

Prefix: cisco-tap2

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-TAP2-MIB

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: CISCO-TAP2-MIB
  +--ro CISCO-TAP2-MIB
     +--ro cTap2MediationGroup
     |  +--ro cTap2MediationNewIndex?       int32
     |  +--ro cTap2MediationCapabilities?   bits
     +--ro cTap2DebugGroup
     |  +--ro cTap2DebugAge?          int32
     |  +--ro cTap2DebugMaxEntries?   int32
     +--ro cTap2MediationTable
     |  +--ro cTap2MediationEntry* [cTap2MediationContentId]
     |     +--ro cTap2MediationContentId             int32
     |     +--ro cTap2MediationDestAddressType?      inet-address:InetAddressType
     |     +--ro cTap2MediationDestAddress?          inet-address:InetAddress
     |     +--ro cTap2MediationDestPort?             inet:port-number
     |     +--ro cTap2MediationSrcInterface?         if-mib:InterfaceIndexOrZero
     |     +--ro cTap2MediationRtcpPort?             inet:port-number
     |     +--ro cTap2MediationDscp?                 CISCO-TAP2-MIB:Ctap2Dscp
     |     +--ro cTap2MediationDataType?             int32
     |     +--ro cTap2MediationRetransmitType?       int32
     |     +--ro cTap2MediationTimeout?              snmpv2-tc:DateAndTime
     |     +--ro cTap2MediationTransport?            enumeration
     |     +--ro cTap2MediationNotificationEnable?   boolean
     |     +--ro cTap2MediationStatus?               snmpv2-tc:RowStatus
     |     +--ro cTap2MediationRadiusKey?            CISCO-TAP2-MIB:Ctap2RadiusKey
     +--ro cTap2StreamTable
     |  +--ro cTap2StreamEntry* [cTap2MediationContentId cTap2StreamIndex]
     |     +--ro cTap2MediationContentId            -> /CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationContentId
     |     +--ro cTap2StreamIndex                   int32
     |     +--ro cTap2StreamType?                   enumeration
     |     +--ro cTap2StreamInterceptEnable?        boolean
     |     +--ro cTap2StreamInterceptedPackets?     yang:counter32
     |     +--ro cTap2StreamInterceptDrops?         yang:counter32
     |     +--ro cTap2StreamStatus?                 snmpv2-tc:RowStatus
     |     +--ro cTap2StreamInterceptedHCPackets?   yang:counter64
     |     +--ro cTap2StreamInterceptHCDrops?       yang:counter64
     +--ro cTap2DebugTable
     |  +--ro cTap2DebugEntry* [cTap2DebugIndex]
     |     +--ro cTap2DebugIndex          int32
     |     +--ro cTap2DebugMediationId?   uint32
     |     +--ro cTap2DebugStreamId?      uint32
     |     +--ro cTap2DebugMessage?       snmp-framework:SnmpAdminString
     |     +--ro cTap2DebugStatus?        snmpv2-tc:RowStatus
     +--ro cTap2DebugUserTable
        +--ro cTap2DebugUserEntry* [cTap2MediationContentId cTap2DebugUserName]
           +--ro cTap2MediationContentId      -> /CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationContentId
           +--ro cTap2DebugUserName           snmp-framework:SnmpAdminString
           +--ro cTap2DebugUserTimeout?       snmpv2-tc:DateAndTime
           +--ro cTap2DebugUserStorageType?   snmpv2-tc:StorageType
           +--ro cTap2DebugUserStatus?        snmpv2-tc:RowStatus

  notifications:
    +---n ciscoTap2MIBActive
    +---n ciscoTap2MediationTimedOut
    |  +--ro object-1
    |     +--ro cTap2MediationContentId?   -> /CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationContentId
    |     +--ro cTap2MediationStatus?      -> /CISCO-TAP2-MIB/cTap2MediationTable/cTap2MediationEntry/cTap2MediationStatus
    +---n ciscoTap2MediationDebug
    |  +--ro object-1
    |  |  +--ro cTap2DebugIndex?         -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugIndex
    |  |  +--ro cTap2DebugMediationId?   -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugMediationId
    |  +--ro object-2
    |     +--ro cTap2DebugIndex?     -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugIndex
    |     +--ro cTap2DebugMessage?   -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugMessage
    +---n ciscoTap2StreamDebug
    |  +--ro object-1
    |  |  +--ro cTap2DebugIndex?         -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugIndex
    |  |  +--ro cTap2DebugMediationId?   -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugMediationId
    |  +--ro object-2
    |  |  +--ro cTap2DebugIndex?      -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugIndex
    |  |  +--ro cTap2DebugStreamId?   -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugStreamId
    |  +--ro object-3
    |     +--ro cTap2DebugIndex?     -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugIndex
    |     +--ro cTap2DebugMessage?   -> /CISCO-TAP2-MIB/cTap2DebugTable/cTap2DebugEntry/cTap2DebugMessage
    +---n ciscoTap2Switchover

About this tree: This visualization shows the hierarchical structure of the CISCO-TAP2-MIB MIB YANG module. Generated using pyang -f tree command. • +--rw = read-write node • +--ro = read-only node • +-- = configuration data • x-- = deprecated node