Brocade Access Gateway Administrator's Guide - Supporting Fabric OS v5.3.0 (53-1000633-01, June 2007)

20 Access Gateway Administrator’s Guide
53-1000633-01
Configuring port maps
4
An F_Port can be assigned to only one N_Port at a time. If the F_Port has been assigned to another
N_Port, you must remove it from the N_Port before you can add it in this procedure.
To add F_Ports to an N_Port
1. Connect and log in to the switch.
Enter the ag command with the
--mapdel <n_portnumber> “<F_Port1;...;F_Port2>” operand
to remove the F_Port from the N_Port. Where the f_portlist can contain multiple F_Port
numbers separated by semicolons, for example “17;18”.
switch:admin> ag --mapdel 10 6
F-Port to N-Port mapping has been updated successfully
2. Enter the switchshow command to verify that the F_Port is free (unassigned).
Unassigned F_Port status is Disabled (No mapping for F-Port). See port 6 in the example
below.
switch:admin> switchshow
switchName: fsw534_4016
switchType: 45.0
switchState: Online
switchMode: Access Gateway Mode
switchWwn: 10:00:00:05:1e:02:1d:b0
switchBeacon: OFF
Area Port Media Speed State Proto
=====================================
0 0 cu AN No_Sync
1 1 cu AN No_Sync Disabled (N-Port Offline for F-Port)
2 2 cu AN No_Sync Disabled (N-Port Offline for F-Port)
3 3 cu AN No_Sync Disabled (N-Port Offline for F-Port)
4 4 cu AN No_Sync Disabled (N-Port Offline for F-Port)
5 5 cu AN No_Sync Disabled (N-Port Offline for F-Port)
6 6 cu AN No_Sync Disabled (No mapping for F-Port)
7 7 cu AN No_Sync
8 8 cu AN No_Sync
9 9 cu AN No_Sync
10 10 -- N4 No_Module
11 11 -- N4 No_Module
12 12 -- N4 No_Module
13 13 id N4 Online N-Port 10:00:00:05:1e:35:10:1e 0x5a0a00
14 14 id N4 Online N-Port 10:00:00:05:1e:35:10:1e 0x5a0900
15 15 id N4 Online N-Port 10:00:00:05:1e:35:10:1e 0x5a0800
3. Enter the ag command with the --mapadd <n_portnumber> “<f_port1;f_port2;...>” operand
to add the list of F_Ports to the N_Port.
Where the f_portlist can contain multiple F_Port numbers separated by semicolons, for
example “17;18”.
switch:admin> ag --mapadd 13 "5;6"
F-Port to N-Port mapping has been updated successfully