Notification of macm-notification.
Version: 2020-03-30
module huawei-macm-notification { yang-version 1; namespace "urn:huawei:yang:huawei-macm-notification"; prefix macm-notification; 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 "Notification of macm-notification."; revision "2020-03-30" { description "The modifications in the schema file are synchronized to the YANG file."; reference "Huawei private."; } revision "2019-07-08" { description "Initial revision."; reference "Huawei private."; } ext:task-name "vstm"; notification lr-mac-exceed { description "The number of MAC routes on the device exceeded the maximum value."; leaf vstm-cur-mac-num { type uint32; description "Current MAC route number of the device."; } leaf vstm-max-mac-num { type uint32; description "Maximum number of MAC addresses."; } } // notification lr-mac-exceed notification lr-mac-exceed-clear { description "The number of MAC routes on the device fell below the maximum value."; leaf vstm-cur-mac-num { type uint32; description "Current MAC route number of the device."; } leaf vstm-max-mac-num { type uint32; description "Maximum number of MAC addresses."; } } // notification lr-mac-exceed-clear } // module huawei-macm-notification
© 2023 YumaWorks, Inc. All rights reserved.