This module defines deviation statements for openconfig-network-instance module.
Version: 2017-02-14
module cisco-xe-openconfig-network-instance-deviation { yang-version 1; namespace "http://cisco.com/ns/yang/cisco-xe-openconfig-network-instance-deviation"; prefix oc-netinst-devs; import openconfig-network-instance { prefix oc-netinst; } import Cisco-IOS-XE-types { prefix ios-types; } 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-network-instance module."; revision "2017-02-14" { description "Initial Revision"; reference "RFC 6020: YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)"; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:fdb { description "Not supported 16.6 release."; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:encapsulation { description "Not supported 16.6 release."; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:connection-points { description "Not supported 16.6 release."; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:vlans { description "Not supported 16.6 release."; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:config/oc-netinst:enabled { description "Not supported 16.6 release."; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:config/oc-netinst:router-id { description "Not supported 16.6 release."; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:inter-instance-policies { description "Not supported 16.6 release."; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:interfaces/oc-netinst:interface/oc-netinst:config/oc-netinst:associated-address-families { description "Address families are not configurable at interface level in XE"; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:protocols/oc-netinst:protocol/oc-netinst:config/oc-netinst:enabled { description "Not supported 16.6 release."; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:protocols/oc-netinst:protocol/oc-netinst:static-routes/oc-netinst:static/oc-netinst:next-hops/oc-netinst:next-hop/oc-netinst:config/oc-netinst:recurse { description "Not supported 16.6 release."; deviate not-supported; } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:config/oc-netinst:route-distinguisher { description "Replace OC type with Cisco type that supports expanded range of values"; deviate replace { type ios-types:cisco-route-distinguisher; } } deviation /oc-netinst:network-instances/oc-netinst:network-instance/oc-netinst:protocols/oc-netinst:protocol/oc-netinst:local-aggregates { description "Not supported in IOS-XE"; deviate not-supported; } } // module cisco-xe-openconfig-network-instance-deviation
© 2023 YumaWorks, Inc. All rights reserved.