Reference Guide
Brocade Fabric OS Command Reference 511
53-1004112-02
mapsConfig
--deimport
Removes a flow from MAPS. The following operand is required:
flow_name [-force]
Specifies the name of the flow to be removed from MAPS. The -force operand is optional.
You cannot remove a flow that is used by any rules. The -force option overrides the default
behavior. If a flow is present in user-defined rules, the -force option deletes all the rules that
are configured with the given flow and then removes the flow.
--purge
Deletes all user-defined MAPS configurations on the switch (groups, rules, and policies).
This command does not delete the predefined groups and policies. Enables
dflt_conservative_policy after successful purge.
--show
Displays the MAPS global configuration settings.
--help
Displays the command usage.
Examples To stop monitoring on three ports:
switch:admin> mapsconfig --config pause -type port
-members "3/1,3/2,3/3"
To resume monitoring on two ports:
switch:admin> mapsconfig --config continue -type port
-members "3/1,3/3"
To specify that generating a RASLog and sending an e-mail message are the only allowed notification actions on
this switch:
switch:admin> mapsconfig --actions raslog,email
To configure the e-mail address to which notifications are sent:
switch:admin> mapsconfig --emailcfg -address admin@mycompany.com
To send a test e-mail:
switch:admin> mapsconfig --testmail
MAPS test welcome mail sent successfully
To import a flow:
switch:admin> mapsconfig --import fmFlow1
To delete all of the user-defined groups, policies, and rules:
switch:admin> mapsconfig --purge
WARNING: This command will clear all the user-defined MAPS \
configurations and activate the factory defined policy \
and rules.
Do you want to continue? (yes, y, no, n): [no] yes