📊 DRAFT-MSDP-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/DRAFT-MSDP-MIB

Prefix: draft-msdp

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/DRAFT-MSDP-MIB

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: DRAFT-MSDP-MIB
  +--ro DRAFT-MSDP-MIB
     +--ro msdp
     |  +--ro msdpEnabled?             boolean
     |  +--ro msdpCacheLifetime?       yang:timeticks
     |  +--ro msdpNumSACacheEntries?   yang:gauge32
     |  +--ro msdpSAHoldDownPeriod?    int32
     +--ro msdpRequestsTable
     |  +--ro msdpRequestsEntry* [msdpRequestsGroupAddress msdpRequestsGroupMask]
     |     +--ro msdpRequestsGroupAddress    inet:ipv4-address
     |     +--ro msdpRequestsGroupMask       inet:ipv4-address
     |     +--ro msdpRequestsPeer?           inet:ipv4-address
     |     +--ro msdpRequestsStatus?         snmpv2-tc:RowStatus
     +--ro msdpPeerTable
     |  +--ro msdpPeerEntry* [msdpPeerRemoteAddress]
     |     +--ro msdpPeerRemoteAddress                inet:ipv4-address
     |     +--ro msdpPeerState?                       enumeration
     |     +--ro msdpPeerRPFFailures?                 yang:counter32
     |     +--ro msdpPeerInSAs?                       yang:counter32
     |     +--ro msdpPeerOutSAs?                      yang:counter32
     |     +--ro msdpPeerInSARequests?                yang:counter32
     |     +--ro msdpPeerOutSARequests?               yang:counter32
     |     +--ro msdpPeerInSAResponses?               yang:counter32
     |     +--ro msdpPeerOutSAResponses?              yang:counter32
     |     +--ro msdpPeerInControlMessages?           yang:counter32
     |     +--ro msdpPeerOutControlMessages?          yang:counter32
     |     +--ro msdpPeerInDataPackets?               yang:counter32
     |     +--ro msdpPeerOutDataPackets?              yang:counter32
     |     +--ro msdpPeerFsmEstablishedTransitions?   yang:counter32
     |     +--ro msdpPeerFsmEstablishedTime?          yang:gauge32
     |     +--ro msdpPeerInMessageElapsedTime?        yang:gauge32
     |     +--ro msdpPeerLocalAddress?                inet:ipv4-address
     |     +--ro msdpPeerSAAdvPeriod?                 int32
     |     +--ro msdpPeerConnectRetryInterval?        int32
     |     +--ro msdpPeerHoldTimeConfigured?          int32
     |     +--ro msdpPeerKeepAliveConfigured?         int32
     |     +--ro msdpPeerDataTtl?                     int32
     |     +--ro msdpPeerProcessRequestsFrom?         boolean
     |     +--ro msdpPeerStatus?                      snmpv2-tc:RowStatus
     |     +--ro msdpPeerRemotePort?                  int32
     |     +--ro msdpPeerLocalPort?                   int32
     |     +--ro msdpPeerEncapsulationState?          enumeration
     |     +--ro msdpPeerEncapsulationType?           enumeration
     |     +--ro msdpPeerConnectionAttempts?          yang:counter32
     |     +--ro msdpPeerInNotifications?             yang:counter32
     |     +--ro msdpPeerOutNotifications?            yang:counter32
     |     +--ro msdpPeerLastError?                   binary
     +--ro msdpSACacheTable
        +--ro msdpSACacheEntry* [msdpSACacheGroupAddr msdpSACacheSourceAddr msdpSACacheOriginRP]
           +--ro msdpSACacheGroupAddr          inet:ipv4-address
           +--ro msdpSACacheSourceAddr         inet:ipv4-address
           +--ro msdpSACacheOriginRP           inet:ipv4-address
           +--ro msdpSACachePeerLearnedFrom?   inet:ipv4-address
           +--ro msdpSACacheRPFPeer?           inet:ipv4-address
           +--ro msdpSACacheInSAs?             yang:counter32
           +--ro msdpSACacheInDataPackets?     yang:counter32
           +--ro msdpSACacheUpTime?            yang:timeticks
           +--ro msdpSACacheExpiryTime?        yang:timeticks
           +--ro msdpSACacheStatus?            snmpv2-tc:RowStatus

  notifications:
    +---n msdpEstablished
    |  +--ro object-1
    |     +--ro msdpPeerRemoteAddress?               -> /DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerRemoteAddress
    |     +--ro msdpPeerFsmEstablishedTransitions?   -> /DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerFsmEstablishedTransitions
    +---n msdpBackwardTransition
       +--ro object-1
          +--ro msdpPeerRemoteAddress?   -> /DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerRemoteAddress
          +--ro msdpPeerState?           -> /DRAFT-MSDP-MIB/msdpPeerTable/msdpPeerEntry/msdpPeerState

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