Cisco-IOS-XR-lib-type6-server-oper

This module contains a collection of YANG definitions for Cisco IOS-XR lib-type6-server package operational data. This module c...

  • Version: 2019-09-20

    Cisco-IOS-XR-lib-type6-server-oper@2019-09-20


    
      module Cisco-IOS-XR-lib-type6-server-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-lib-type6-server-oper";
    
        prefix lib-type6-server-oper;
    
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-lib-type6-server-oper-sub1 {
          revision-date "2019-09-20";
        }
    
        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 lib-type6-server package operational data.
    
    This module contains definitions
    for the following management objects:
      type6: Type6 server operational data
    
    Copyright (c) 2013-2019 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2019-09-20" {
          description
            "Added support for new show CLI.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2018-09-28" {
          description
            "Fixed incorrect plural rendering.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.1.0";
        semver:module-version "1.0.0";
    
        container type6 {
          config false;
          description
            "Type6 server operational data";
          container masterkey {
            description
              "type6 masterkey operation status";
            container update {
              description
                "type6 masterkey operation status";
              container status {
                description
                  "type6 masterkey operation status";
                container update-bag {
                  description
                    "Masterkey Update         status";
                  container client-info {
                    description
                      "Status of each client";
                    leaf-list client-name {
                      type String-array;
                      description "Client Name";
                    }
    
                    leaf-list client-mkstate {
                      type String-array;
                      description
                        "Client         masterkey operation state";
                    }
                  }  // container client-info
    
                  leaf message {
                    type string;
                    description
                      "Masterkey operation         status";
                  }
                }  // container update-bag
              }  // container status
            }  // container update
          }  // container masterkey
    
          container server {
            description
              "type6 server information";
            leaf aes-config {
              type boolean;
              description "Aes config state";
            }
    
            leaf mk-config {
              type boolean;
              description "mk config state";
            }
    
            leaf type6-feature-state {
              type boolean;
              description "Type6 feature state";
            }
    
            leaf mk-inprogress-state {
              type boolean;
              description "mk inprogress state";
            }
          }  // container server
    
          container client {
            description
              "type6 client information";
            leaf client-name {
              type string;
              description "Client Name";
            }
    
            leaf mk-state {
              type string;
              description
                "Client masterkey state";
            }
          }  // container client
        }  // container type6
      }  // module Cisco-IOS-XR-lib-type6-server-oper
    

© 2023 YumaWorks, Inc. All rights reserved.