interface/{interface-type}/{interface-name}/storm-control/ingress

Limits ingress traffic on a specified interface.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/5</name>
		<storm-control xmlns="urn:brocade.com:mgmt:brocade-bum-storm-control">
			<ingress>
				<protocol-type>broadcast</protocol-type>
				<rate-format>limit-bps</rate-format>
				<rate-bps>100</rate-bps>
				<rate-percent>458632240</rate-percent>
				<bum-action>monitor</bum-action>
			</ingress>
		</storm-control>
	</ethernet>
</interface>

Parameters

name
Specifies the interface name
protocol-type
Specifies the protocol type
broadcast
Specifies that the command will operate on broadcast traffic only
unknown-unicast
Specifies that the command will operate on unknown-unicast traffic only
multicast
Specifies that the command will operate on multicast traffic only
rate-format
Specfies the rate format
limit-bps
Specifies that the value given to the rate parameter is in bits per second
limit-percent
Specifies that the value given to the rate parameter is in percentage of capacity of the interface
rate-bps
Specifies the amount of traffic allowed, either in bits per second or a percentage of the capacity of the interface, depending on which parameter was chosen with the rate
monitor
Specifies that, if a rate limit is reached within a five-second sampling period, a log message gets sent
shutdown
Specifies that, if a rate limit is exceeded within a five-second sampling period, the interface will be shut down