cisco-xe-routing-openconfig-system-deviation

This module defines deviation statements for openconfig-system module for IOS XE Routing platforms.

  • Version: 2017-11-27

    cisco-xe-routing-openconfig-system-deviation@2017-11-27


    
      module cisco-xe-routing-openconfig-system-deviation {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/cisco-xe-routing-openconfig-system-deviation";
    
        prefix cisco-xe-routing-oc-system-devs;
    
        import openconfig-system {
          prefix oc-sys;
        }
    
        organization "Cisco Systems, Inc.";
    
        contact
          " Cisco Systems, Inc.
         Customer Service
    
         Postal: 170 W Tasman Drive
         San Jose, CA 95134
    
         Tel: +1 1800 553-NETS
    
         E-mail: cs-yang@cisco.com";
    
        description
          "This module defines deviation statements for openconfig-system module for IOS XE Routing platforms.";
    
        revision "2017-11-27" {
          description
            "Add deviations to remove openconfig-system features not implemented on IOS XE Routing platforms";
          reference
            "RFC 6020: YANG - A Data Modeling Language for the
            Network Configuration Protocol (NETCONF)";
    
        }
    
        deviation /oc-sys:system/oc-sys:config {
          description
            "oc-system config not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:state/oc-sys:hostname {
          description
            "oc-system state/hostname not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:clock {
          description
            "oc-system clock not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:dns {
          description
            "oc-system dns not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:ntp {
          description
            "oc-system ntp not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:telnet-server {
          description
            "oc-system telnet-server not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:ssh-server {
          description
            "oc-system ssh-server not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:aaa {
          description
            "oc-system aaa not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:logging {
          description
            "oc-system logging not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:memory {
          description
            "oc-system memory not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
        deviation /oc-sys:system/oc-sys:processes {
          description
            "oc-system processes state args not supported on IOS XE Routing platforms";
          deviate not-supported;
        }
      }  // module cisco-xe-routing-openconfig-system-deviation
    

© 2023 YumaWorks, Inc. All rights reserved.