Cisco-IOS-XR-tty-management-cmd-oper

This module contains a collection of YANG definitions for Cisco IOS-XR tty-management-cmd package operational data. This module...

  • Version: 2019-04-05

    Cisco-IOS-XR-tty-management-cmd-oper@2019-04-05


    
      module Cisco-IOS-XR-tty-management-cmd-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-tty-management-cmd-oper";
    
        prefix tty-management-cmd-oper;
    
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-tty-management-cmd-oper-sub1 {
          revision-date "2019-04-05";
        }
    
        organization "Cisco Systems, Inc.";
    
        contact
          "Cisco Systems, Inc.
         Customer Service
         
         Postal: 170 West Tasman Drive
         San Jose, CA 95134
         
         Tel: +1 800 553-NETS
         
         E-mail: cs-yang@cisco.com";
    
        description
          "This module contains a collection of YANG definitions
         for Cisco IOS-XR tty-management-cmd package operational data.
         
         This module contains definitions
         for the following management objects:
           show-users: Show users statistics
         
         Copyright (c) 2013-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2019-02-25" {
          description
            "Fixed unconstrained data type issues";
        }
    
        revision "2017-09-07" {
          description
            "Fixed type translation error.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.1";
    
        container show-users {
          config false;
          description "Show users statistics";
          container sessions {
            description "Show users statistics";
            list session {
              key "session-id";
              description
                "Show users statistics";
              leaf session-id {
                type uint32 {
                  range "0..4294967295";
                }
                description "Session Id";
              }
    
              leaf line {
                type string;
                description "Line Number";
              }
    
              leaf user {
                type string;
                description "User Name";
              }
    
              leaf service {
                type string;
                description "Service Name";
              }
    
              leaf conns {
                type string;
                description "No. of Connections";
              }
    
              leaf idle-string {
                type string;
                description "Idle Time";
              }
    
              leaf location {
                type string;
                description
                  "IP address of remote login host";
              }
            }  // list session
          }  // container sessions
        }  // container show-users
      }  // module Cisco-IOS-XR-tty-management-cmd-oper
    

© 2023 YumaWorks, Inc. All rights reserved.