Brocade Fabric OS Command Reference Manual (53-1000240-01, November 2006)

2-34 Fabric OS Command Reference Manual
Publication Number: 53-1000240-01
authUtil
2
Note: Enter commands in lowercase only; mixed case is for readability.
To set DH-CHAP as the authentication protocol:
To set both protocols in order of FCAP and then DH-CHAP:
To set DH group 3:
To set all DH groups to be specified in auth negotiate in order of 0, 1, 2, 3, and 4:
See Also portShow, secAuthSecret
switch:admin> authutil --set -a dhchap
Authentication is set to dhchap.
switch:admin> authutil --set -a all
Authentication is set to fcap,dhchap.
switch:admin> authutil --set -g 3
DH Group was set to 3.
switch:admin> authutil --set -g "*"
DH Group is set to 0,1,2,3,4