Dell POWEREDGE M1000E User Manual
Page 63
Fabric OS Command Reference
31
53-1001764-02
ag
2
AG port mapping commands
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.
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
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
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"
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
----------------------------------------------------------------------------
To delete F_Port 5 that was mapped to N_Port 2:
switch:admin>
ag --mapdel 2 "5"
Preferred N_port is set for F_Port[s]
Please delete it before removing primary N_Port
ERROR:Unable to remove F_Port[s] from mapping,
retry the command
switch:admin>
ag --prefshow
F_Ports Preferred N_Port
-------------------------------------------------
10;11 0
4;5;6 2
7;8;9 3
-------------------------------------------------