Cisco-IOS-XE-arp-oper

YANG Data Model Tree Structure

View YANG Source on GitHub →

📚 API Documentation & Navigation

📄 Swagger API Spec 📂 Browse Operational State APIs 🌳 All Trees

📋 Module Metadata

Namespace: http://cisco.com/ns/yang/Cisco-IOS-XE-arp-oper

Prefix: arp_oper

Related Modules:
Cisco-IOS-XE-aaa-oper
Cisco-IOS-XE-acl-oper
Cisco-IOS-XE-app-cflowd-oper
Cisco-IOS-XE-app-hosting-oper
Cisco-IOS-XE-appqoe-http-oper

💡 Example Usage

# GET operational data
curl -X GET \
  -H "Accept: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/data/Cisco-IOS-XE-arp-oper

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-arp-oper
  +--ro arp-data
     +--ro arp-vrf* [vrf]
        +--ro vrf          string
        x--ro arp-oper* [address]
        |  +--ro address      inet:ip-address
        |  +--ro enctype?     ios-common-ios-xe-oper:ios-encaps-type
        |  +--ro interface?   string
        |  +--ro type?        ios-common-ios-xe-oper:ios-linktype
        |  +--ro mode?        arp-ios-xe-oper:ios-arp-mode
        |  +--ro hwtype?      ios-common-ios-xe-oper:ios-snpa-type
        |  +--ro hardware?    yang:mac-address
        |  +--ro time?        yang:date-and-time
        +--ro arp-entry* [address interface]
           +--ro address      inet:ip-address
           +--ro interface    string
           +--ro enctype?     ios-common-ios-xe-oper:ios-encaps-type
           +--ro type?        ios-common-ios-xe-oper:ios-linktype
           +--ro mode?        arp-ios-xe-oper:ios-arp-mode
           +--ro hwtype?      ios-common-ios-xe-oper:ios-snpa-type
           +--ro hardware?    yang:mac-address
           +--ro time?        yang:date-and-time