Brocade Communications Systems 53-1002745-02 Marine Radio User Manual


 
Fabric OS Administrator’s Guide 623
53-1002745-02
Preparing a switch for FIPS
B
4. Optional: Set the authentication protocols.
a. Enter the authUtil
--set -h sha1 command to set the hash type for MD5, which is used in
the DH-CHAP and FCAP authentication protocols.
b. Enter the authUtil
--set -g n command (where n represents the DH group) to set the DH
group to 1, 2, 3, or 4.
5. Install the LDAP CA certificate on the switch and Microsoft Active Directory server. Refer to
“LDAP certificates for FIPS mode” on page 620.
6. Enter the ipFilter
--show command and verify that no active IP filter policy permits access to
Telnet, HTTP, or RPC ports, even if a higher priority policy explicitly denies such access. If an
active IP policy does permit any of these ports, you must modify or deactivate the policy. Create
separate policies for IPv4 and IPv6, and block access on Telnet, HTTP, and RPC ports.
a. Enter the ipFilter command to create IP filter policies for IPv4 and IPv6. Refer to “Creating
an IP Filter policy” on page 218.
b. Add rules to each IP filter policy. Refer to “Adding a rule to an IP Filter policy” on page 223.
You can use the following modifications to the rule to block access to Telnet, HTTP, and
RPC ports:
ipfilter --addrule policyname -rule rule_number -sip source_IP -dp
dest_port -proto protocol -act deny
The -sip option can be given as any.
The -dp options for the port numbers for Telnet, HTTP, and RPC are 23, 80, and 898,
respectively.
The -proto option should be set to TCP.
c. Activate each IP filter policy. Refer to “Activating an IP Filter policy” on page 219.
d. Save each IP filter policy. Refer to “Saving an IP Filter policy” on page 218.
Example
ipfilter --create http_block_v4 -type ipv4
ipfilter --addrule http_block_v4 -rule 1 -sip any -dp 80 -proto tcp -act deny
ipfilter --activate http_block_v4
7. Use the snmpConfig --set seclevel command to turn on SNMP security. When prompted to
select the SNMP SET Security Level, enter 3, for no access.
Example
switch:FID128:admin> snmpconfig --set seclevel
Select SNMP GET Security Level
(0 = No security, 1 = Authentication only, 2 = Authentication and Privacy, 3 =
No Access): (0..3) [0]
Select SNMP SET Security Level
(0 = No security, 1 = Authentication only, 2 = Authentication and Privacy, 3 =
No Access): (0..3) [0] 3
8. Enter the fipsCfg --disable bootprom command to block access to the boot PROM.
NOTE
This command can be entered only from the root account. It must be entered before disabling
the root account.
9. Enter the configure command and respond to the following prompts to enable signed firmware: