This module defines deviation statements for openconfig-if-ethernet module for IOS XE Switching platforms.
Version: 2021-07-01
module cisco-xe-switching-openconfig-if-ethernet-deviation { yang-version 1; namespace "http://openconfig.net/yang/cisco-xe-switching-openconfig-if-ethernet-deviation"; prefix cisco-xe-switching-oc-if-eth-devs; import openconfig-interfaces { prefix oc-if; } import openconfig-if-ethernet { prefix oc-if-eth; } 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-if-ethernet module for IOS XE Switching platforms."; revision "2021-07-01" { description "Deviated leafs not supported under 17.6 release"; } revision "2018-12-12" { description "Initial Revision"; reference "RFC 6020: YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)"; } deviation /oc-if:interfaces/oc-if:interface/oc-if-eth:ethernet/oc-if-eth:config/oc-if-eth:enable-flow-control { description "Setting default flow control is not compatible with all interface types."; deviate replace { default "true"; } } deviation /oc-if:interfaces/oc-if:interface/oc-if-eth:ethernet/oc-if-eth:config/oc-if-eth:auto-negotiate { deviate replace { default "false"; } } deviation /oc-if:interfaces/oc-if:interface/oc-if-eth:ethernet/oc-if-eth:state/oc-if-eth:counters/oc-if-eth:in-undersize-frames { description "Not supported in 17.6 release."; deviate not-supported; } deviation /oc-if:interfaces/oc-if:interface/oc-if-eth:ethernet/oc-if-eth:state/oc-if-eth:counters/oc-if-eth:in-block-errors { description "Not supported in 17.6 release."; deviate not-supported; } } // module cisco-xe-switching-openconfig-if-ethernet-deviation
© 2023 YumaWorks, Inc. All rights reserved.