HP StorageWorks Fabric OS 6.x administrator guide (5697-7344, March 2008)

434 Configuring and monitoring FCIP extension services
The example below shows all of the IKE policies defined; in this example, there are two IKE policies.
Policies cannot be modified. You must delete and then recreate a policy with the new parameters.
To delete a policy:
1. Log in to the switch as admin.
2. Enter the following command.
policy --delete type number
where type is the policy type and number is the number assigned.
For example, to delete the IPSec policy number 10:
To view IPSec information for an FCIP tunnel:
The following example shows the portShow fcipTunnel command used to display IPSec information
for tunnel 0:
switch:admin06> portshow fciptunnel 8/ge0 3 -ipsec
Port: ge0
-------------------------------------------
Tunnel ID 3
Remote IP Addr 192.175.5.200
Local IP Addr 192.175.5.100
Remote WWN Not Configured
Local WWN 10:00:00:05:1e:37:00:20
Compression off
Fastwrite on
Tape Pipelining on
Uncommitted bandwidth, minimum of 1000 Kbps (0.001000 Gbps)
switch:admin06> policy --show ike all
IKE Policy 1
-----------------------------------------
Authentication Algorithm: MD5
Encryption: 3DES
Perfect Forward Secrecy: off
Diffie-Hellman Group: 1
SA Life (seconds): 0
IKE Policy 32
-----------------------------------------
Authentication Algorithm: SHA-1
Encryption: AES-128
Perfect Forward Secrecy: on
Diffie-Hellman Group: 1
SA Life (seconds): 28800
Operation Succeeded
switch:admin06> policy --delete ipsec 10
The policy has been successfully deleted.