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

Prefix: etherlike

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

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: EtherLike-MIB
  +--ro EtherLike-MIB
     +--ro dot3StatsTable
     |  +--ro dot3StatsEntry* [dot3StatsIndex]
     |     +--ro dot3StatsIndex                        if-mib:InterfaceIndex
     |     +--ro dot3StatsAlignmentErrors?             yang:counter32
     |     +--ro dot3StatsFCSErrors?                   yang:counter32
     |     +--ro dot3StatsSingleCollisionFrames?       yang:counter32
     |     +--ro dot3StatsMultipleCollisionFrames?     yang:counter32
     |     +--ro dot3StatsSQETestErrors?               yang:counter32
     |     +--ro dot3StatsDeferredTransmissions?       yang:counter32
     |     +--ro dot3StatsLateCollisions?              yang:counter32
     |     +--ro dot3StatsExcessiveCollisions?         yang:counter32
     |     +--ro dot3StatsInternalMacTransmitErrors?   yang:counter32
     |     +--ro dot3StatsCarrierSenseErrors?          yang:counter32
     |     +--ro dot3StatsFrameTooLongs?               yang:counter32
     |     +--ro dot3StatsInternalMacReceiveErrors?    yang:counter32
     |     x--ro dot3StatsEtherChipSet?                yang:object-identifier-128
     |     +--ro dot3StatsSymbolErrors?                yang:counter32
     |     +--ro dot3StatsDuplexStatus?                enumeration
     |     +--ro dot3StatsRateControlAbility?          boolean
     |     +--ro dot3StatsRateControlStatus?           enumeration
     +--ro dot3CollTable
     |  +--ro dot3CollEntry* [ifIndex dot3CollCount]
     |     +--ro ifIndex                -> /if-mib:IF-MIB/ifTable/ifEntry/ifIndex
     |     +--ro dot3CollCount          int32
     |     +--ro dot3CollFrequencies?   yang:counter32
     +--ro dot3ControlTable
     |  +--ro dot3ControlEntry* [dot3StatsIndex]
     |     +--ro dot3StatsIndex                   -> /EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsIndex
     |     +--ro dot3ControlFunctionsSupported?   bits
     |     +--ro dot3ControlInUnknownOpcodes?     yang:counter32
     |     +--ro dot3HCControlInUnknownOpcodes?   yang:counter64
     +--ro dot3PauseTable
     |  +--ro dot3PauseEntry* [dot3StatsIndex]
     |     +--ro dot3StatsIndex          -> /EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsIndex
     |     +--ro dot3PauseAdminMode?     enumeration
     |     +--ro dot3PauseOperMode?      enumeration
     |     +--ro dot3InPauseFrames?      yang:counter32
     |     +--ro dot3OutPauseFrames?     yang:counter32
     |     +--ro dot3HCInPauseFrames?    yang:counter64
     |     +--ro dot3HCOutPauseFrames?   yang:counter64
     +--ro dot3HCStatsTable
        +--ro dot3HCStatsEntry* [dot3StatsIndex]
           +--ro dot3StatsIndex                          -> /EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsIndex
           +--ro dot3HCStatsAlignmentErrors?             yang:counter64
           +--ro dot3HCStatsFCSErrors?                   yang:counter64
           +--ro dot3HCStatsInternalMacTransmitErrors?   yang:counter64
           +--ro dot3HCStatsFrameTooLongs?               yang:counter64
           +--ro dot3HCStatsInternalMacReceiveErrors?    yang:counter64
           +--ro dot3HCStatsSymbolErrors?                yang:counter64

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