HP StorageWorks Fabric OS 5.X Command Reference Guide (AA-RVHVB-TE, September 2005)

Table Of Contents
Fabric OS 5.x command reference guide 53
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