Example: Using a Network Statistics Monitor to check for IP data received and discarded

You can use the Network Statistics Monitor to verify that various types of packet and connection statistic information for network protocols, such as IP, TCP, and UDP, are within the thresholds that you define as acceptable. By doing so, you can ensure that devices handle specific types of network data as expected.

For example, you can use the IP received discarded threshold monitor to watch for situations where a router with Quality of Service (QOS) has priorities set for Voice over IP (VoIP). In these situations, other IP datagrams that a router receives are buffered for delayed processing to give processing priority to the VoIP data. If the buffer space is overrun, lower priority IP datagrams are discarded even though the router initially received them. This example describes configuring and assigning a network statistic monitor that monitors thresholds set for IP data received by a router but discarded from the buffer. It also configures and assigns an Email Action to notify you if the monitor fails.

To configure a Network Statistics Monitor:

  1. From the Admin panel, select Monitor Library. The Monitor Library dialog appears.
  2. If not already selected, select the Active tab.
  3. In the Active Monitor Library, click New. The Select Active Monitor Type dialog appears.
  4. Select Network Statistics Monitor from the list, and then click OK.
  5. Type a Name for the monitor, such as Cisco Router Buffer Overflow Monitor.
  6. Type a Description for the monitor. This description displays next to the monitor name in the Active Monitor Library.
  7. In the Thresholds to monitor section of the dialog, select IP received discarded.
  8. Click OK to save changes.

After configuring the IP received discarded monitor, you need to assign it to the device(s) that you want to check using the monitor. In the next steps of this example, you will assign the monitor to a single device, then using the Action Builder, configure and assign an Email Action to notify you when the monitor goes down.

Tip: You can also assign the monitor to multiple devices at one time via Bulk Field Change. For more information, see Assigning a monitor to multiple devices.

To assign the IP Received Discarded monitor, and configure and assign an Email Action:

  1. Go to the properties for the device to which you want to assign the monitor.
    1. From either the Device View or Map View, right-click the device. The right-click menu appears.
    2. Select Properties. The Device Properties dialog appears.
  2. Click Active Monitors. The Device Properties - Active Monitors dialog appears.
  3. Click Add. The Active Monitor Properties dialog appears.
  4. Select the Cisco Router Buffer Overflow Monitor, then click Next.
  5. Set the monitor polling properties, then click Next.
  6. Select Apply individual actions, then click Add. The Action Builder appears.
  7. Select Create a new action, then click Next.
  8. Select the Email Action, then click Next.
  9. Under Execute the action on the following state change, select Down; this option specifies that WhatsUp Gold issues a state change after the monitor has detected that the router has received IP data, but the buffer has been overrun with too much data. Click Finish. The New Email Action dialog appears.
  10. Type a Name for the monitor, such as Cisco Router Buffer Overflow Monitor.
  11. Optionally, edit the description.
  12. In the SMTP Server box, enter the IP address or Host (DNS) name of your email server (SMTP mail host).
  13. Type the Port on which the SMTP Server is installed. The default SMTP port is 25.
  14. Optionally, change the Timeout from the default of 5 seconds.
  15. In the Mail To box, enter the email addresses which will receive the notification. You can enter two addresses, separated by commas (with no spaces). The address should not contain brackets, spaces, quotation marks, or parentheses.
  16. Optionally, edit the address in the Mail from box. The address appearing here appears as the notification sender.
  17. Select SMTP server requires authentication if your SMTP server uses authentication. This enables the Username and Password options.
  18. Type a Username and Password for authentication, if necessary.
  19. Select Use an encrypted connection (SSL/TLS) if your SMTP server requires data encryption over a TLS connection.
  20. Click Mail Content to enter the notification content.
  21. In Subject, enter %ActiveMonitor.Name has failed (%Device.HostName). This message indicates the device type, its down state, and the hostname of the device on which the monitor has failed.
  22. In Message body, enter

    This %ActiveMonitor.Name has failed on %Device.Address.

    Please check or restart the %Device.HostName.

    ----------------------------------------

    This mail was sent on %System.Date at %System.Time
    Ipswitch WhatsUp Gold

    This message indicates that the device, such as a router, has reached the threshold where IP data has overrun the buffer and should be checked or restarted.

    Tip: Optionally, you can add a link to the Device Status or Mobile Device Status report for the device to which the monitor is assigned.

  23. Click OK to save changes.
  24. On the Active Monitor Properties dialog, click Finish.

See Also

Adding and editing a Network Statistics Monitor