MIB YANG Tree Visualization - IOS-XE 17.18.1
📚 API Documentation & Navigation
📋 Module Metadata
Namespace: http://cisco.com/ns/yang/LLDP-MIB
Prefix: lldp
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/LLDP-MIB
📚 External Documentation
module: LLDP-MIB
+--ro LLDP-MIB
+--ro lldpConfiguration
| +--ro lldpMessageTxInterval? int32
| +--ro lldpMessageTxHoldMultiplier? int32
| +--ro lldpReinitDelay? int32
| +--ro lldpTxDelay? int32
| +--ro lldpNotificationInterval? int32
+--ro lldpStatistics
| +--ro lldpStatsRemTablesLastChangeTime? yang:timestamp
| +--ro lldpStatsRemTablesInserts? yang:zero-based-counter32
| +--ro lldpStatsRemTablesDeletes? yang:zero-based-counter32
| +--ro lldpStatsRemTablesDrops? yang:zero-based-counter32
| +--ro lldpStatsRemTablesAgeouts? yang:zero-based-counter32
+--ro lldpLocalSystemData
| +--ro lldpLocChassisIdSubtype? LLDP-MIB:LldpChassisIdSubtype
| +--ro lldpLocChassisId? LLDP-MIB:LldpChassisId
| +--ro lldpLocSysName? snmp-framework:SnmpAdminString
| +--ro lldpLocSysDesc? snmp-framework:SnmpAdminString
| +--ro lldpLocSysCapSupported? LLDP-MIB:LldpSystemCapabilitiesMap
| +--ro lldpLocSysCapEnabled? LLDP-MIB:LldpSystemCapabilitiesMap
+--ro lldpPortConfigTable
| +--ro lldpPortConfigEntry* [lldpPortConfigPortNum]
| +--ro lldpPortConfigPortNum LLDP-MIB:LldpPortNumber
| +--ro lldpPortConfigAdminStatus? enumeration
| +--ro lldpPortConfigNotificationEnable? boolean
| +--ro lldpPortConfigTLVsTxEnable? bits
+--ro lldpStatsTxPortTable
| +--ro lldpStatsTxPortEntry* [lldpStatsTxPortNum]
| +--ro lldpStatsTxPortNum LLDP-MIB:LldpPortNumber
| +--ro lldpStatsTxPortFramesTotal? yang:counter32
+--ro lldpStatsRxPortTable
| +--ro lldpStatsRxPortEntry* [lldpStatsRxPortNum]
| +--ro lldpStatsRxPortNum LLDP-MIB:LldpPortNumber
| +--ro lldpStatsRxPortFramesDiscardedTotal? yang:counter32
| +--ro lldpStatsRxPortFramesErrors? yang:counter32
| +--ro lldpStatsRxPortFramesTotal? yang:counter32
| +--ro lldpStatsRxPortTLVsDiscardedTotal? yang:counter32
| +--ro lldpStatsRxPortTLVsUnrecognizedTotal? yang:counter32
| +--ro lldpStatsRxPortAgeoutsTotal? yang:zero-based-counter32
+--ro lldpLocPortTable
| +--ro lldpLocPortEntry* [lldpLocPortNum]
| +--ro lldpLocPortNum LLDP-MIB:LldpPortNumber
| +--ro lldpLocPortIdSubtype? LLDP-MIB:LldpPortIdSubtype
| +--ro lldpLocPortId? LLDP-MIB:LldpPortId
| +--ro lldpLocPortDesc? snmp-framework:SnmpAdminString
+--ro lldpLocManAddrTable
| +--ro lldpLocManAddrEntry* [lldpLocManAddrSubtype lldpLocManAddr]
| +--ro lldpLocManAddrSubtype iana-address:AddressFamilyNumbers
| +--ro lldpLocManAddr LLDP-MIB:LldpManAddress
| +--ro lldpLocManAddrLen? int32
| +--ro lldpLocManAddrIfSubtype? LLDP-MIB:LldpManAddrIfSubtype
| +--ro lldpLocManAddrIfId? int32
| +--ro lldpLocManAddrOID? yang:object-identifier-128
| +--ro lldpConfigManAddrPortsTxEnable? LLDP-MIB:LldpPortList
+--ro lldpRemTable
| +--ro lldpRemEntry* [lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex]
| +--ro lldpRemTimeMark rmon2-mib:TimeFilter
| +--ro lldpRemLocalPortNum LLDP-MIB:LldpPortNumber
| +--ro lldpRemIndex int32
| +--ro lldpRemChassisIdSubtype? LLDP-MIB:LldpChassisIdSubtype
| +--ro lldpRemChassisId? LLDP-MIB:LldpChassisId
| +--ro lldpRemPortIdSubtype? LLDP-MIB:LldpPortIdSubtype
| +--ro lldpRemPortId? LLDP-MIB:LldpPortId
| +--ro lldpRemPortDesc? snmp-framework:SnmpAdminString
| +--ro lldpRemSysName? snmp-framework:SnmpAdminString
| +--ro lldpRemSysDesc? snmp-framework:SnmpAdminString
| +--ro lldpRemSysCapSupported? LLDP-MIB:LldpSystemCapabilitiesMap
| +--ro lldpRemSysCapEnabled? LLDP-MIB:LldpSystemCapabilitiesMap
+--ro lldpRemManAddrTable
| +--ro lldpRemManAddrEntry* [lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemManAddrSubtype lldpRemManAddr]
| +--ro lldpRemTimeMark -> /LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemTimeMark
| +--ro lldpRemLocalPortNum -> /LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemLocalPortNum
| +--ro lldpRemIndex -> /LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemIndex
| +--ro lldpRemManAddrSubtype iana-address:AddressFamilyNumbers
| +--ro lldpRemManAddr LLDP-MIB:LldpManAddress
| +--ro lldpRemManAddrIfSubtype? LLDP-MIB:LldpManAddrIfSubtype
| +--ro lldpRemManAddrIfId? int32
| +--ro lldpRemManAddrOID? yang:object-identifier-128
+--ro lldpRemUnknownTLVTable
| +--ro lldpRemUnknownTLVEntry* [lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemUnknownTLVType]
| +--ro lldpRemTimeMark -> /LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemTimeMark
| +--ro lldpRemLocalPortNum -> /LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemLocalPortNum
| +--ro lldpRemIndex -> /LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemIndex
| +--ro lldpRemUnknownTLVType int32
| +--ro lldpRemUnknownTLVInfo? binary
+--ro lldpRemOrgDefInfoTable
+--ro lldpRemOrgDefInfoEntry* [lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemOrgDefInfoOUI lldpRemOrgDefInfoSubtype lldpRemOrgDefInfoIndex]
+--ro lldpRemTimeMark -> /LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemTimeMark
+--ro lldpRemLocalPortNum -> /LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemLocalPortNum
+--ro lldpRemIndex -> /LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemIndex
+--ro lldpRemOrgDefInfoOUI binary
+--ro lldpRemOrgDefInfoSubtype int32
+--ro lldpRemOrgDefInfoIndex int32
+--ro lldpRemOrgDefInfo? binary
notifications:
+---n lldpRemTablesChange
+--ro object-1
| +--ro lldpStatsRemTablesInserts? -> /LLDP-MIB/lldpStatistics/lldpStatsRemTablesInserts
+--ro object-2
| +--ro lldpStatsRemTablesDeletes? -> /LLDP-MIB/lldpStatistics/lldpStatsRemTablesDeletes
+--ro object-3
| +--ro lldpStatsRemTablesDrops? -> /LLDP-MIB/lldpStatistics/lldpStatsRemTablesDrops
+--ro object-4
+--ro lldpStatsRemTablesAgeouts? -> /LLDP-MIB/lldpStatistics/lldpStatsRemTablesAgeouts
About this tree: This visualization shows the hierarchical structure of the LLDP-MIB MIB YANG module.
Generated using pyang -f tree command.
• +--rw = read-write node
• +--ro = read-only node
• +-- = configuration data
• x-- = deprecated node