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

Prefix: cisco-syslog

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

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: CISCO-SYSLOG-MIB
  +--ro CISCO-SYSLOG-MIB
     +--ro clogBasic
     |  +--ro clogNotificationsSent?      yang:counter32
     |  +--ro clogNotificationsEnabled?   boolean
     |  +--ro clogMaxSeverity?            CISCO-SYSLOG-MIB:SyslogSeverity
     |  +--ro clogMsgIgnores?             yang:counter32
     |  +--ro clogMsgDrops?               yang:counter32
     |  +--ro clogOriginIDType?           enumeration
     |  +--ro clogOriginID?               snmp-framework:SnmpAdminString
     +--ro clogHistory
     |  +--ro clogHistTableMaxLength?   int32
     |  +--ro clogHistMsgsFlushed?      yang:counter32
     +--ro clogServer
     |  +--ro clogMaxServers?   uint32
     +--ro clogHistoryTable
     |  +--ro clogHistoryEntry* [clogHistIndex]
     |     +--ro clogHistIndex        int32
     |     +--ro clogHistFacility?    snmpv2-tc:DisplayString
     |     +--ro clogHistSeverity?    CISCO-SYSLOG-MIB:SyslogSeverity
     |     +--ro clogHistMsgName?     snmpv2-tc:DisplayString
     |     +--ro clogHistMsgText?     snmpv2-tc:DisplayString
     |     +--ro clogHistTimestamp?   yang:timestamp
     +--ro clogServerConfigTable
        +--ro clogServerConfigEntry* [clogServerAddrType clogServerAddr]
           +--ro clogServerAddrType    inet-address:InetAddressType
           +--ro clogServerAddr        inet-address:InetAddress
           +--ro clogServerStatus?     snmpv2-tc:RowStatus

  notifications:
    +---n clogMessageGenerated
       +--ro object-1
       |  +--ro clogHistIndex?      -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistIndex
       |  +--ro clogHistFacility?   -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistFacility
       +--ro object-2
       |  +--ro clogHistIndex?      -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistIndex
       |  +--ro clogHistSeverity?   -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistSeverity
       +--ro object-3
       |  +--ro clogHistIndex?     -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistIndex
       |  +--ro clogHistMsgName?   -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistMsgName
       +--ro object-4
       |  +--ro clogHistIndex?     -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistIndex
       |  +--ro clogHistMsgText?   -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistMsgText
       +--ro object-5
          +--ro clogHistIndex?       -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistIndex
          +--ro clogHistTimestamp?   -> /CISCO-SYSLOG-MIB/clogHistoryTable/clogHistoryEntry/clogHistTimestamp

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