crypto-sa/crypto

Configures the certificate expiry SNMP alarms. Four (4) severities of alarms can be configured with individual trigger duration. The four alarm severities are info, minor, major, and critical. The durations value can be configured between 1-90 days.

Usage

 <rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
   <get-config>
     <source>
        <running/>
          </source>
           <filter type="subtree">
              <crypto-sa xmlns="urn:brocade.com:mgmt:brocade-crypto">
                <crypto/>
              </crypto-sa>
           </filter>
    </get-config>
 </rpc>
<rpc xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="2" 
        xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<edit-config>
		<target>
		   <running/>
		</target>
   	<config>
		<crypto-sa xmlns="urn:brocade.com:mgmt:brocade-crypto">
			<crypto>
			   <cert>
                 <expiry-level>
                   <level>critical</level>
                   <period>48</period>
                 </expiry-level>
			   </cert>
			</crypto>
		</crypto-sa>
	   </config>
	</edit-config>
</rpc>]]>]]> 
level severity-level

Sets the severity level to configure. Severity level can be one of:

  • info
  • minor
  • major
  • critical
period notification-period

Sets the duration, in days, when this notification type is to be generated. Enter a value in the range 1-90 days. For example, for the notification type info where the notification-period is set to 90 days, this notification type (info) will start getting generated for certificates expiring within the next 90 days.