414 MDS Orbit MCR/ECR Technical Manual MDS 05-6632A01, Rev. F
The following shows how to configure an event that will be logged locally, via syslog, and via netconf-
notifications:
% set logging event-rules cell_connected syslog true local true netconf-notification true
8.5 Monitoring
Ensure the CLI is in operational mode. Follow the example below to view the state and statistics:
% show logging event-rules cell_connected
description "cell connection established";
local true;
priority notice;
syslog-facility user;
syslog true;
snmp-notification true;
netconf-notification true;
% show logging event-rules cell_disconnected
description "cell connection disconnected";
local true;
priority notice;
syslog-facility user;
syslog true;
snmp-notification true;
netconf-notification true;