Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
8-71
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 8 Fibre Channel Commands
fcsp dhchap
The following example configures the use of only the SHA-1 hash algorithm:
switch(config)# fcsp dhchap hash sha1
The following example configures the use of only the MD-5 hash algorithm:
switch(config)# fcsp dhchap hash md5
The following example defines the use of the default hash algorithm priority list of MD-5 followed by
SHA-1 for DHCHAP authentication:
switch(config)# fcsp dhchap hash md5 sha1
The following example reverts to the factory default priority list of the MD-5 hash algorithm followed
by the SHA-1 hash algorithm:
switch(config)# no fcsp dhchap hash sha1
The following example prioritizes the use of DH group 2, 3, and 4 in the configured order:
switch(config)# fcsp dhchap group 2 3 4
The following example configures a clear text password for the local switch:
switch(config)# fcsp dhchap password 0 mypassword
The following example configures a clear text password for the local switch to be used for the device
with the specified WWN:
switch(config)# fcsp dhchap password 0 mypassword 30:11:bb:cc:dd:33:11:22
The following example configures a password entered in an encrypted format for the local switch:
switch(config)# fcsp dhchap password 7 sfsfdf
Related Commands Command Description
fcsp enable Enable FC-SP.
show fcsp Displays configured FC-SP information.