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

558 Fabric OS commands
To create a new front panel policy that only enables domains 3 and 4 to use the front panel:
To create a device policy to allow two devices to attach to domain 3 ports 1 and 3 (the WWN of first
device is 11:22:33:44:55:66:77:aa and the WWN of second device is 11:22:33:44:55:66:77:bb):
To create a telnet policy to allow anyone on the 192.168.5.0/24 network to access the fabric through
sectelnet:
See also
secPolicyAbort
secPolicyActivate
secPolicyAdd
secPolicyDelete
secPolicyDump
secPolicyRemove
secPolicySave
secStatsShow
switch:admin> secpolicycreate "FRONTPANEL_POLICY", "3; 4"
FRONTPANEL_POLICY has been created.
switch:admin> secpolicycreate "DCC_POLICY_aB_7",
"11:22:33:44:55:66:77:aa;11:22:33:44:55:66:77:bb;3[1,3]"
DCC_POLICY_abc has been created.
switch:admin> secpolicycreate "TELNET_POLICY", "192.168.5.0"
TELNET_POLICY has been created.