Storm-action, Storm-action 2 – Allied Telesis AT-8100 Series User Manual

Page 1802

Advertising
background image

Chapter 103: QSP Commands

1802

STORM-ACTION

Syntax

storm-action

portdisable|vlandisable|linkdown

Parameters

portdisable

Disables the port in software.

vlandisable

Removes the port from the VLAN. This parameter requires that the
MATCH VLAN command is present in a class-map. See “MATCH
VLAN” on page 1624.

linkdown

Shuts down the port. In other words, turns off the port on the
switch.

Mode

Policy Map Class

Description

Use this command to set the action triggered by QoS Storm Protection
(QSP). All three options disable a port in some way. To determine the
amount of time that the port is disabled, use the STORM-DOWNTIME
command. See “STORM-DOWNTIME” on page 1804.

Use the no form of the command, NO STORM-ACTION, to disable the
action set by the STORM-ACTION command.

Confirmation Command

“SHOW MLS QOS INTERFACE STORM-STATUS” on page 1800

Examples

The following example sets the storm protection action to block incoming
packets on port 17 from VLAN 5 when a packet storm occurs:

awplus> enable
awplus# configure terminal
awplus(config)# mls qos enable
awplus(config)# class-map cmap1
awplus(config-cmap)# match vlan 5
awplus(config-cmap)# exit

Advertising