This module contains a collection of YANG definitions for Cisco IOS-XR ethernet-lldp package operational data. This module cont...
Version: 2020-09-01
module Cisco-IOS-XR-ethernet-lldp-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-ethernet-lldp-oper"; prefix ethernet-lldp-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-ethernet-lldp-oper-sub2 { revision-date "2020-09-01"; } include Cisco-IOS-XR-ethernet-lldp-oper-sub1 { revision-date "2020-09-01"; } organization "Cisco Systems, Inc."; contact "Cisco Systems, Inc. Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: cs-yang@cisco.com"; description "This module contains a collection of YANG definitions for Cisco IOS-XR ethernet-lldp package operational data. This module contains definitions for the following management objects: lldp: Link Layer Discovery Protocol operational data Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-09-01" { description "Fixing backward compatibility error in module."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2017-11-13" { description "Added a new notification."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.1.0"; semver:module-version "1.0.1"; grouping LLDP-BODY { container global-lldp { description "Global LLDP data"; container lldp-info { description "The LLDP Global Information of this box"; uses LLDP-MGR-GLOBAL-INFO; } // container lldp-info } // container global-lldp container nodes { description "Per node LLDP operational data"; list node { key "node-name"; description "The LLDP operational data for a particular node"; container neighbors { description "The LLDP neighbor tables on this node"; container devices { description "The detailed LLDP neighbor table on this device"; list device { description "Detailed information about a LLDP neighbor entry"; leaf device-id { type string; description "The neighboring device identifier"; } leaf interface-name { type xr:Interface-name; description "The interface name"; } uses LLDP-NEIGHBOR; } // list device } // container devices container details { description "The detailed LLDP neighbor table"; list detail { description "Detailed information about a LLDP neighbor entry"; leaf interface-name { type xr:Interface-name; description "The interface name"; } leaf device-id { type string; description "The neighboring device identifier"; } uses LLDP-NEIGHBOR; } // list detail } // container details container summaries { description "The LLDP neighbor summary table"; list summary { description "Brief information about a LLDP neighbor entry"; leaf interface-name { type xr:Interface-name; description "The interface name"; } leaf device-id { type string; description "The neighboring device identifier"; } uses LLDP-NEIGHBOR; } // list summary } // container summaries } // container neighbors container interfaces { description "The table of interfaces on which LLDP is running on this node"; list interface { key "interface-name"; description "Operational data for an interface on which LLDP is running"; leaf interface-name { type xr:Interface-name; description "The interface name"; } uses LLDP-INTERFACE; } // list interface } // container interfaces container statistics { description "The LLDP traffic statistics for this node"; uses LLDP-STATS; } // container statistics leaf node-name { type xr:Node-id; description "The identifier for the node"; } } // list node } // container nodes } // grouping LLDP-BODY notification lldp-event { description "Notification event for lldp"; uses LLDP-BODY; } // notification lldp-event container lldp { config false; description "Link Layer Discovery Protocol operational data"; uses LLDP-BODY; } // container lldp } // module Cisco-IOS-XR-ethernet-lldp-oper
© 2023 YumaWorks, Inc. All rights reserved.