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

Prefix: bridge

Related Modules:
ATM-MIB
BGP4-MIB
CISCO-AAA-SERVER-MIB
CISCO-AAA-SESSION-MIB
CISCO-ATM-PVCTRAP-EXTN-MIB

💡 Example Usage

# GET module data
curl -X GET \
  -H "Accept: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/data/BRIDGE-MIB

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: BRIDGE-MIB
  +--ro BRIDGE-MIB
     +--ro dot1dBase
     |  +--ro dot1dBaseBridgeAddress?   yang:mac-address
     |  +--ro dot1dBaseNumPorts?        int32
     |  +--ro dot1dBaseType?            enumeration
     +--ro dot1dStp
     |  +--ro dot1dStpProtocolSpecification?     enumeration
     |  +--ro dot1dStpPriority?                  int32
     |  +--ro dot1dStpTimeSinceTopologyChange?   yang:timeticks
     |  +--ro dot1dStpTopChanges?                yang:counter32
     |  +--ro dot1dStpDesignatedRoot?            BRIDGE-MIB:BridgeId
     |  +--ro dot1dStpRootCost?                  int32
     |  +--ro dot1dStpRootPort?                  int32
     |  +--ro dot1dStpMaxAge?                    BRIDGE-MIB:Timeout
     |  +--ro dot1dStpHelloTime?                 BRIDGE-MIB:Timeout
     |  +--ro dot1dStpHoldTime?                  int32
     |  +--ro dot1dStpForwardDelay?              BRIDGE-MIB:Timeout
     |  +--ro dot1dStpBridgeMaxAge?              BRIDGE-MIB:Timeout
     |  +--ro dot1dStpBridgeHelloTime?           BRIDGE-MIB:Timeout
     |  +--ro dot1dStpBridgeForwardDelay?        BRIDGE-MIB:Timeout
     +--ro dot1dTp
     |  +--ro dot1dTpLearnedEntryDiscards?   yang:counter32
     |  +--ro dot1dTpAgingTime?              int32
     +--ro dot1dBasePortTable
     |  +--ro dot1dBasePortEntry* [dot1dBasePort]
     |     +--ro dot1dBasePort                         int32
     |     +--ro dot1dBasePortIfIndex?                 if-mib:InterfaceIndex
     |     +--ro dot1dBasePortCircuit?                 yang:object-identifier-128
     |     +--ro dot1dBasePortDelayExceededDiscards?   yang:counter32
     |     +--ro dot1dBasePortMtuExceededDiscards?     yang:counter32
     +--ro dot1dStpPortTable
     |  +--ro dot1dStpPortEntry* [dot1dStpPort]
     |     +--ro dot1dStpPort                      int32
     |     +--ro dot1dStpPortPriority?             int32
     |     +--ro dot1dStpPortState?                enumeration
     |     +--ro dot1dStpPortEnable?               enumeration
     |     +--ro dot1dStpPortPathCost?             int32
     |     +--ro dot1dStpPortDesignatedRoot?       BRIDGE-MIB:BridgeId
     |     +--ro dot1dStpPortDesignatedCost?       int32
     |     +--ro dot1dStpPortDesignatedBridge?     BRIDGE-MIB:BridgeId
     |     +--ro dot1dStpPortDesignatedPort?       binary
     |     +--ro dot1dStpPortForwardTransitions?   yang:counter32
     |     +--ro dot1dStpPortPathCost32?           int32
     +--ro dot1dTpFdbTable
     |  +--ro dot1dTpFdbEntry* [dot1dTpFdbAddress]
     |     +--ro dot1dTpFdbAddress    yang:mac-address
     |     +--ro dot1dTpFdbPort?      int32
     |     +--ro dot1dTpFdbStatus?    enumeration
     +--ro dot1dTpPortTable
     |  +--ro dot1dTpPortEntry* [dot1dTpPort]
     |     +--ro dot1dTpPort              int32
     |     +--ro dot1dTpPortMaxInfo?      int32
     |     +--ro dot1dTpPortInFrames?     yang:counter32
     |     +--ro dot1dTpPortOutFrames?    yang:counter32
     |     +--ro dot1dTpPortInDiscards?   yang:counter32
     +--ro dot1dStaticTable
        +--ro dot1dStaticEntry* [dot1dStaticAddress dot1dStaticReceivePort]
           +--ro dot1dStaticAddress          yang:mac-address
           +--ro dot1dStaticReceivePort      int32
           +--ro dot1dStaticAllowedToGoTo?   binary
           +--ro dot1dStaticStatus?          enumeration

  notifications:
    +---n newRoot
    +---n topologyChange

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