Skip to main content

How to Discover WAN Monitoring?

WAN monitoring refers to the process of supervising and managing the availability and health of the WAN link network. It is often crucial for businesses relying heavily on WAN connectivity that their network is available effeciently round the clock.

This is where the Motadaata NMS WAN monitoring feature, helps to monitor the availability of the WAN links, RTT (Round Trip Time), and the network traffic details of your organization. Also, you can view the WAN availability reports on the dasboard and check the performance based on which you can take the necessary measures.

Read on to know the steps involved in monitoring the WAN links.

Prerequisites

  • The SNMP Walk response of the following devices should be available from the Motdata NMS backend server:

    • Router’s IP Address
    • Internet Service Provider’s (ISP) IP Address

    You can check the SNMP walk response using the following command:

    Syntax for v2: snmpwalk -v2c -c [communutiy_name][Router or ISP’s IP Address]

    Example: snmpwalk -v2c -c public 10.13.15.90

    Syntax for v3: snmpwalk -v3 -l (noAuthNoPriv|authNoPriv|authPriv) -u (username) [-a (MD5|SHA)][-A (authphrase)] [-x DES][-X (privaphrase)] (ipaddress)[:(dest_port)][oid]

    Example: snmpwalk -v3 -u site1md5aes -l authPriv -a MD5 -A site1md5aes -x AES -X site1md5aes 192.168.10.11

Supported Devices

  • CISCO (IP SLA)
  • Juniper (RPM)

Architecture

architecture

In the above figure, the WAN link between the router and the ISP can be monitored using the below steps.

  1. Create the credentials for network discovery.
  2. Create and perform the Network Discovery of the router’s interface 10.10.10.1.
  3. Provision the interface.
  4. Create the credentials for WAN monitoring.
  5. Create a WAN Monitoring profile of the link with source IP as 10.10.10.1 and destination IP as 10.10.10.2.
  6. Provision the WAN link.
  7. Once done, the link will be configured and monitored henceforth.

Procedure

To discover the WAN Link monitor, follow the below steps:

  1. Log in to the NMS portal.

login

Create Network Credential Profile

  1. Navigate to Admin > Discovery Settings > Network Credential Profiles page and click +New.

Create Network Credential Profile

Enter the below details:

FieldsDescription
Credential Profile NameEnter the name of the credential profile.
Device TypeSelect the type for which you want to create the credential. Here, Router is selected.
VersionSelect the version number of the SNMP device. The options are:

• V1

• V2c

• V3

CommunityEnter the community name as per the version selected. It is the unique string similar to the username used for handshaking. Motadata will send this string in request and device with same string responds back.
Security LevelSelect the type of security based on the credentials used.

No Authentication No Privacy: Fill only ‘Security User Name’.

Authentication No Privacy: Fill ‘Security User Name’ and ‘Authentication Password’.

Authentication Privacy: Fill ‘Security User Name’, ‘Authentication Password’, and ‘Private Password’.

Authentication ProtocolSelect the protocol used in the SNMP device for authentication.
Privacy ProtocolSelect the protocol used in the SNMP device for privacy.
Security User NameProvide the username to access the SNMP device.
Authentication PasswordProvide encryption password to access SNMP device (if applicable).
Private PasswordProvide private password to access SNMP device (if applicable).
DepartmentsSelect the department whose users can view and use this credential profile.
  1. Once done, click Create. Next, create the network discovery profile.

Create Network Discovery Profile

  1. Navigate to Admin > Discovery Settings > Network Discovery Profiles page and click +New.

Create Network Discovery Profile

Enter the below details:

FieldsDescription
NameEnter the name of the network discovery profile.
IP/HostEnter the IP or hostname of the device that you want to discover. For example, 10.10.10.1 is used.
RPESelect the RPE from which you want to discover and poll monitors. By default, ‘Master RPE’ is selected.
Device TypesSelect the device types for which you want to create the discovery profile.
Credential ProfilesSelect the credentials that will be used for discovery. You can also create a new one using the +New button.
TagsSelect the tags used to categorize and group profiles.
Discovery ParametersDefault port is visible at bottom. You can change the port by editing the section. ‘Monitor unused port’ will discover the unused ports also. To discover only used ports, edit the section and select yes.
  1. Once the details are filled in, click Create, and run the discovery. The following screen will appear.

