Skip to main content

Adva FSP 150 SNMP

Overview​

Adva Optical Networking sells network equipment for data, storage, voice and video services.

Monitoring Connector assets​

Monitored equipments​

All Adva FSP 150 models can be monitored.

Collected metrics​

  • alarms: current alarms
  • hardware: current components status
  • interfaces: interfaces status, traffic and errors.
  • systems: CPU and memory
Metric nameDescription
alerts.problems.current.countCurrent total alarms or new alarms. Unit: Count

Prerequisites​

Adva FSP 150 device configuration​

To use this Monitoring Connector, the SNMP service must be properly configured on your device.

Network flow​

Your Centreon poller must be able to reach the SNMP port (UDP/161) of the Adva device.

Installation​

  1. Install the Adva FSP 150 SNMP Centreon Plugin on every poller expected to monitor Adva resources:
yum install centreon-plugin-Network-Adva-Fsp150-Snmp
  1. Install the monitoring templates from the Centreon Monitoring Connector on the Configuration > Monitoring Connector Manager page

Configuration​

When creating an host, fill the 'SNMP Community' and 'SNMP Version' fields to match the device configuration.

When using SNMP v3, use the SNMPEXTRAOPTIONS Macro to add specific authentication parameters More information in the Troubleshooting SNMP section.

MandatoryNameDescription
SNMPEXTRAOPTIONSConfigure your own SNMPv3 credentials combo

FAQ​

How do I test my configuration through the CLI and what do the main parameters stand for ?​

Once the Centreon Plugin installed, you can test it directly on the Centreon poller by logging into the CLI with the centreon-engine user:

/usr/lib/centreon/plugins/centreon_adva_fsp150_snmp.pl \
--plugin=network::adva::fsp150::snmp::plugin \
--mode=systems \
--hostname=10.30.2.114 \
--snmp-version='2c' \
--snmp-community='public' \
--verbose

The command above checks the CPU and memory (--mode=systems) of an Adva FSP 150 device. The device's IP address is 10.30.2.114 (--hostname=10.30.2.114), SNMP version 2 is used and the device's SNMP community is public (--snmp-community='public').

You can display all modes available for the Plugin using the --list-mode parameter as in the command below:

/usr/lib/centreon/plugins/centreon_adva_fsp150_snmp.pl \
--plugin=network::adva::fsp150::snmp::plugin \
--list-mode

You can display options of a specific mode by using the --help flag. Here is an example to display systems mode parameters:

/usr/lib/centreon/plugins/centreon_adva_fsp150_snmp.pl \
--plugin=network::adva::fsp150::snmp::plugin \
--mode=systems \
--help

UNKNOWN: SNMP GET Request : Timeout​

This message generally means that you are not using the right SNMP version or community. It could also indicate that a third-party device like a firewall is blocking the SNMP UDP/161 request.

UNKNOWN: SNMP GET Request : Cant get a single value.​

This error message often refers to the following issues:

  • the Adva Optical device doesn't support the MIB used by the plugin
  • the targeted SNMP OID cannot be fetched because of insufficient privileges on the device