HP StorageWorks Fabric OS 5.2.x administrator guide (5697-0014, November 2009)

Fabric OS 5.2.x administrator guide 375
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 newly-determined
parameters.
To delete a policy
1. Log in to the switch as admin.
2. At a command prompt, type:
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:
switch:admin06> policy --show ike all
IKE Policy 1
-----------------------------------------
Authentication Algorithm: MD5
Encryption: UNKNOWN
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.