MAPS: A monitor tools for Brocade FC switch, and need Fabric Vision license to use the function. Pre-built rules and automation that simplify policy-based monitoring and alerting.
Pre-defined Policies
The system defines three default policies as below. Each policy is based on more than 170 rules with unique actions that have been vetted by Brocade experts.

Rule Examples

Result Examples
After the rule is triggered, the switch generates the following alarm events:
2014/05/16-01:45:10, [MAPS-1002], 8, SLOT 7 | FID 128, ERROR, ca123, Port 1/31, Condition=ALL_OTHER_F_PORTS(C3TXTO/min>11), Current Value:[C3TXTO,18102 Timeouts], RuleName=defALL_OTHER_F_PORTSC3TXTO_11, Dashboard Category=Port Health.
2014/05/16-01:45:11, [MAPS-1010], 9, SLOT 7 | FID 128, ERROR, ca123, Port(s) fenced due to RuleName=defALL_OTHER_F_PORTSC3TXTO_20, Condition=ALL_OTHER_F_PORTS(C3TXTO/min>20), Obj:Port 1/31 [C3TXTO,18102 Timeouts].
Configuration Example
#Import the Fabric vision license or enterprise feature package license
(If the license has been purchased)
licenseadd xxxxxxxxxxxxxxxxxxxxxxxxxx
#Query optional policy types in the current system
mapsconfig --show -summary
#Activate the MAPS and select dflt_aggressive_policy
mapsconfig --enablemaps -policy dflt_aggressive_policy of the policy
#Change the MAPS global action to RASLOG, SNMP (do not use fence)
mapsconfig --actions RASLOG, SNMP
mapsconfig --show
#Activate Port Fencing (Use this with caution. Do not enable fence if it is not required.)
mapsconfig --actions RASLOG, SNMP, FENCE
DashBoard

Thank you.

