Cisco-IOS-XR-sysadmin-sm-system-cluster

This module contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration. This module holds Shelf Manageme...

  • Version: 2020-09-01

    Cisco-IOS-XR-sysadmin-sm-system-cluster@2020-09-01


    
      module Cisco-IOS-XR-sysadmin-sm-system-cluster {
    
        yang-version 1;
    
        namespace
          "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-sm-system-cluster";
    
        prefix shelf_sm_system_cluster;
    
        import tailf-common {
          prefix tailf;
        }
        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 SysAdmin configuration.
         
         This module holds Shelf Management System Cluster data.
         
         Copyright(c) 2020 by Cisco Systems, Inc.
         All rights reserved.
         
         Copyright (c) 2012-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-09-01" {
          description
            "Added version and cluster size oper fields";
        }
    
        revision "2020-08-15" {
          description
            "Added support for mac-address-pool action";
        }
    
        revision "2020-07-07" {
          description
            "Enhanced support for oper and config";
        }
    
        revision "2020-06-10" {
          description
            "Initial revision of the partition from sm.yang";
        }
    
        semver:module-version "1.0.0";
    
        typedef ClusterSizeType {
          type enumeration {
            enum "SMALL" {
              value 1;
              description "Small Cluster";
            }
            enum "MINI" {
              value 2;
              description "Mini Cluster";
            }
            enum "MEDIUM" {
              value 3;
              description "Medium Cluster";
            }
            enum "WARM_SPARE" {
              value 4;
              description "Warm-Spare Cluster";
            }
            enum "LARGE" {
              value 5;
              description "Large Cluster";
            }
          }
          description
            "The List of supported Cluster Sizes";
        }
    
        typedef PortType {
          type enumeration {
            enum "ONIE" {
              value 1;
              description "ONIE port type";
            }
            enum "CE" {
              value 2;
              description "CE port type";
            }
            enum "INTER_DCM" {
              value 3;
              description "Inter-DCM port type";
            }
          }
          description
            "The List of supported Port Types";
        }
      }  // module Cisco-IOS-XR-sysadmin-sm-system-cluster
    

© 2023 YumaWorks, Inc. All rights reserved.