HP StorageWorks Fabric OS 5.0.0 Command Reference Guide (AA-RW1MA-TE, May 2005)

52 Fabric OS commands
Examples
To display authentication configuration on the switch:
To set DH-CHAP as authentication protocol:
To set both protocols in order of fcap,dhchap:
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 --show
AUTH TYPE HASH TYPE GROUP TYPE
--------------------------------------
dhchap sha1,md5 0,1,2,3,4
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