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

Prefix: acl_oper

Related Modules:
Cisco-IOS-XE-aaa-oper
Cisco-IOS-XE-app-cflowd-oper
Cisco-IOS-XE-app-hosting-oper
Cisco-IOS-XE-appqoe-http-oper
Cisco-IOS-XE-appqoe-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-acl-oper

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-acl-oper
  +--ro access-lists
     +--ro access-list* [access-control-list-name]
        +--ro access-control-list-name          string
        +--ro access-list-entries
        |  +--ro access-list-entry* [rule-name]
        |     +--ro rule-name                        uint32
        |     +--ro access-list-entries-oper-data
        |     |  +--ro match-counter?   yang:counter64
        |     +--ro access-list-entries-rule-data
        |        +--ro (acl-rule-choice)?
        |           +--:(v4-standard-acl)
        |           |  +--ro v4-standard-ace-rule
        |           |     +--ro action?           acl-ios-xe-oper:acl-action-type
        |           |     +--ro source-address
        |           |        +--ro (v4-address-choice)?
        |           |           +--:(v4-address-wildcard)
        |           |           |  +--ro address-wildcard
        |           |           |     +--ro address?    inet:ipv4-address
        |           |           |     +--ro wildcard?   inet:ipv4-address
        |           |           +--:(v4-host)
        |           |           |  +--ro host?               inet:ipv4-address
        |           |           +--:(v4-object-group)
        |           |           |  +--ro object-group?       string
        |           |           +--:(v4-fqdn-group)
        |           |           |  +--ro fqdn-group?         string
        |           |           +--:(v4-any)
        |           |           |  +--ro any?                empty
        |           |           +--:(v4-geo-group)
        |           |              +--ro geo-group?          string
        |           +--:(v4-extended-acl)
        |           |  +--ro v4-extended-ace-rule
        |           |     +--ro action?                acl-ios-xe-oper:acl-action-type
        |           |     +--ro protocol
        |           |     |  +--ro (protocol-choice)?
        |           |     |     +--:(protocol-any)
        |           |     |     |  +--ro any?            empty
        |           |     |     +--:(protocol-number)
        |           |     |     |  +--ro number?         uint8
        |           |     |     +--:(protocol-object-group)
        |           |     |        +--ro object-group?   string
        |           |     +--ro source-address
        |           |     |  +--ro (v4-address-choice)?
        |           |     |     +--:(v4-address-wildcard)
        |           |     |     |  +--ro address-wildcard
        |           |     |     |     +--ro address?    inet:ipv4-address
        |           |     |     |     +--ro wildcard?   inet:ipv4-address
        |           |     |     +--:(v4-host)
        |           |     |     |  +--ro host?               inet:ipv4-address
        |           |     |     +--:(v4-object-group)
        |           |     |     |  +--ro object-group?       string
        |           |     |     +--:(v4-fqdn-group)
        |           |     |     |  +--ro fqdn-group?         string
        |           |     |     +--:(v4-any)
        |           |     |     |  +--ro any?                empty
        |           |     |     +--:(v4-geo-group)
        |           |     |        +--ro geo-group?          string
        |           |     +--ro source-port
        |           |     |  +--ro (port-option-choice)?
        |           |     |     +--:(port-any)
        |           |     |     |  +--ro any?         empty
        |           |     |     +--:(port-configured)
        |           |     |        +--ro port-data
        |           |     |           +--ro port-operator?   acl-ios-xe-oper:acl-port-operator-type
        |           |     |           +--ro ports*           uint16
        |           |     +--ro destination-address
        |           |     |  +--ro (v4-address-choice)?
        |           |     |     +--:(v4-address-wildcard)
        |           |     |     |  +--ro address-wildcard
        |           |     |     |     +--ro address?    inet:ipv4-address
        |           |     |     |     +--ro wildcard?   inet:ipv4-address
        |           |     |     +--:(v4-host)
        |           |     |     |  +--ro host?               inet:ipv4-address
        |           |     |     +--:(v4-object-group)
        |           |     |     |  +--ro object-group?       string
        |           |     |     +--:(v4-fqdn-group)
        |           |     |     |  +--ro fqdn-group?         string
        |           |     |     +--:(v4-any)
        |           |     |     |  +--ro any?                empty
        |           |     |     +--:(v4-geo-group)
        |           |     |        +--ro geo-group?          string
        |           |     +--ro destination-port
        |           |        +--ro (port-option-choice)?
        |           |           +--:(port-any)
        |           |           |  +--ro any?         empty
        |           |           +--:(port-configured)
        |           |              +--ro port-data
        |           |                 +--ro port-operator?   acl-ios-xe-oper:acl-port-operator-type
        |           |                 +--ro ports*           uint16
        |           +--:(v4-role-based-acl)
        |           |  +--ro v4-role-based-ace-rule
        |           |     +--ro action?             acl-ios-xe-oper:acl-action-type
        |           |     +--ro protocol
        |           |     |  +--ro (protocol-choice)?
        |           |     |     +--:(protocol-any)
        |           |     |     |  +--ro any?            empty
        |           |     |     +--:(protocol-number)
        |           |     |     |  +--ro number?         uint8
        |           |     |     +--:(protocol-object-group)
        |           |     |        +--ro object-group?   string
        |           |     +--ro source-port
        |           |     |  +--ro (port-option-choice)?
        |           |     |     +--:(port-any)
        |           |     |     |  +--ro any?         empty
        |           |     |     +--:(port-configured)
        |           |     |        +--ro port-data
        |           |     |           +--ro port-operator?   acl-ios-xe-oper:acl-port-operator-type
        |           |     |           +--ro ports*           uint16
        |           |     +--ro destination-port
        |           |        +--ro (port-option-choice)?
        |           |           +--:(port-any)
        |           |           |  +--ro any?         empty
        |           |           +--:(port-configured)
        |           |              +--ro port-data
        |           |                 +--ro port-operator?   acl-ios-xe-oper:acl-port-operator-type
        |           |                 +--ro ports*           uint16
        |           +--:(v6-acl)
        |           |  +--ro v6-ace-rule
        |           |     +--ro action?                acl-ios-xe-oper:acl-action-type
        |           |     +--ro protocol
        |           |     |  +--ro (protocol-choice)?
        |           |     |     +--:(protocol-any)
        |           |     |     |  +--ro any?            empty
        |           |     |     +--:(protocol-number)
        |           |     |     |  +--ro number?         uint8
        |           |     |     +--:(protocol-object-group)
        |           |     |        +--ro object-group?   string
        |           |     +--ro source-address
        |           |     |  +--ro (v6-address-choice)?
        |           |     |     +--:(v6-address-prefix)
        |           |     |     |  +--ro address-prefix?     inet:ip-prefix
        |           |     |     +--:(v6-address-wildcard)
        |           |     |     |  +--ro address-wildcard
        |           |     |     |     +--ro address?    inet:ipv6-address
        |           |     |     |     +--ro wildcard?   inet:ipv6-address
        |           |     |     +--:(v6-host)
        |           |     |     |  +--ro host?               inet:ipv6-address
        |           |     |     +--:(v6-object-group)
        |           |     |     |  +--ro object-group?       string
        |           |     |     +--:(v6-fqdn-group)
        |           |     |     |  +--ro fqdn-group?         string
        |           |     |     +--:(v6-any)
        |           |     |     |  +--ro any?                empty
        |           |     |     +--:(v6-geo-group)
        |           |     |        +--ro geo-group?          string
        |           |     +--ro source-port
        |           |     |  +--ro (port-option-choice)?
        |           |     |     +--:(port-any)
        |           |     |     |  +--ro any?         empty
        |           |     |     +--:(port-configured)
        |           |     |        +--ro port-data
        |           |     |           +--ro port-operator?   acl-ios-xe-oper:acl-port-operator-type
        |           |     |           +--ro ports*           uint16
        |           |     +--ro destination-address
        |           |     |  +--ro (v6-address-choice)?
        |           |     |     +--:(v6-address-prefix)
        |           |     |     |  +--ro address-prefix?     inet:ip-prefix
        |           |     |     +--:(v6-address-wildcard)
        |           |     |     |  +--ro address-wildcard
        |           |     |     |     +--ro address?    inet:ipv6-address
        |           |     |     |     +--ro wildcard?   inet:ipv6-address
        |           |     |     +--:(v6-host)
        |           |     |     |  +--ro host?               inet:ipv6-address
        |           |     |     +--:(v6-object-group)
        |           |     |     |  +--ro object-group?       string
        |           |     |     +--:(v6-fqdn-group)
        |           |     |     |  +--ro fqdn-group?         string
        |           |     |     +--:(v6-any)
        |           |     |     |  +--ro any?                empty
        |           |     |     +--:(v6-geo-group)
        |           |     |        +--ro geo-group?          string
        |           |     +--ro destination-port
        |           |        +--ro (port-option-choice)?
        |           |           +--:(port-any)
        |           |           |  +--ro any?         empty
        |           |           +--:(port-configured)
        |           |              +--ro port-data
        |           |                 +--ro port-operator?   acl-ios-xe-oper:acl-port-operator-type
        |           |                 +--ro ports*           uint16
        |           +--:(v6-role-based-acl)
        |              +--ro v6-role-based-ace-rule
        |                 +--ro action?             acl-ios-xe-oper:acl-action-type
        |                 +--ro protocol
        |                 |  +--ro (protocol-choice)?
        |                 |     +--:(protocol-any)
        |                 |     |  +--ro any?            empty
        |                 |     +--:(protocol-number)
        |                 |     |  +--ro number?         uint8
        |                 |     +--:(protocol-object-group)
        |                 |        +--ro object-group?   string
        |                 +--ro source-port
        |                 |  +--ro (port-option-choice)?
        |                 |     +--:(port-any)
        |                 |     |  +--ro any?         empty
        |                 |     +--:(port-configured)
        |                 |        +--ro port-data
        |                 |           +--ro port-operator?   acl-ios-xe-oper:acl-port-operator-type
        |                 |           +--ro ports*           uint16
        |                 +--ro destination-port
        |                    +--ro (port-option-choice)?
        |                       +--:(port-any)
        |                       |  +--ro any?         empty
        |                       +--:(port-configured)
        |                          +--ro port-data
        |                             +--ro port-operator?   acl-ios-xe-oper:acl-port-operator-type
        |                             +--ro ports*           uint16
        +--ro access-control-list-type?         acl-ios-xe-oper:access-list-type
        +--ro access-control-list-type-flags?   acl-ios-xe-oper:access-list-type-flags