This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
storage:brocade_gateway [2024/01/05 18:08] manu |
storage:brocade_gateway [2024/01/05 18:20] (current) manu |
||
---|---|---|---|
Line 110: | Line 110: | ||
</code> | </code> | ||
+ | <cli prompt='>'> | ||
+ | FLEX-A1-BLUE:admin> ag --modeshow | ||
+ | Access Gateway mode is enabled. | ||
+ | FLEX-A1-BLUE:admin> fabricshow | ||
+ | Error: This command is not supported in AG mode | ||
+ | FLEX-A1-BLUE:admin> | ||
+ | FLEX-A1-BLUE:admin> ag --mapshow | ||
+ | N_Port Configured_F_Ports Static_F_Ports Current_F_Ports Failover Failback PG_ID PG_Name | ||
+ | ------------------------------------------------------------------------------------------------ | ||
+ | 0 1;21 None 1;3;4;5;6; 1 1 0 pg0 | ||
+ | 7;8;10;12;14 | ||
+ | 29 2;22 None 2;9;11;13 1 1 0 pg0 | ||
+ | 30 3;23 None None 1 1 0 pg0 | ||
+ | 31 4;24 None None 1 1 0 pg0 | ||
+ | 32 5;25 None None 1 1 0 pg0 | ||
+ | 33 6;26 None None 1 1 0 pg0 | ||
+ | 34 7;27 None None 1 1 0 pg0 | ||
+ | 35 8;28 None None 1 1 0 pg0 | ||
+ | 36 9 None None 1 1 0 pg0 | ||
+ | 37 10 None None 1 1 0 pg0 | ||
+ | 38 11 None None 1 1 0 pg0 | ||
+ | 39 12 None None 1 1 0 pg0 | ||
+ | 40 13 None None 1 1 0 pg0 | ||
+ | 41 14 None None 1 1 0 pg0 | ||
+ | 42 15 None None 1 1 0 pg0 | ||
+ | 43 16 None None 1 1 0 pg0 | ||
+ | 44 17 None None 1 1 0 pg0 | ||
+ | 45 18 None None 1 1 0 pg0 | ||
+ | 46 19 None None 1 1 0 pg0 | ||
+ | 47 20 None None 1 1 0 pg0 | ||
+ | ------------------------------------------------------------------------------------------------ | ||
+ | |||
+ | |||
+ | FLEX-A1-BLUE:admin> ag --mapdel 40 13 | ||
+ | F_Port to N_Port mapping has been updated successfully | ||
+ | FLEX-A1-BLUE:admin> ag --mapdel 39 12 | ||
+ | FLEX-A1-BLUE:admin> ag --mapadd 0 "3;4;5;6;7" | ||
+ | F_Port to N_Port mapping has been updated successfully | ||
+ | |||
+ | |||
+ | FLEX-A1-BLUE:admin> ag --mapshow | ||
+ | N_Port Configured_F_Ports Static_F_Ports Current_F_Ports Failover Failback PG_ID PG_Name | ||
+ | ------------------------------------------------------------------------------------------------ | ||
+ | 0 1;2;3;4;5; None 1;2;3;4;5; 1 1 0 pg0 | ||
+ | 6;7 6;7 | ||
+ | 29 8;9;10;11;12; None 8;9;10;11;12; 1 1 0 pg0 | ||
+ | 13;14 13;14 | ||
+ | |||
+ | |||
+ | |||
+ | sanb01:FID128:admin> switchshow | ||
+ | switchName: sanb01 | ||
+ | .... | ||
+ | 12 12 6f0c00 id N16 Online FC F-Port 1 N Port + 7 NPIV public (AoQ) | ||
+ | 13 13 6f0d00 id N16 Online FC F-Port 1 N Port + 7 NPIV public (AoQ) | ||
+ | </cli> | ||