This module contains a collection of YANG definitions for Cisco IOS-XR roe package operational data. This module contains defin...
Version: 2021-05-10
module Cisco-IOS-XR-roe-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-roe-oper"; prefix roe-oper; import cisco-semver { prefix semver; } include Cisco-IOS-XR-roe-oper-sub1 { revision-date "2021-05-10"; } 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 roe package operational data. This module contains definitions for the following management objects: roe: ROE Operational Data Copyright (c) 2013-2021 by Cisco Systems, Inc. All rights reserved."; revision "2021-05-10" { description "Added leaf hfn-sync-disable to grouping ROE-PROFILE-INFO. 2021-05-03 Added mapper,demapper roe-profile parameters presync-match-threshold, resync-match-threshold, resync-mismatch-threshold. Added demapper roe-profile parameters sync-threshold, drain-threshold, presync-match-count, resync-match-count, resync-mismatch-count. 2020-09-01 Removed container protocol-stats. Changed type of leaf order-info-type."; } revision "2020-02-27" { description "Show command subtype added for ROE"; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "2.0.0"; semver:module-version "1.0.0"; container roe { config false; description "ROE Operational Data"; container profiles { description "List of ROE profiles configured"; list profile { key "profile-id"; description "ROE profile parameters"; leaf profile-id { type uint32; description "Profile identifier"; } uses ROE-PROFILE-INFO; } // list profile } // container profiles container ethlinks { description "List of ROE ethlink profiles configured"; list ethlink { key "ethlink-id"; description "ROE Eth link profile parameters"; leaf ethlink-id { type uint32; description "Ethlink identifier"; } uses ROE-ETHLINK-INFO; } // list ethlink } // container ethlinks } // container roe } // module Cisco-IOS-XR-roe-oper
© 2023 YumaWorks, Inc. All rights reserved.