Wireless Access

last person joined: 21 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

What is FPAPPS?

This thread has been viewed 6 times
  • 1.  What is FPAPPS?

    Posted Mar 30, 2017 06:01 PM

    Im seeing this in my controller logs does this mean that vlan is flapping?

    Mar 30 08:47:49 :208008: <INFO> |fpapps| No change in the Vlan Interface 1702 state UP Vlan Interface has tunnels configured
    Mar 30 09:11:56 :208008: <INFO> |fpapps| No change in the Vlan Interface 1700 state UP Vlan Interface has tunnels configured
    Mar 30 09:16:18 :208008: <INFO> |fpapps| No change in the Vlan Interface 1700 state UP Vlan Interface has tunnels configured
    Mar 30 09:18:40 :208008: <INFO> |fpapps| No change in the Vlan Interface 1700 state UP Vlan Interface has tunnels configured
    Mar 30 09:20:08 :208008: <INFO> |fpapps| No change in the Vlan Interface 1700 state UP Vlan Interface has tunnels configured
    Mar 30 10:53:29 :208008: <INFO> |fpapps| No change in the Vlan Interface 1700 state UP Vlan Interface has tunnels configured



  • 2.  RE: What is FPAPPS?
    Best Answer

    EMPLOYEE
    Posted Mar 31, 2017 12:37 AM

    The logs do not say that the interface ever went down, but you have your logging on "info" which makes you see, question and worry about things that are routine engineering logs.

     

    I would change all of your debugs to warnings (as they should be) like this:

     

    config t

    no logging level

     

     



  • 3.  RE: What is FPAPPS?

    Posted Mar 31, 2017 11:11 AM

    Thanks