Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
_IW Academy
_IW Academy

Hide_comments
InfiMONITOR polles devices via the SNMP protocol. Therefore each device in the network should have SNMP agent running and configured to perform the devices management and monitoring.

How to add new device to monitoring network

By default, "SNMP Agent" and "SNMP Trap" are disabled. 

...

  1. Via the CLI command line interface (this option is faster)
  2. Via the WANFleX web-interface.

Via the CLI

Access the device via the Telnet or SSH protocols and execute the following commands (replace USERNAME and PASSWORD with the desired values):

Code Block
languagejava
themeDJango
snmpd user USERNAME add pass PASSWORD security authNoPriv accessRights
 readWrite class admin
Note
titleNOTE

Only protected mode "authNoPriv" is supported by InfiMONITOR

...

Code Block
languagejava
themeDJango
mint rf5.0 rcmd -node all -self -cmd "snmpd user USERNAME add pass PASSWORD
 security authNoPriv accessRights readWrite class admin"
mint rf5.0 rcmd -node all -self -cmd "snmpd start"
mint rf5.0 rcmd -node all -self -cmd "config save"

In order to enable "SNMP Trap" simultaneously for all CPE s connected to the BS  (including BS too), on the BS execute the following commands (replace "IP ADDRESS" with the InfiMONITOR IP-address)

Code Block
languagejava
themeDJango
mint rf5.0 rcmd -node all -self -cmd "trapd start"
mint rf5.0 rcmd -node all -self -cmd "trapd dst IP ADDRESS:162/v2"
mint rf5.0 rcmd -node all -self -cmd "trapd type topoGroup enable"
mint rf5.0 rcmd -node all -self -cmd "trapd type radioGroup enable"
mint rf5.0 rcmd -node all -self -cmd "trapd type mintGroup enable"
mint rf5.0 rcmd -node all -self -cmd "trapd type ospfGroup enable"
mint rf5.0 rcmd -node all -self -cmd "trapd type linkEvent enable"
mint rf5.0 rcmd -node all -self -cmd "trapd typetrapdColdStartEvent enable"
mint rf5.0 rcmd -node all -self -cmd "trapd type snmpdAuthenticationFailureEvent enable"
mint rf5.0 rcmd -node all -self -cmd "trapd type syslog enable"
mint rf5.0 rcmd -node all -self -cmd "config save"

Configure the agent IP-address separately, for each device (replace"IP ADDRESS" with the device IP-address value)

Code Block
languagejava
themeDJango
trapd agent IP ADDRESS
config save

Via the web-interface

Note
titleNOTE

You can use the Web-interface "Command Line" section for running the commands mentioned above.

...