Modified: for 10.1.3
You must reconfigure SNMPv3 before enabling FIPs mode. Failure to do so could cause the SBC to crash due to excessive trap generation. Perform the following steps to reconfigure snmpv3. The SBC 7.2.x release supports FIPS-140-2 and the 10.1.3 release supports FIPS-140-3. FIPS-140-2 is not supported in 10.1.3 and later releases and gets automatically converted to FIPS-140-3 as part of the upgrade. To verify the current status of FIPS certification, contact the Global Support Assistance Center: Changing the FIPS 140-3 mode is reserved for users with Administrator permissions. The Administrator is a role in the In this section: You must disable all trap targets with authPriv/authNoPriv securityLevel. Example: The The following activities were made to achieve FIPS 140-3 certification: Self-Tests – The Self-tests are performed only when the system is running in FIPS 140-3 mode. The various self-tests are as follows: FIPS Finite State Model The ability to change the FIPS 140-3 mode is reserved only for users having Administrator permissions; the Administrator is a role in the TLS v1.1 and v1.2 support for EMA/PM and SIP/TLS- TLS v1.1 and v1.2 provide resistance to certain known attacks (e.g. the BEAST attack affecting TLS v1.0) against earlier TLS versions and offer additional cipher suites not supported with TLS v1.0. Although TLS v1.0 and v1.2 are enabled by default, Enabling FIPS-140-3 mode As per FIPS 140-3 standards, Critical Security Parameters (CSPs) are not transferrable from non-FIPS to FIPS mode. So, after enabling FIPS mode, the Operator must install new TLS certificates to set the EMA/PM as operational. In Admin, select the name of the SBC system. The Fips-140-3 mode. Once you enable Fips-140-3 mode, you cannot disable it through the configuration. A fresh software install (that discards all prior states) is required to set the FIPS-140-3 mode to 'disabled'. The options are: The following restrictions are applied when you enable the FIPS-140-3 mode: Perform the pre-upgrade checks before proceeding with the upgrade. For more information, refer to the section "Perform Pre-Upgrade Checks" in System Administration - Software Install-Upgrade. The SBC 7.2.x release supports FIPS-140-2 and the 10.1.3 release supports FIPS-140-3. FIPS-140-2 is not supported in 10.1.3 and later releases and gets automatically converted to FIPS-140-3 as part of the upgrade. To verify the current status of FIPS certification, contact the Global Support Assistance Center: After enabling FIPS-140-3, you must reconfigure the keys (authKey/privKey) for all SNMP users (this applies to all SNMP users for authPriv/authNoPriv security level trap targets). Use the following CLI commands to reconfigure the keys: Enable the authPriv/authNoPriv trap targets:Reconfiguration Step Before Enabling FIPS-140-3 Mode
admin@sbc1% show oam snmp trapTarget EMS_-10.54.71.176
ipAddress 10.54.71.176;
port 162;
trapType v3;
targetUsername emstrapuser;
targetSecurityLevel authPriv;
state enabled;
admin@sbc1% set oam snmp trapTarget EMS_-10.54.71.176 state disabled
admin@sbc1% commit
Enable FIPS-140-3 mode
The FIPS compliant operating mode is a mode of system operation that is fully compliant with FIPS-140-3 at security level 1+. Putting the system in FIPS-140-3 operating mode requires enabling the fips-140-3 mode
parameter as well as configuring other parameters. To enable Fips-140-3 mode
The Fips-140-3 window opens.
The Edit Fips-140-3 options open.Parameter Description Mode FIPS Mode Security Restrictions
For example, openssl3 pkcs12 -certpbe AES-256-CBC -keypbe AES-256-CBC -export -out cert.p12 -inkey cert.key -in cert.pem -passout pass:password.
$FIPS_OPEN_SSL_SH pkcs12 -nodes -in <p12-cert-file-path> -info -password pass:<password> | grep -i pbe
Note: Ensure that the output does not contain TripleDES
.Reconfiguration Steps After Enabling FIPS-140-3 Mode
admin@sbc1% set oam snmp users emstrapuser authKey Xd:aa:1f:09:75:6e:f6:da:NN:NN:NN:NN:NN:0d
admin@sbc1% set oam snmp users emstrapuser privKey Xd:aa:1f:09:75:6e:f6:da:NN:NN:NN:NN:NN:0d
admin@sbc1% commit
admin@sbc1% set oam snmp trapTarget <trap_target_IP> state enabled