Brocade Fabric OS Command Reference Manual v6.2.0 (53-1001186-01, April 2009)

28 Fabric OS Command Reference
53-1001186-01
ag
2
6. To enable ADS policy:
switch:admin> ag--policyenable ads
The policy ADS is enabled
7. To disable ADS policy:
switch:admin> ag--policydisable ads
The policy ADS is disabled
AG port mapping commands
1. To display current port mappings and port grouping policies:
switch:admin> ag --mapshow
N_Port Configured_F_Ports Current_F_Ports Failover Failback PG_ID PG_Name
-----------------------------------------------------------------------------
0 4;5;6 4;5;6 1 0 2 SecondFabric
1 7;8;9 7;8;9 0 1 0 pg0
2 10;11 10;11 1 0 2 SecondFabric
3 12;13 12;13 0 1 0 pg0
-----------------------------------------------------------------------------
Explanation of fields in --mapshow output:
- Current F_Ports are the F_Ports that are currently online and mapped to a given N_Port
either because they are mapped to that N_Port or as a result of N_Port failover.
- Configured F_Ports are the F_Ports that are explicitly mapped to this N_Port (saved in
config).
- Failover and Failback indicate whether or not N_Port policy is enabled (1) or disabled (0).
- PG_ID is the Port Group ID and PG_Name is the Port Group Name.
2. To clear all F_Ports mapped to the configured primary N_Port 0:
switch:admin> ag --mapset 0 ““
F_Port to N_Port mapping has been updated successfully
3. To add F_Ports 4 and 6 to N_Port 0 (observe that Port 0 has no configured F_Ports):
switch:admin> ag --mapset 0 “4;6
F_Port to N_Port mapping has been updated successfully
4. To add F_Port 5 to N_Port 2 (observe that N_Port 2 already has mapped F_Ports):
switch:admin> ag --mapadd 2 "5"
5. To display the new mappings:
switch:admin> ag --mapshow
N_Port Configured_F_Ports Current_F_Ports Failover Failback PG_ID PG_Name
----------------------------------------------------------------------------
0 4;6 4;6 1 0 2 SecondFabric
1 7;8;9 7;8;9 0 1 0 pg0
2 5;10;11 5;10;11 1 0 2 SecondFabric
3 12;13 12;13 0 1 0 pg0
----------------------------------------------------------------------------