Cisco-IOS-XR-um-rcc-cfg

This module contains a collection of YANG definitions for Cisco IOS-XR rcc package configuration. This YANG module augments the...

  • Version: 2020-09-09

    Cisco-IOS-XR-um-rcc-cfg@2020-09-09


    
      module Cisco-IOS-XR-um-rcc-cfg {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-um-rcc-cfg";
    
        prefix um-rcc-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 rcc package configuration.
         
         This YANG module augments the
         modules with configuration data.
         
         Copyright (c) 2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-09-09" {
          description "Initial release";
        }
    
        semver:module-version "1.0.0";
    
        container lcc {
          description
            "Label Consistency Checker";
          container ipv6 {
            description "IPv6 Configuration";
            container unicast {
              description "Unicast table";
              container enable {
                presence
                  "Indicates a enable node is configured.";
                description
                  "Enable background scan";
              }  // container enable
    
              leaf period {
                type uint32 {
                  range "100..600000";
                }
                description
                  "Period of checks in milliseconds";
              }
            }  // container unicast
          }  // container ipv6
    
          container ipv4 {
            description "IPv4 Configuration";
            container unicast {
              description "Unicast table";
              container enable {
                presence
                  "Indicates a enable node is configured.";
                description
                  "Enable background scan";
              }  // container enable
    
              leaf period {
                type uint32 {
                  range "100..600000";
                }
                description
                  "Period of checks in milliseconds";
              }
            }  // container unicast
          }  // container ipv4
        }  // container lcc
    
        container rcc {
          description
            "Route Consistency Checker";
          container ipv6 {
            description "IPv6 Configuration";
            container unicast {
              description "Unicast tables";
              container enable {
                presence
                  "Indicates a enable node is configured.";
                description
                  "Enable background scan";
              }  // container enable
    
              leaf period {
                type uint32 {
                  range "100..600000";
                }
                description
                  "Period of checks in milliseconds";
              }
            }  // container unicast
          }  // container ipv6
    
          container ipv4 {
            description "IPv4 Configuration";
            container unicast {
              description "Unicast tables";
              container enable {
                presence
                  "Indicates a enable node is configured.";
                description
                  "Enable background scan";
              }  // container enable
    
              leaf period {
                type uint32 {
                  range "100..600000";
                }
                description
                  "Period of checks in milliseconds";
              }
            }  // container unicast
          }  // container ipv4
        }  // container rcc
      }  // module Cisco-IOS-XR-um-rcc-cfg
    

© 2023 YumaWorks, Inc. All rights reserved.