2
IMC PLAT as the network operations
monitoring platform
Prompt notification of network issues enables administrators to take quick action on the issues before
they deteriorate or interrupt services. IMC PLAT supports notifications of alarms via SMS, and email.
The configuration procedure differs by notification method.
Prerequisites
The alarm feature depends on the network application package, which is licensed-based. Before
you configure IMC PLAT to monitor network operations, make sure you have installed the network
application package and its license.
Configure the physical devices for operations
monitoring
The physical devices (primarily switches and security appliances) use SNMP to push events to the
operations monitoring platform. The monitoring platform can also polls the MIBs on the devices to
generate alarms.
The following information describes the SNMP configuration procedure on the network devices. If
underlay automation is used, some of the SNMP settings are automatically deployed on the
incorporated devices and you do not need to configure them.
1. Enable the information center and the SNMP agent.
[device] info-center enable
[device] snmp-agent
2. Configure a read-only community string and a read and write community string. Then, enable
SNMP versions. This example enables all SNMP versions.
[device] snmp-agent community read public
[device] snmp-agent community write private
[device] snmp-agent sys-info version all
3. Enable SNMP notifications and enable SNMP notifications for service modules, for example,
BGP.
[device] snmp-agent trap enable
[device] snmp-agent trap enable bgp
4. Specify IMC PLAT as a target host to receive SNMP notifications at the northbound service
VIP of its cluster. Optionally, configure authentication for security purposes.
[device] snmp-agent target-host trap address udp-domain 192.168.10.100 params
securityname public v2c
If the northbound service VIP belongs to a VPN, you are required to specify the VPN. In the
following example, VPN instance mgmt is specified.
[device] snmp-agent target-host Trap address udp-domain 1.1.1.1 vpn-instance mgmt
params securityname public v2c
5. Specify IMC PLAT as a log host to receive logs at the northbound service VIP of the Installer
cluster.
[device] info-center loghost 192.168.10.100