This module defines data model for strom control feature. Traffic storm occurs when packets flood a bridge, creating excessive ...
Version: 2019-07-01
module cisco-storm-control { yang-version 1; namespace "urn:cisco:params:xml:ns:yang:cisco-storm-control"; prefix cisco-stormctrl; import cisco-semver { prefix cisco-semver; } import ietf-yang-types { prefix yang; } import cisco-bridge-common { prefix cbridge; } organization "Cisco Systems, Inc."; contact "Cisco Systems, Inc. Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 Tel: +1 1800 553-NETS E-mail: cs-yang@cisco.com"; description "This module defines data model for strom control feature. Traffic storm occurs when packets flood a bridge, creating excessive traffic and degrading network performance. Traffic storm control prevents bridge disruption by suppressing traffic when the number of packets reaches configured threshold levels."; revision "2019-07-01" { description "Establish semantic version baseline"; } revision "2016-12-14" { description "Removed cisco govern extension"; } revision "2014-09-25" { description "Proposed"; reference "TODO"; } cisco-semver:module-version "1.0.0"; feature configurable-storm-control-actions { description "This feature represents the ability to configure storm control."; } identity storm-control-action { description "Actions to be taken once storm control limit threshold is exceeded for a traffic class."; } identity action-drop { base storm-control-action; description "Drop packets."; } identity action-snmp-trap { base storm-control-action; description "Generate SNMP traps."; } identity action-shutdown { base storm-control-action; description "Shutdown service."; } } // module cisco-storm-control
© 2023 YumaWorks, Inc. All rights reserved.