Fcrbcastconfig – Dell POWEREDGE M1000E User Manual
Page 308
276
Fabric OS Command Reference
53-1001764-02
fcrBcastConfig
2
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.
Note
The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may
be in place. Refer to chapter 1, "Using Fabric OS commands" and Appendix A, "Command
Availability" for details.
Operands
This command takes 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-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
To display the new configuration:
fcr:admin>
fcrbcastconfig --show
Broadcast configuration is enabled for FID:
2 33 128
To disable broadcast frame forwarding for FID 33:
fcr:admin>
fcrbcastconfig --disable -f 33