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

Prefix: rawsocket_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-rawsocket-oper

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-rawsocket-oper
  +--ro rawsocket-oper-data
     +--ro rs-udp!
     |  +--ro rs-udp-stats* [async-line]
     |  |  +--ro async-line           string
     |  |  +--ro tty?                 uint32
     |  |  +--ro vrf?                 string
     |  |  +--ro num-sessions?        uint32
     |  |  +--ro tcp-in-bytes?        uint64
     |  |  +--ro tcp-out-bytes?       uint64
     |  |  +--ro tcp-to-tty-frames?   uint64
     |  |  +--ro tty-to-tcp-frames?   uint64
     |  +--ro rs-udp-sessions* [async-line destination-ip destination-port]
     |  |  +--ro async-line          string
     |  |  +--ro destination-ip      inet:ip-address
     |  |  +--ro destination-port    uint16
     |  |  +--ro tty?                uint32
     |  |  +--ro vrf?                string
     |  |  +--ro idle-timeout?       uint32
     |  |  +--ro mode?               raw-socket-ios-xe-oper:rs-mode
     |  |  +--ro local-ip?           inet:ip-address
     |  |  +--ro local-port?         uint16
     |  |  +--ro socket?             uint32
     |  |  +--ro start-time?         yang:date-and-time
     |  |  +--ro last-active-time?   yang:date-and-time
     |  +--ro rs-udp-clients-state* [async-line destination-ip destination-port]
     |     +--ro async-line          string
     |     +--ro destination-ip      inet:ip-address
     |     +--ro destination-port    uint16
     |     +--ro tty?                uint32
     |     +--ro local-ip?           inet:ip-address
     |     +--ro local-port?         uint16
     |     +--ro state?              raw-socket-ios-xe-oper:rs-state
     +--ro rs-tcp!
        +--ro rs-tcp-stats* [async-line]
        |  +--ro async-line           string
        |  +--ro tty?                 uint32
        |  +--ro vrf?                 string
        |  +--ro num-sessions?        uint32
        |  +--ro tcp-in-bytes?        uint64
        |  +--ro tcp-out-bytes?       uint64
        |  +--ro tcp-to-tty-frames?   uint64
        |  +--ro tty-to-tcp-frames?   uint64
        +--ro rs-tcp-sessions* [async-line destination-ip destination-port]
        |  +--ro async-line          string
        |  +--ro destination-ip      inet:ip-address
        |  +--ro destination-port    uint16
        |  +--ro tty?                uint32
        |  +--ro vrf?                string
        |  +--ro idle-timeout?       uint32
        |  +--ro mode?               raw-socket-ios-xe-oper:rs-mode
        |  +--ro local-ip?           inet:ip-address
        |  +--ro local-port?         uint16
        |  +--ro socket?             uint32
        |  +--ro start-time?         yang:date-and-time
        |  +--ro last-active-time?   yang:date-and-time
        +--ro rs-tcp-clients-state* [async-line destination-ip destination-port]
           +--ro async-line          string
           +--ro destination-ip      inet:ip-address
           +--ro destination-port    uint16
           +--ro tty?                uint32
           +--ro local-ip?           inet:ip-address
           +--ro local-port?         uint16
           +--ro state?              raw-socket-ios-xe-oper:rs-state