Cisco-IOS-XR-cli-cfg

This module contains a collection of YANG definitions for Cisco IOS-XR CLI package configuration. Copyright (c) 2019 by Cisco S...

  • Version: 2019-10-01

    Cisco-IOS-XR-cli-cfg@2019-10-01


    
      module Cisco-IOS-XR-cli-cfg {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-cli-cfg";
    
        prefix cli-cfg;
    
        import cisco-semver {
          prefix semver;
        }
    
        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 CLI package configuration.
         
         Copyright (c) 2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-10-01" {
          description
            "Made changes to be RFC6087 compliant";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2019-03-18" {
          description "Initial draft";
        }
    
        semver:module-version "2.0.0";
        semver:module-version "1.0.0";
    
        leaf cli {
          type string;
          description
            "A set of CLI config commands. Content matching is not supported for this node.";
        }
      }  // module Cisco-IOS-XR-cli-cfg
    

© 2023 YumaWorks, Inc. All rights reserved.