C613-50170-01 Rev B
Command Reference for x510 Series
1666
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
Q
O
S C
OMMANDS
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
Parameter
Description
portdisable
Disable the port in software.
vlandisable
Disable the VLAN.
linkdown
Shutdown the port physically.