Specifications

Table Of Contents
Fabric OS Commands
710 Fabric OS Version 3.1.x/4.1.x Reference Guide
Example
Create a new single MS_POLICY that enables access through a device that has
WWN of 12:24:45:10:0a:67:00:40:
Create a new Front Panel policy that only enables Domains 3 and 4 to use the front
panel:
Create a Device policy to allow 2 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:
Create a Telnet policy to allow anyone on the 192.168.5.0/24 network to access
the fabric through sectelnet:
SCC_POLICY Members
This policy type requires member IDs be specified as WWN
strings, Domains, or switch names. If Domain or switch names
are used, the switches associated must be present in the fabric
or the command fails.
To add all switches in the current fabric as members of the
SCC_POLICY enter an asterisk “*” enclosed in quotation marks
as the member value. This feature cannot be used by the other
security telnet commands.
primaryfcs:admin> secpolicycreate “MS_POLICY”, “12:24:45:10:0a:67:00:40”
MS_POLICY has been created.
primaryfcs:admin>
primaryfcs:admin> secpolicycreate “FRONTPANEL_POLICY”, “3; 4”
FRONTPANEL_POLICY has been created.
primaryfcs:admin>
primaryfcs: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.
primaryfcs:admin>
primaryfcs:admin> secpolicycreate “TELNET_POLICY”, “192.168.5.0”
TELNET_POLICY has been created.
primaryfcs:admin>