This module contains a collection of YANG definitions for Cisco IOS-XR drivers-media-eth package operational data. This module ...
Version: 2021-02-12
module Cisco-IOS-XR-drivers-media-eth-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-drivers-media-eth-oper"; prefix drivers-media-eth-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-drivers-media-eth-oper-sub1 { revision-date "2021-02-12"; } 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 drivers-media-eth package operational data. This module contains definitions for the following management objects: ethernet-interface: Ethernet operational data Copyright (c) 2013-2021 by Cisco Systems, Inc. All rights reserved."; revision "2021-02-12" { description "Added support for PFC per TC Rx drop Data Frames. 2020-11-04 Added support for SER alarms. 2020-09-08 Added new ethernet speed values."; } revision "2020-02-19" { description "Description updated. 2019-11-27 Adding operational value for power m-factor. 2019-08-15 Adding PFC watchdog support."; } revision "2019-05-21" { description "Added new leaf for frame preemption configuration."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2017-05-01" { description "Fixing backward compatibility error in module."; } revision "2017-04-04" { description "Added new fields to phy data."; } revision "2015-01-07" { description "IOS XR 5.3.1 revision."; } semver:module-version "2.0.0"; semver:module-version "1.2.0"; semver:module-version "1.1.0"; semver:module-version "1.0.0"; container ethernet-interface { config false; description "Ethernet operational data"; container statistics { description "Ethernet controller statistics table"; list statistic { key "interface-name"; description "Ethernet statistics information"; leaf interface-name { type xr:Interface-name; description "The name of the interface"; } uses ETHERNET-PORT-STATS-TYPE; } // list statistic } // container statistics container interfaces { description "Ethernet controller info table"; list interface { key "interface-name"; description "Ethernet controller information"; leaf interface-name { type xr:Interface-name; description "The name of the interface"; } uses ETHERNET-CONTROLLER-DRIVER-BAG-V2-TYPE; } // list interface } // container interfaces container berts { description "Ethernet controller BERT table"; list bert { key "interface-name"; description "Ethernet BERT information"; leaf interface-name { type xr:Interface-name; description "The name of the interface"; } uses ETH-SHOWCTRL-BERT; } // list bert } // container berts } // container ethernet-interface } // module Cisco-IOS-XR-drivers-media-eth-oper
© 2023 YumaWorks, Inc. All rights reserved.