This module defines deviation statements for ietf-ip module.
Version: 2016-08-10
module cisco-xe-ietf-ip-deviation { yang-version 1; namespace "http://cisco.com/ns/cisco-xe-ietf-ip-deviation"; prefix ip-devs; import ietf-interfaces { prefix if; } import ietf-ip { prefix ip; } 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 ietf-ip module."; revision "2016-08-10" { description "Updated deviation statements for 16.3.2 release."; } revision "2015-09-11" { description "Initial Revision"; reference "RFC 6020: YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)"; } deviation /if:interfaces/if:interface/ip:ipv4/ip:enabled { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces/if:interface/ip:ipv4/ip:forwarding { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces/if:interface/ip:ipv4/ip:mtu { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces/if:interface/ip:ipv4/ip:neighbor { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces/if:interface/ip:ipv6/ip:enabled { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces/if:interface/ip:ipv6/ip:forwarding { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces/if:interface/ip:ipv6/ip:mtu { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces/if:interface/ip:ipv6/ip:dup-addr-detect-transmits { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces/if:interface/ip:ipv6/ip:autoconf { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces/if:interface/ip:ipv6/ip:neighbor { description "Not supported in IOS-XE 3.17 release."; deviate not-supported; } deviation /if:interfaces-state/if:interface/ip:ipv4 { description "Not supported in IOS-XE 16.3.2 release"; deviate not-supported; } deviation /if:interfaces-state/if:interface/ip:ipv6 { description "Not supported in IOS-XE 16.3.2 release"; deviate not-supported; } } // module cisco-xe-ietf-ip-deviation
© 2023 YumaWorks, Inc. All rights reserved.