fault-management (enable | disable)

Use this command to enable or disable the fault management system (FMS).

If the loopback interface is down, FMS will not receive logs, preventing it from generating and clearing alarms, resulting in the loss of these logs.

Command Syntax

Copy
fault-management (enable | disable)

Parameters

enable

Enable FMS

disable

Disable FMS

Default

None

Command Mode

Configure mode

Applicability

This command was introduced in OcNOS version 3.0.

Example

1. Enable FMS
Copy
(config)# fault-management enable
(config)#commit
%% Warning : FMS requires logging level all to be configured to minimum 4, please configure accordingly
(config)#
2. Validation after enabling
Copy
#show fms status
% FMS Status: Enabled
% FMS Node Application Status: Up
3. Disable FMS
Copy
(config)# fault-management disable
(config)#commit
4. Validation after disabling
Copy
#show fms status
% FMS Status: Disabled