Configuring bum storm control – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 484

452
Network OS NETCONF Operations Guide
53-1003231-02
Broadcast, unknown unicast, and multicast storm control
29
</rpc-reply>
Broadcast, unknown unicast, and multicast storm control
Broadcast, unknown unicast, and multicast (BUM) storm control can be configured for the following
physical interface types:
•
gigabitethernet
•
tengigabitethernet
•
fortygigabitethernet
•
hundredgigabitethernet
For conceptual information about BUM storm control and operational considerations, refer to the
Network OS Administrator’s Guide.
Configuring BUM storm control
To configure storm control on a physical interface, perform the following steps.
1. Issue the <edit-config> RPC to configure the <interface> node in the
urn:brocade.com:mgmt:brocade-interface namespace.
2. Under the <interface> node, include the <gigabitethernet>, <tengigabitethernet>,
<fortygigabitethernet>, or <hundredgigabitethernet> node element.
3. Under the <gigabitethernet>, <tengigabitethernet>, <fortygigabitethernet>, or
<hundredgigabitethernet> node, include the <name> leaf element and specify the interface
name in [rbridge-id/]slot/port format for which you want to configure BUM storm control.
4. Under the <gigabitethernet>, <tengigabitethernet>, <fortygigabitethernet>, or
<hundredgigabitethernet> node, include the <storm-control> node element in the
urn:brocade.com:mgmt:brocade-bum-storm-control namespace.
5. Under the <storm-control> node, include the <ingress> node element.
6. Under the <ingress> node, include the following leaf elements.
a. In the <protocol-type> element, specify “broadcast”. “multicast”, or “unknown-unicast”.
b. In the <rate-format> element, specify “limit-bps” or “limit-percent”, depending on whether
you want to specify the rate-limit in bps or as a percentage of the line rate.
c. In the <rate-bps> element, specify the rate limit in bps if the <rate-format> element
specifies “limit-bps”. Omit this element if the <rate-format> element specifies
“limit-percent”.
d. In the <rate-percent> element, specify the rate limit as a percentage of the line speed if
the <rate-format> element specifies “limit-percent”. Omit this element if the <rate-format>
element specifies “limit-bps”.
e. In the <bum-action> element, specify the action to be taken in case the rate-limit is
violated. Valid values are “monitor”, which monitors the port in case of violation, or
“shutdown”, which shuts the port down in case of violation.
The following example rate-limits the broadcast traffic type on interface 101/0/1 to 1,000,000
bps, and shuts the port down if the rate limit is violated.