11.1. Configuring system process monitor
Overview
Function Introduction
BHM (Bundled Heartbeat Monitor) is a module which is used to monitor other Processes. When a monitored Process is uncontrolled, the BHM module will take measures, such as printing warning on screen, shutting all ports, or restarting the system, to help or remind users to recover the system.
The monitored Processes include RIP, RIPNG, OSPF, OSPF6, BGP, LDP, RSVP, PIM, PIM6, 802.1X, LACP MSTP, DHCP-RELAY, DHCP-RELAY6, RMON, OAM, EFM, SSH, SNMP, PTP, SSM. In addition, some system procedures are also monitored, including LCM, CHSM, HSRVD. There are three activations of BHM, including “reload system”, including “reload system”,“warning”, “shutdown port”.
Principle Description
N/A
Configuration
step 1 Enter the configure mode
Switch# configure terminal
step 2 Enable system monitor and heart-beat-monitor globally
Switch(config)# sysmon enable
Switch(config)# heart-beat-monitor enable
step 3 Reload system if a monitored PM is uncontrolled
Switch(config)# heart-beat-monitor reactivate reload system
There are three activations of BHM, including “reload system”,“warning”, “shutdown port”.
step 4 Exit the configure mode
Switch(config)# end
step 5 Validation
Switch# show heart-beat-monitor
heart-beat-monitor enable.
heart-beat-monitor reactivation: restart system.
Application cases
N/A