Network Management

last person joined: 17 hours ago 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Controller interface monitoring

This thread has been viewed 3 times
  • 1.  Controller interface monitoring

    Posted Apr 02, 2015 07:13 AM

    I'm new to using Airwave and wanted to know if there was a way to monitor a controllers physical port and be alerted if it goes down. I can't see that this exists in the triggers - only an interface usage which I can put in a vaule that creates a trigger when exceeded.



  • 2.  RE: Controller interface monitoring
    Best Answer

    EMPLOYEE
    Posted Apr 02, 2015 07:59 AM

    You would do this:

     

    1.  Configure your controller to send syslog to your airwave server:

    config t

    logging <ip address of Airwave>

    2.  Setup a trigger that looks for the syslog message for an interface being down:

    An interface down syslog message looks like this: (type show log network all)

     

    Mar 19 19:27:00 :209801:  <WARN> |fpapps|  Physical link down: port 1/2

     You would configure a trigger for that by looking for the words "Physical link down":

     

    physical-link-down.png



  • 3.  RE: Controller interface monitoring

    Posted Apr 02, 2015 08:18 AM

    Thank you - I will give this a try.



  • 4.  RE: Controller interface monitoring

    Posted May 06, 2015 03:37 AM

    I have tested this and it works as expected, Thank you.