Cisco-IOS-XR-smart-license-platform-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR smart-license-platform package operational data. Copy...

  • Version: 2020-09-15

    Cisco-IOS-XR-smart-license-platform-oper-sub1@2020-09-15


    
      submodule Cisco-IOS-XR-smart-license-platform-oper-sub1 {
    
        yang-version 1;
    
        belongs-to
          Cisco-IOS-XR-smart-license-platform-oper {
            prefix
              Cisco-IOS-XR-smart-license-platform-oper;
        }
    
        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 submodule contains a collection of YANG definitions
         for Cisco IOS-XR smart-license-platform package operational data.
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-09-15" {
          description
            "Structured the yang response for show CLIs.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.0";
    
        typedef Ft-feature-name-enum {
          type enumeration {
            enum "essential" {
              value 0;
              description "essential";
            }
            enum "l3vpn-advantage" {
              value 1;
              description "l3vpn advantage";
            }
            enum "macsec-advantage" {
              value 2;
              description "macsec advantage";
            }
            enum "peering-scale-advantage" {
              value 3;
              description
                "peering scale advantage";
            }
            enum "traffic-engineering-advantage" {
              value 4;
              description
                "traffic engineering advantage";
            }
            enum "flex-algo-advantage" {
              value 5;
              description "flex algo advantage";
            }
            enum "service-layer-advantage" {
              value 6;
              description
                "service layer advantage";
            }
            enum "evpn-advantage" {
              value 7;
              description "evpn advantage";
            }
            enum "vpls-advantage" {
              value 8;
              description "vpls advantage";
            }
            enum "iccp-advantage" {
              value 9;
              description "iccp advantage";
            }
            enum "l2vpn-advantage" {
              value 10;
              description "l2vpn advantage";
            }
          }
          description
            "Feature Name in the feature table";
        }
    
        typedef Feature-status-enum {
          type enumeration {
            enum "active" {
              value 0;
              description "active";
            }
            enum "inactive" {
              value 1;
              description "inactive";
            }
          }
          description "Feature Name";
        }
    
        typedef Feature-name-enum {
          type enumeration {
            enum "fcm" {
              value 0;
              description "fcm";
            }
            enum "system" {
              value 1;
              description "system";
            }
          }
          description "Feature Name";
        }
    
        typedef Bool-state {
          type enumeration {
            enum "no" {
              value 0;
              description "No";
            }
            enum "yes" {
              value 1;
              description "Yes";
            }
          }
          description "Boolean State ";
        }
    
        typedef Sia-status-enum {
          type enumeration {
            enum "incompliance" {
              value 0;
              description "incompliance";
            }
            enum "out-of-compliance" {
              value 1;
              description "out of compliance";
            }
          }
          description "SIA Status";
        }
      }  // submodule Cisco-IOS-XR-smart-license-platform-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.