📊 CISCO-PING-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-PING-MIB

Prefix: cisco-ping

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

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: CISCO-PING-MIB
  +--ro CISCO-PING-MIB
     +--ro ciscoPingTable
        +--ro ciscoPingEntry* [ciscoPingSerialNumber]
           +--ro ciscoPingSerialNumber        int32
           +--ro ciscoPingProtocol?           cisco-tc:CiscoNetworkProtocol
           +--ro ciscoPingAddress?            cisco-tc:CiscoNetworkAddress
           +--ro ciscoPingPacketCount?        int32
           +--ro ciscoPingPacketSize?         int32
           +--ro ciscoPingPacketTimeout?      int32
           +--ro ciscoPingDelay?              int32
           +--ro ciscoPingTrapOnCompletion?   boolean
           +--ro ciscoPingSentPackets?        yang:counter32
           +--ro ciscoPingReceivedPackets?    yang:counter32
           +--ro ciscoPingMinRtt?             int32
           +--ro ciscoPingAvgRtt?             int32
           +--ro ciscoPingMaxRtt?             int32
           +--ro ciscoPingCompleted?          boolean
           +--ro ciscoPingEntryOwner?         if-mib:OwnerString
           +--ro ciscoPingEntryStatus?        snmpv2-tc:RowStatus
           +--ro ciscoPingVrfName?            binary

  notifications:
    +---n ciscoPingCompletion
       +--ro object-1
       |  +--ro ciscoPingSerialNumber?   -> /CISCO-PING-MIB/ciscoPingTable/ciscoPingEntry/ciscoPingSerialNumber
       |  +--ro ciscoPingCompleted?      -> /CISCO-PING-MIB/ciscoPingTable/ciscoPingEntry/ciscoPingCompleted
       +--ro object-2
       |  +--ro ciscoPingSerialNumber?   -> /CISCO-PING-MIB/ciscoPingTable/ciscoPingEntry/ciscoPingSerialNumber
       |  +--ro ciscoPingSentPackets?    -> /CISCO-PING-MIB/ciscoPingTable/ciscoPingEntry/ciscoPingSentPackets
       +--ro object-3
          +--ro ciscoPingSerialNumber?      -> /CISCO-PING-MIB/ciscoPingTable/ciscoPingEntry/ciscoPingSerialNumber
          +--ro ciscoPingReceivedPackets?   -> /CISCO-PING-MIB/ciscoPingTable/ciscoPingEntry/ciscoPingReceivedPackets

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