📊 NOTIFICATION-LOG-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/NOTIFICATION-LOG-MIB

Prefix: notification-lo

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/NOTIFICATION-LOG-MIB

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: NOTIFICATION-LOG-MIB
  +--ro NOTIFICATION-LOG-MIB
     +--ro nlmConfig
     |  +--ro nlmConfigGlobalEntryLimit?   uint32
     |  +--ro nlmConfigGlobalAgeOut?       uint32
     +--ro nlmStats
     |  +--ro nlmStatsGlobalNotificationsLogged?   yang:counter32
     |  +--ro nlmStatsGlobalNotificationsBumped?   yang:counter32
     +--ro nlmConfigLogTable
     |  +--ro nlmConfigLogEntry* [nlmLogName]
     |     +--ro nlmLogName                        snmp-framework:SnmpAdminString
     |     +--ro nlmConfigLogFilterName?           snmp-framework:SnmpAdminString
     |     +--ro nlmConfigLogEntryLimit?           uint32
     |     +--ro nlmConfigLogAdminStatus?          enumeration
     |     +--ro nlmConfigLogOperStatus?           enumeration
     |     +--ro nlmConfigLogStorageType?          snmpv2-tc:StorageType
     |     +--ro nlmConfigLogEntryStatus?          snmpv2-tc:RowStatus
     |     +--ro nlmStatsLogNotificationsLogged?   yang:counter32
     |     +--ro nlmStatsLogNotificationsBumped?   yang:counter32
     +--ro nlmLogTable
     |  +--ro nlmLogEntry* [nlmLogName nlmLogIndex]
     |     +--ro nlmLogName               -> /NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmLogName
     |     +--ro nlmLogIndex              uint32
     |     +--ro nlmLogTime?              yang:timestamp
     |     +--ro nlmLogDateAndTime?       snmpv2-tc:DateAndTime
     |     +--ro nlmLogEngineID?          snmp-framework:SnmpEngineID
     |     +--ro nlmLogEngineTAddress?    snmpv2-tc:TAddress
     |     +--ro nlmLogEngineTDomain?     snmpv2-tc:TDomain
     |     +--ro nlmLogContextEngineID?   snmp-framework:SnmpEngineID
     |     +--ro nlmLogContextName?       snmp-framework:SnmpAdminString
     |     +--ro nlmLogNotificationID?    yang:object-identifier-128
     +--ro nlmLogVariableTable
        +--ro nlmLogVariableEntry* [nlmLogName nlmLogIndex nlmLogVariableIndex]
           +--ro nlmLogName                      -> /NOTIFICATION-LOG-MIB/nlmConfigLogTable/nlmConfigLogEntry/nlmLogName
           +--ro nlmLogIndex                     -> /NOTIFICATION-LOG-MIB/nlmLogTable/nlmLogEntry/nlmLogIndex
           +--ro nlmLogVariableIndex             uint32
           +--ro nlmLogVariableID?               yang:object-identifier-128
           +--ro nlmLogVariableValueType?        enumeration
           +--ro nlmLogVariableCounter32Val?     yang:counter32
           +--ro nlmLogVariableUnsigned32Val?    uint32
           +--ro nlmLogVariableTimeTicksVal?     yang:timeticks
           +--ro nlmLogVariableInteger32Val?     int32
           +--ro nlmLogVariableOctetStringVal?   binary
           +--ro nlmLogVariableIpAddressVal?     inet:ipv4-address
           +--ro nlmLogVariableOidVal?           yang:object-identifier-128
           +--ro nlmLogVariableCounter64Val?     yang:counter64
           +--ro nlmLogVariableOpaqueVal?        binary

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