Y1731-statistics.
Version: 2020-03-05
module huawei-y1731-statistics { yang-version 1; namespace "urn:huawei:yang:huawei-y1731-statistics"; prefix y1731-statistics; import huawei-y1731 { prefix y1731; } import huawei-devm { prefix devm; } import huawei-extension { prefix ext; } organization "Huawei Technologies Co., Ltd."; contact "Huawei Industrial Base Bantian, Longgang Shenzhen 518129 People's Republic of China Website: http://www.huawei.com Email: support@huawei.com"; description "Y1731-statistics."; revision "2020-03-05" { description "Modify description."; reference "Huawei private."; } revision "2020-02-20" { description "Add task-name."; reference "Huawei private."; } revision "2019-12-27" { description "Init revision."; reference "Huawei private."; } ext:task-name "y1731"; rpc reset-ccm-send-statistics { ext:node-ref "/y1731:y1731/y1731:global-enable/y1731:mds/y1731:md"; description "Reset ccm send statistics."; input { leaf md { type leafref { path "/y1731:y1731/y1731:global-enable/y1731:mds/y1731:md/y1731:name"; } description "Specifies the name of a MD."; } leaf ma { type leafref { path "/y1731:y1731/y1731:global-enable/y1731:mds/y1731:md/y1731:mas/y1731:ma/y1731:name"; } description "Specifies the name of a MA."; } leaf mep-id { type leafref { path "/y1731:y1731/y1731:global-enable/y1731:mds/y1731:md/y1731:mas/y1731:ma/y1731:meps/y1731:mep/y1731:id"; } description "Specifies the ID of a MEP."; } } } // rpc reset-ccm-send-statistics rpc reset-ccm-receive-statistics { ext:node-ref "/y1731:y1731/y1731:global-enable/y1731:mds/y1731:md"; description "Reset ccm receive statistics."; input { leaf md { type leafref { path "/y1731:y1731/y1731:global-enable/y1731:mds/y1731:md/y1731:name"; } description "Specifies the name of a MD."; } leaf ma { type leafref { path "/y1731:y1731/y1731:global-enable/y1731:mds/y1731:md/y1731:mas/y1731:ma/y1731:name"; } description "Specifies the name of a MA."; } leaf mep-id { type leafref { path "/y1731:y1731/y1731:global-enable/y1731:mds/y1731:md/y1731:mas/y1731:ma/y1731:meps/y1731:mep/y1731:id"; } description "Specifies the ID of a MEP."; } leaf rmep-id { type leafref { path "/y1731:y1731/y1731:global-enable/y1731:mds/y1731:md/y1731:mas/y1731:ma/y1731:rmeps/y1731:rmep/y1731:id"; } description "Specifies the ID of a remote MEP."; } } } // rpc reset-ccm-receive-statistics } // module huawei-y1731-statistics
© 2023 YumaWorks, Inc. All rights reserved.