Storm-action, Sp), use the, Storm – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1050
QoS Commands
Software Reference for x310 Series Switches
39.44
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
storm-action
Sets the action to take 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.
■
linkdown will physically bring the port down. The vlandisable requires the match
vlan class-map to be present in the class-map.
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:
To negate the storm protection set on the policy-map named pmap2, and the class-map
named cmap1, use the following commands:
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.
awplus#
configure terminal
awplus(config)#
policy-map pmap2
awplus(config-pmap)#
class cmap1
awplus(config-pmap-c#
storm-action vlandisable
awplus#
configure terminal
awplus(config)#
policy-map pmap2
awplus(config-pmap)#
class cmap1
awplus(config-pmap-c#
no storm-action