Cisco-IOS-XR-erp-cfg

This module contains a collection of YANG definitions for Cisco IOS-XR erp package configuration. This module contains definiti...

  • Version: 2019-04-05

    Cisco-IOS-XR-erp-cfg@2019-04-05


    
      module Cisco-IOS-XR-erp-cfg {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-erp-cfg";
    
        prefix erp-cfg;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        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 erp package configuration.
         
         This module contains definitions
         for the following management objects:
           erp: Ethernet Ring Protection
         
         Copyright (c) 2013-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        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";
    
        container erp {
          description "Ethernet Ring Protection";
          container profiles {
            description
              "G.8032 Ethernet Ring Protection";
            list profile {
              key "profile-name";
              description
                "G.8032 ring profile configuration";
              container timer {
                description "G.8032 timer";
                leaf guard-timer {
                  type uint32 {
                    range "10..2000";
                  }
                  units "millisecond";
                  description "milliseconds";
                }
    
                leaf hold-off-timer {
                  type uint32 {
                    range "0..10";
                  }
                  units "second";
                  description "Hold off timer";
                }
    
                leaf wtr-timer {
                  type uint32 {
                    range "1..12";
                  }
                  units "minute";
                  description
                    "Wait-to-Restore timer";
                }
              }  // container timer
    
              leaf non-revertive {
                type empty;
                description
                  "Non-revertive ring instance";
              }
    
              leaf profile-name {
                type xr:Cisco-ios-xr-string {
                  length "1..32";
                }
                description
                  "ERP profile name string";
              }
            }  // list profile
          }  // container profiles
        }  // container erp
      }  // module Cisco-IOS-XR-erp-cfg
    

© 2023 YumaWorks, Inc. All rights reserved.