Wired Intelligent Edge

last person joined: yesterday 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

S1500 "failed to setup connection"

This thread has been viewed 0 times
  • 1.  S1500 "failed to setup connection"

    Posted Apr 29, 2015 11:57 AM

    On my MAS S1500's I am SYSLOGging to solarwinds. In these logs, I see a very frequently repeated pair of these messages:

     

     4/29/2015 11:13 10.110.138.16 Error Apr 29 10:13:55 WB-FOOD-162:PRI-0 activate[1554]: Failed to setup connection
     4/29/2015 11:13 10.110.138.16 Error Apr 29 10:13:55 WB-FOOD-162:PRI-0 activate[1554]: Failed to complete ssl handshake - 1

     

    Any idea why? I searched the boards for this string and didn't see anything. PRI makes me think of voice, but I am doing no voice on this - just plain ol' ethernet data traffic across multiple VLANs.



  • 2.  RE: S1500 "failed to setup connection"
    Best Answer

    EMPLOYEE
    Posted Apr 29, 2015 12:04 PM

    That is actually the Mobility Switch trying to reach out to Aruba Activate. If you aren't using it, you can use the following commands and that should disable the messages.

     

    !
    activate-service-firmware
       no enable
    !

     

    While you're at it, you can also disable the aruba-central service which also tries to reach out to Aruba Central.

     

    !
    aruba-central
       no enable
    !

     

    Its been a while since I thought of my old ISDN PRI days but in this instance it actually means PRIMARY.

     

    Best regards,

     

    Madani



  • 3.  RE: S1500 "failed to setup connection"

    Posted Apr 29, 2015 02:27 PM

    Perfect, thanks so much!