Users Guide

566 Fabric OS Command Reference
53-1002921-02
mapsConfig
2
-address email_address
Specifies the e-mail address to which the notifications are sent. You can configure
up to 5 e-mail addresses as the alert message's receiver. Multiple e-mail
addresses must be separated by a comma and each e-mail address can be up to
a maximum length of 128 bytes. The e-mail address must conform to standard
syntax: string@domain.suffix. Invalid e-mail addresses are rejected.
--import
Imports a flow from Flow Vision into MAPS.
flow_name
Specifies the name of a flow to be imported. The flow name must be defined in
Flow Vision. This operand is required.
-force
Imports a flow with the same name as the previously imported flow. This operand
is optional. When a flow that was imported into MAPS is deleted in Flow Vision, all
members of the group corresponding to that flow are automatically deleted from
MAPS. If the same flow is created again, it will not automatically be reimported
into MAPS, and importing this flow using the --import option fails unless you use
the -force option.
--deimport
Removes a flow from MAPS. The following operand is required:
flow_name
Specifies the name of the flow to be removed from MAPS.
--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 enable MAPS monitoring and set dflt_moderate_policy as the active policy:
switch:admin> mapsconfig --enablemaps -policy
dflt_moderate_policy
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