Transceiver-threshold current – Brocade 6910 Ethernet Access Switch Configuration Guide (Supporting R2.2.0.0) User Manual

Page 320

Advertising
background image

264

Brocade 6910 Ethernet Access Switch Configuration Guide

53-1002651-02

12

Interface Commands

Default Setting
Broadcast Storm Control: Enabled, packet-rate limit: 64 kbps
Multicast Storm Control: Disabled
Unknown Unicast Storm Control: Disabled

Command Mode
Interface Configuration (Ethernet)

Command Usage

When traffic exceeds the threshold specified for broadcast and multicast or unknown unicast
traffic, packets exceeding the threshold are dropped until the rate falls back down beneath the
threshold.

Traffic storms can be controlled at the hardware level using this command or at the software
level using the

auto-traffic-control

command. However, only one of these control types can be

applied to a port. Enabling hardware-level storm control on a port will disable automatic storm
control on that port.

The rate limits set by this command are also used by automatic storm control when the control
response is set to rate limiting by the

auto-traffic-control action

command.

Using both rate limiting and storm control on the same interface may lead to unexpected
results. For example, suppose broadcast storm control is set to 500 Kbps by the command
“switchport broadcast packet-rate 500,” and the rate limit is set to 20000 Kbps by the
command “rate-limit input 20000" on a Fast Ethernet port. Since 20000 Kbps is 1/5 of line
speed (100 Mbps), the received rate will actually be 100 Kbps, or 1/5 of the 500 Kbps limit set
by the storm control command. It is therefore not advisable to use both of these commands on
the same interface.

Example
The following shows how to configure broadcast storm control at 600 kilobits per second:

Console(config)#interface ethernet 1/5

Console(config-if)#switchport broadcast packet-rate 600

Console(config-if)#

transceiver-threshold current

This command sends a trap when the transceiver current falls outside the specified thresholds.

Syntax

transceiver-threshold current {high-alarm | high-warning | low-alarm | low-warning}

threshold-value

high-alarm – Sends an alarm message when the high current threshold is crossed.

high-warning – Sends a warning message when the high current threshold is crossed.

low-alarm – Sends an alarm message when the low current threshold is crossed.

low-warning – Sends a warning message when the low current threshold is crossed.

threshold-value – The threshold of the transceiver current. (Range: 100-25500 in units of
0.01 mA)

Default Setting
None

Advertising