Reference Guide
238 Brocade Fabric OS Command Reference
53-1004112-02
faPwwn
-srcport source_port
Specifies the port from which to move the PWWN.
-dstport dest_port
Specifies the destination port for the moved PWWN.
--help
Displays the command usage.
Examples To enable the FA-PWWN feature on a switch port:
switch:admin> portdiable 10
switch:admin> fapwwn --enable -port 10
To disable the FA-PWWN feature on the switch port:
switch:admin> fapwwn --disable -port 10
To move the active FA-PWWN from a source port to another port:
switch:admin> fapwwn --move -srcport 2 -dstport 3
To move the active FA-PWWN from a source AG port to a destination AG port:
switch:admin> fapwwn --move -srcag 11:11:11:11:11:11:11:11 \
-srcport 12 -dstag 22:22:22:22:22:22:22:22 -dstport 14
To assign a user-assigned FA-PWWN to a switch port:
switch:admin> portdisable 1/10
switch:admin> fapwwn --assign -port 1/10 -v 50:60:70:71:72:73:81:81
To assign an automatically assigned FA-PWWN to a switch port:
switch:admin> portdisable 1/10
switch:admin> fapwwn --assign -port 1/10
To assign a fabric-assigned FA-PWWN to an AG port identified by the AG node WWNN and port number:
switch:admin> portdisable 0
switch:admin> fapwwn --assign -ag 12:34:56:78:90:12:23:45 -port 0
To assign an user-assigned FA-PWWN to an AG port:
switch:admin> portdisable 0
switch:admin> fapwwn --assign -ag 12:34:56:78:90:12:23:45 -port 0 \
-v 11:22:33:44:55:66:77:88
To delete the active FA-PWWN of a switch port:
switch:admin> fapwwn --delete -port 10
To delete the active FA-PWWN of an AG port:
switch:admin> fapwwn --delete -ag 12:34:56:78:90:12:34:56 -port 10