Reference Guide

Brocade Fabric OS Command Reference 265
53-1004112-02
fcrBcastConfig
fcrBcastConfig
Displays or sets the broadcast frame forwarding option.
Synopsis fcrbcastconfig --show
fcrbcastconfig --enable -f fabric_id
fcrbcastconfig --disable -f fabric_id
fcrbcastconfig --help
Description Use this command to enable or disable the broadcast frame option or to display the current configuration. If no
operands are specified, this command displays the usage. By default, frame forward option is disabled. Use the
--show option to display the current settings on the switch.
Notes The execution of this command is subject to Virtual Fabric restrictions that may be in place. Refer to "Using Fabric
OS Commands" and "Command Availability" for details.
Operands This command has the following operands:
--show
Shows the current broadcast configuration as enabled or disabled. If broadcast frame
forwarding is disabled for selected FIDs, only the enabled FIDs in the current configuration
are displayed.
--enable
Enables the frame forwarding option for a specified fabric ID.
--disable
Disables the frame forwarding option for a specified fabric ID
-f fabric_id
Specifies the fabric ID to be disabled or enabled. Valid values are 1 to 128. This operand is
required with the --enable and --disable options.
--help
Displays the command usage.
Examples To display the current configuration:
fcr:admin> fcrbcastconfig --show
Broadcast configuration is disabled for all FID
To enable broadcast frame forwarding for FID 33, 28, and 2:
fcr:admin> fcrbcastconfig --enable -f 33
fcr:admin> fcrbcastconfig --enable -f 28
fcr:admin> fcrbcastconfig --enable -f 2