Cisco-IOS-XE-arp

YANG Data Model Tree Structure

View YANG Source on GitHub →

📚 API Documentation & Navigation

📄 Swagger API Spec 📂 Browse Native Config APIs 🌳 All Trees

📋 Module Metadata

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

Prefix: arp

Related Modules:
Cisco-IOS-XE-arp-oper
CISCO-AAL5-MIB
CISCO-ATM-EXT-MIB
Cisco-IOS-XE-aaa
Cisco-IOS-XE-acl

💡 Example Usage

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

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-arp

  augment /ios:native:
    +--rw arp
       +--rw arp-entry* [ip]
       |  +--rw ip                  inet:ip-address
       |  +--rw hardware-address?   string
       |  +--rw arp-type?           enumeration
       |  +--rw alias?              empty
       +--rw vrf* [vrf-name]
          +--rw vrf-name     string
          +--rw arp-entry* [ip]
             +--rw ip                  inet:ip-address
             +--rw hardware-address?   string
             +--rw arp-type?           enumeration
             +--rw alias?              empty