This module defines deviation statements for openconfig-lldp module.
Version: 2018-07-25
module cisco-xe-openconfig-lldp-deviation { yang-version 1; namespace "http://cisco.com/ns/cisco-xe-openconfig-lldp-deviation"; prefix lldp-devs; import openconfig-lldp { prefix oc-lldp; } 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-lldp module."; revision "2018-07-25" { description "Removed deviation for the capabilities under the neighbor"; } revision "2018-07-24" { description "Added deviation to define the default value for hello-timer leaf"; } revision "2018-07-17" { description "Added deviations for the enabled leaf and the container config under the neighbor list"; } revision "2018-06-13" { description "Initial revision"; } deviation /oc-lldp:lldp/oc-lldp:config/oc-lldp:enabled { description "By default LLDP is disabled in IOS XE."; deviate replace { default "false"; } } deviation /oc-lldp:lldp/oc-lldp:config/oc-lldp:hello-timer { description "Added the default value for hello-timer to match IOS XE."; deviate add { default "30"; } } deviation /oc-lldp:lldp/oc-lldp:config/oc-lldp:system-name { description "Not supported on IOS-XE."; deviate not-supported; } deviation /oc-lldp:lldp/oc-lldp:config/oc-lldp:system-description { description "Not supported on IOS-XE."; deviate not-supported; } deviation /oc-lldp:lldp/oc-lldp:config/oc-lldp:chassis-id { description "Not supported on IOS-XE."; deviate not-supported; } deviation /oc-lldp:lldp/oc-lldp:config/oc-lldp:chassis-id-type { description "Not supported on IOS-XE."; deviate not-supported; } deviation /oc-lldp:lldp/oc-lldp:state/oc-lldp:counters/oc-lldp:last-clear { description "Not supported on IOS-XE."; deviate not-supported; } deviation /oc-lldp:lldp/oc-lldp:state/oc-lldp:counters/oc-lldp:tlv-accepted { description "Not supported on IOS-XE."; deviate not-supported; } deviation /oc-lldp:lldp/oc-lldp:interfaces/oc-lldp:interface/oc-lldp:state/oc-lldp:counters { description "Not supported on IOS-XE."; deviate not-supported; } deviation /oc-lldp:lldp/oc-lldp:interfaces/oc-lldp:interface/oc-lldp:neighbors/oc-lldp:neighbor/oc-lldp:custom-tlvs { description "Not supported on IOS-XE."; deviate not-supported; } deviation /oc-lldp:lldp/oc-lldp:interfaces/oc-lldp:interface/oc-lldp:neighbors/oc-lldp:neighbor/oc-lldp:config { description "Not supported on IOS-XE."; deviate not-supported; } } // module cisco-xe-openconfig-lldp-deviation
© 2023 YumaWorks, Inc. All rights reserved.