Discovery Status

  1. Click the “View Result” button or the link “Click Here” in the Discovery Notification. The following popup appears.

Provisioning the Discovered Objects

  1. Provision the discovered device. To provision,

    a. Click the “View Result” button on the list page (Step 5).

    b. Select the “Host” IP Address.

    c. Click the “Provision Objects” button.

Once the network device is provisioned, create a WAN credential profile.

Create WAN Credential Profile

  1. Navigate to Admin > Discovery Settings > WAN Credential Profiles page and click +New. The following popup appears.

Create WAN Credential Profile

Enter the below details:

FieldsDescription
WAN Credential Profile NameEnter the name of the credential profile.
Device TypeSelect the type for which you want to create the credential. Here, IP SLA ICMP Echo is selected.
VersionSelect the version number of the SNMP device. The options are:

• V1

• V2c

• V3

CommunityEnter the community name as per the version selected. It is the unique string similar to the username used for handshaking. Motadata will send this string in request and device with same string responds back.
Write CommunityA unique string used for authentication and interaction.
Security LevelSelect the type of security based on the credentials used.

No Authentication No Privacy: Fill only ‘Security User Name’.

Authentication No Privacy: Fill ‘Security User Name’ and ‘Authentication Password’.

Authentication Privacy: Fill ‘Security User Name’, and ‘Authentication Password’.

Authentication ProtocolSelect the protocol used in the SNMP device for authentication.
Privacy ProtocolSelect the protocol used in the SNMP device for privacy.
Security User NameProvide the username to access the SNMP device.
Device ContextThis is optional.
Authentication PasswordProvide encryption password to access SNMP device (if applicable).
DepartmentsSelect the department whose users can view and use this credential profile.
  1. Once the details are filled in, click Create. Next, create the WAN discovery profile and use the credentials in it.

Create WAN Monitoring Profile

  1. Navigate to Admin > Discovery Settings > WAN Monitoring Profiles page and click +New. The following popup will appear.

Create WAN Discovery Profile

Enter the below details:

FieldsDescription
NameEnter the name of the WAN discovery profile.
WAN OperationSelect the WAN operation that you want to perform.
RPESelect the RPE from which you want to discover and poll monitors. By default, ‘Master RPE’ is selected.
WAN Probe TypeSelect the required probe type. The list displays the supported probe types in the system. Here, IP SLA ICMP Echo is selected.
Credential ProfilesSelect the desired WAN credential profiles created previously.
TagsSelect the tags to categorize and group profiles.
  1. Edit the parameter details and the following popup will appear. Here, set the source and destination IP addresses of the WAN link.

Edit Parameter Details

Configure the below fields:

FieldsDescription
Source MonitorSelect the monitor from the dropdown list. Here, 10.10.10.1 is selected.
Source InterfaceSelect the interface of the source device.
Source PortEnter the source port of the device.
Source Router LocationEnter the location of the source router.
Destination IPEnter the IP address of the destination monitor given by your ISP provider. Here, 10.10.10.2 is entered.
Destination PortEnter the destination port if available.
Desitnation Router LocationEnter the location of the destination router.
Internet Service ProviderEnter the name of your Internet Service Provider.
Availability BySelect the availability by from the dropdown list. Here, SNMP is selected.
  1. Once all the details are filled in, click Update.

  2. Next, click Create, and run the discovery. The following screen will appear.

Discovery Status

  1. Click the “View Result” button or the link “Click Here” in the Discovery Notification. The following popup appears.

Provisioning the Discovered Objects

  1. Provision the discovered object. To provision,

    a. Click the “View Result” button on the list page (Step 14).

    b. Select the “Host” IP Address.

    c. Click the “Provision Objects” button.

  2. Once provisioned, the WAN monitoring profile is configured, and now Motadata NMS can monitor this WAN link.