📊 CISCO-IP-URPF-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/CISCO-IP-URPF-MIB

Prefix: cisco-ip-urpf

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/CISCO-IP-URPF-MIB

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: CISCO-IP-URPF-MIB
  +--ro CISCO-IP-URPF-MIB
     +--ro cipUrpfScalar
     |  +--ro cipUrpfDropRateWindow?           int32
     |  +--ro cipUrpfComputeInterval?          int32
     |  +--ro cipUrpfDropNotifyHoldDownTime?   int32
     +--ro cipUrpfTable
     |  +--ro cipUrpfEntry* [cipUrpfIpVersion]
     |     +--ro cipUrpfIpVersion    enumeration
     |     +--ro cipUrpfDrops?       yang:counter32
     |     +--ro cipUrpfDropRate?    yang:gauge32
     +--ro cipUrpfIfMonTable
     |  +--ro cipUrpfIfMonEntry* [ifIndex cipUrpfIfIpVersion]
     |     +--ro ifIndex                             -> /if-mib:IF-MIB/ifTable/ifEntry/ifIndex
     |     +--ro cipUrpfIfIpVersion                  enumeration
     |     +--ro cipUrpfIfDrops?                     yang:counter32
     |     +--ro cipUrpfIfSuppressedDrops?           yang:counter32
     |     +--ro cipUrpfIfDropRate?                  yang:gauge32
     |     +--ro cipUrpfIfDiscontinuityTime?         yang:timestamp
     |     +--ro cipUrpfIfDropRateNotifyEnable?      boolean
     |     +--ro cipUrpfIfNotifyDropRateThreshold?   uint32
     |     +--ro cipUrpfIfNotifyDrHoldDownReset?     boolean
     |     +--ro cipUrpfIfCheckStrict?               enumeration
     |     +--ro cipUrpfIfWhichRouteTableID?         enumeration
     |     +--ro cipUrpfIfVrfName?                   snmp-framework:SnmpAdminString
     +--ro cipUrpfVrfIfTable
     |  +--ro cipUrpfVrfIfEntry* [cipUrpfVrfName ifIndex]
     |     +--ro cipUrpfVrfName                   -> /CISCO-IP-URPF-MIB/cipUrpfVrfTable/cipUrpfVrfEntry/cipUrpfVrfName
     |     +--ro ifIndex                          -> /if-mib:IF-MIB/ifTable/ifEntry/ifIndex
     |     +--ro cipUrpfVrfIfDrops?               yang:counter32
     |     +--ro cipUrpfVrfIfDiscontinuityTime?   yang:timestamp
     +--ro cipUrpfVrfTable
        +--ro cipUrpfVrfEntry* [cipUrpfVrfName]
           +--ro cipUrpfVrfName    snmp-framework:SnmpAdminString

  notifications:
    +---n cipUrpfIfDropRateNotify
       +--ro object-1
          +--ro ifIndex?              -> /if-mib:IF-MIB/ifTable/ifEntry/ifIndex
          +--ro cipUrpfIfIpVersion?   -> /CISCO-IP-URPF-MIB/cipUrpfIfMonTable/cipUrpfIfMonEntry/cipUrpfIfIpVersion
          +--ro cipUrpfIfDropRate?    -> /CISCO-IP-URPF-MIB/cipUrpfIfMonTable/cipUrpfIfMonEntry/cipUrpfIfDropRate

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