Cisco-IOS-XE-macsec-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-macsec-oper

Prefix: macsec_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-macsec-oper

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-macsec-oper
  +--ro macsec-oper-data
     +--ro macsec-statistics* [if-name]
        +--ro if-name                string
        +--ro tx-untag-pkts?         uint64
        +--ro rx-notag-pkts?         uint64
        +--ro rx-badtag-pkts?        uint64
        +--ro rx-unknownsci-pkts?    uint64
        +--ro rx-nosci-pkts?         uint64
        +--ro macsec-tx-scsa-info* [sci]
        |  +--ro sci                   string
        |  +--ro sc-auth-only-pkts?    uint64
        |  +--ro sc-encrypt-pkts?      uint64
        |  +--ro sa-auth-only-pkts?    uint64
        |  +--ro sa-encrypt-pkts?      uint64
        |  +--ro sc-auth-only-bytes?   uint64
        |  +--ro sc-encrypted-bytes?   uint64
        |  +--ro sa-auth-only-bytes?   uint64
        |  +--ro sa-encrypted-bytes?   uint64
        +--ro macsec-rx-scsa-info* [sci]
           +--ro sci                   string
           +--ro sc-notvalid-pkts?     uint64
           +--ro sc-valid-pkts?        uint64
           +--ro sc-late-pkts?         uint64
           +--ro sc-delay-pkts?        uint64
           +--ro sa-notvalid-pkts?     uint64
           +--ro sa-valid-pkts?        uint64
           +--ro sc-validated-bytes?   uint64
           +--ro sc-decrypted-bytes?   uint64
           +--ro sa-validated-bytes?   uint64
           +--ro sa-decrypted-bytes?   uint64