📊 ENTITY-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/ENTITY-MIB

Prefix: entity

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/ENTITY-MIB

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: ENTITY-MIB
  +--ro ENTITY-MIB
     +--ro entityGeneral
     |  +--ro entLastChangeTime?   yang:timestamp
     +--ro entPhysicalTable
     |  +--ro entPhysicalEntry* [entPhysicalIndex]
     |     +--ro entPhysicalIndex           ENTITY-MIB:PhysicalIndex
     |     +--ro entPhysicalDescr?          snmp-framework:SnmpAdminString
     |     +--ro entPhysicalVendorType?     snmpv2-tc:AutonomousType
     |     +--ro entPhysicalContainedIn?    ENTITY-MIB:PhysicalIndexOrZero
     |     +--ro entPhysicalClass?          ENTITY-MIB:PhysicalClass
     |     +--ro entPhysicalParentRelPos?   int32
     |     +--ro entPhysicalName?           snmp-framework:SnmpAdminString
     |     +--ro entPhysicalHardwareRev?    snmp-framework:SnmpAdminString
     |     +--ro entPhysicalFirmwareRev?    snmp-framework:SnmpAdminString
     |     +--ro entPhysicalSoftwareRev?    snmp-framework:SnmpAdminString
     |     +--ro entPhysicalSerialNum?      snmp-framework:SnmpAdminString
     |     +--ro entPhysicalMfgName?        snmp-framework:SnmpAdminString
     |     +--ro entPhysicalModelName?      snmp-framework:SnmpAdminString
     |     +--ro entPhysicalAlias?          snmp-framework:SnmpAdminString
     |     +--ro entPhysicalAssetID?        snmp-framework:SnmpAdminString
     |     +--ro entPhysicalIsFRU?          boolean
     |     +--ro entPhysicalMfgDate?        snmpv2-tc:DateAndTime
     |     +--ro entPhysicalUris?           binary
     +--ro entLogicalTable
     |  +--ro entLogicalEntry* [entLogicalIndex]
     |     +--ro entLogicalIndex              int32
     |     +--ro entLogicalDescr?             snmp-framework:SnmpAdminString
     |     +--ro entLogicalType?              snmpv2-tc:AutonomousType
     |     x--ro entLogicalCommunity?         binary
     |     +--ro entLogicalTAddress?          snmpv2-tc:TAddress
     |     +--ro entLogicalTDomain?           snmpv2-tc:TDomain
     |     +--ro entLogicalContextEngineID?   ENTITY-MIB:SnmpEngineIdOrNone
     |     +--ro entLogicalContextName?       snmp-framework:SnmpAdminString
     +--ro entLPMappingTable
     |  +--ro entLPMappingEntry* [entLogicalIndex entLPPhysicalIndex]
     |     +--ro entLogicalIndex       -> /ENTITY-MIB/entLogicalTable/entLogicalEntry/entLogicalIndex
     |     +--ro entLPPhysicalIndex    ENTITY-MIB:PhysicalIndex
     +--ro entAliasMappingTable
     |  +--ro entAliasMappingEntry* [entPhysicalIndex entAliasLogicalIndexOrZero]
     |     +--ro entPhysicalIndex              -> /ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalIndex
     |     +--ro entAliasLogicalIndexOrZero    int32
     |     +--ro entAliasMappingIdentifier?    snmpv2-tc:RowPointer
     +--ro entPhysicalContainsTable
        +--ro entPhysicalContainsEntry* [entPhysicalIndex entPhysicalChildIndex]
           +--ro entPhysicalIndex         -> /ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalIndex
           +--ro entPhysicalChildIndex    ENTITY-MIB:PhysicalIndex

  notifications:
    +---n entConfigChange

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