C613-50100-01 REV C Command Reference for x930 Series 2042
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
QOS COMMANDS
STORM
-ACTION
storm-action
Overview Sets the action to be taken when triggered by QoS Storm Protection (QSP). There
are three available options:
• portdisable will disable the port in software.
• vlandisable will disable the port from the VLAN matched by the class-map
in class-map. This option requires the match vlan class-map to be present in
the class-map
• linkdown will physically bring the port down. .
The no variant of this command will negate the action set by the storm-action
command.
Syntax
storm-action {portdisable|vlandisable|linkdown}
no storm-action
Mode Policy Map Class Configuration
Examples To apply the storm protection of vlandisable to the policy-map named “pmap2”
and the class-map named “cmap1”, use the following commands:
awplus# configure terminal
awplus(config)# policy-map pmap2
awplus(config-pmap)# class cmap1
awplus(config-pmap-c# storm-action vlandisable
To negate the storm protection set on the policy-map named “pmap2” and the
class-map named “cmap1”, use the following commands:
awplus# configure terminal
awplus(config)# policy-map pmap2
awplus(config-pmap)# class cmap1
awplus(config-pmap-c# no storm-action
Related
Commands
storm-downtime
storm-protection
storm-rate
storm-window
Parameter Description
portdisable Disable the port in software.
vlandisable Disable the VLAN.
linkdown Shutdown the port physically.