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

Prefix: tunnel_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-tunnel-oper

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-tunnel-oper
  +--ro tunnel-oper-data
     x--ro tunnel-domain* [name type]
     |  +--ro name                  string
     |  +--ro type                  tunnel-types:tunnel-domain-mode
     |  +--ro cfg
     |  |  +--ro primary-tunnel-name?     string
     |  |  +--ro secondary-tunnel-name?   string
     |  |  +--ro redundancy-model?        tunnel-types:tunnel-redundancy-model
     |  |  +--ro enable?                  boolean
     |  +--ro active-tunnel-name?   string
     |  +--ro history
     |     +--ro event-history* []
     |        +--ro event?         uint32
     |        +--ro state?         uint32
     |        +--ro context?       uint32
     |        +--ro context-str?   string
     |        +--ro current-rc?    uint32
     |        +--ro count?         uint32
     |        +--ro sticky?        boolean
     |        +--ro timestamp?     yang:date-and-time
     x--ro tunnel-intf* [name type]
     |  +--ro name                string
     |  +--ro type                tunnel-types:tunnel-domain-mode
     |  +--ro gateway-address?    inet:ip-address
     |  +--ro admin-status?       tunnel-types:tunnel-intf-status
     |  +--ro status?             tunnel-types:tunnel-intf-status
     |  +--ro up-timestamp?       yang:date-and-time
     |  +--ro mtu?                uint32
     |  +--ro stats
     |  |  +--ro flap-count?           uint32
     |  |  +--ro total-rx-bytes?       uint64
     |  |  +--ro total-tx-bytes?       uint64
     |  |  +--ro total-rx-pkts?        uint64
     |  |  +--ro total-tx-pkts?        uint64
     |  |  +--ro client-count?         uint32
     |  |  +--ro up-time?              uint32
     |  |  +--ro keepalive-tx?         uint64
     |  |  +--ro keepalive-rx?         uint64
     |  |  +--ro keepalive-windows?    uint32
     |  |  +--ro keepalive-dropped?    uint32
     |  |  +--ro total-keepalive-tx?   uint64
     |  |  +--ro total-keepalive-rx?   uint64
     |  +--ro source-interface?   string
     |  +--ro source-address?     inet:ip-address
     |  +--ro history
     |  |  +--ro event-history* []
     |  |     +--ro event?         uint32
     |  |     +--ro state?         uint32
     |  |     +--ro context?       uint32
     |  |     +--ro context-str?   string
     |  |     +--ro current-rc?    uint32
     |  |     +--ro count?         uint32
     |  |     +--ro sticky?        boolean
     |  |     +--ro timestamp?     yang:date-and-time
     |  +--ro intf-type?          tunnel-types:tunnel-intf-mode
     +--ro tunnel-if* [name]
        +--ro name             string
        +--ro mode?            tunnel-types:tunnel-intf-mode
        +--ro intf-ipv4?       inet:ipv4-address
        +--ro intf-ipv6*       inet:ipv6-address
        +--ro intf-vrf?        string
        +--ro transport-vrf?   string
        +--ro admin-status?    tunnel-types:tunnel-intf-status
        +--ro status?          tunnel-types:tunnel-intf-status
        +--ro src-if?          string
        +--ro src-addr?        inet:ip-address
        +--ro dst-addr?        inet:ip-address
        +--ro src-port?        uint16
        +--ro dst-port?        uint16
        +--ro tunnel-key?      uint32
        +--ro mtu?             uint32
        +--ro ip-mtu?          uint32
        +--ro transport-mtu?   uint32
        +--ro tx-bandwidth?    uint32
        +--ro rx-bandwidth?    uint32
        +--ro stats
        |  +--ro in-octets?            uint64
        |  +--ro in-unicast-pkts?      uint64
        |  +--ro in-broadcast-pkts?    uint64
        |  +--ro in-multicast-pkts?    uint64
        |  +--ro in-discards?          uint64
        |  +--ro in-errors?            uint64
        |  +--ro out-octets?           uint64
        |  +--ro out-unicast-pkts?     uint64
        |  +--ro out-broadcast-pkts?   uint64
        |  +--ro out-multicast-pkts?   uint64
        |  +--ro out-discards?         uint64
        |  +--ro out-errors?           uint64
        |  +--ro rx-pps?               uint64
        |  +--ro rx-kbps?              uint64
        |  +--ro tx-pps?               uint64
        |  +--ro tx-kbps?              uint64
        +--ro ipsec-profile?   string