Controllerless Networks

last person joined: yesterday 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

How to find current time on IAP and update with a new SNTP server?

This thread has been viewed 3 times
  • 1.  How to find current time on IAP and update with a new SNTP server?

    Posted Mar 10, 2015 11:00 AM

    CLI commands are preferrable.

     

    Does anyone know of a simple way to do both ot these?

     

    Thanks!

    -Ryan



  • 2.  RE: How to find current time on IAP and update with a new SNTP server?

    Posted Mar 10, 2015 11:06 AM

    Check the time:

    IAP-1# show clock

     

    Add new NTP server:

    IAP-1 (config) # ntp-server 192.168.1.103

     

    At this time you can't add a key 



  • 3.  RE: How to find current time on IAP and update with a new SNTP server?

    Posted Mar 10, 2015 11:07 AM

    # show clock

     

    In the CLI

    To configure an NTP server:

    (Instant Access Point)(config)# ntp-server <name>

    (Instant Access Point)(config)# end

    (Instant Access Point)# commit apply

    To configure timezone:

    (Instant Access Point)(config)# clock timezone <name> <hour-offset> <minute-offset>

    (Instant Access Point)(config)# clock summer-time <timezone> recurring <start-week> <start-day> <start-month> <start-hour> <end-week> <end-day> <end-month> <end-hour>

    (Instant Access Point)(config)# end

    (Instant Access Point)# commit apply

     

    Source: http://www.arubanetworks.com/techdocs/InstantMobile/Advanced/Content/Chapter4%20Basic%20Configuration%20and%20Deployment%20Tasks/Configuring_an_NTP_Serve.htm



  • 4.  RE: How to find current time on IAP and update with a new SNTP server?

    Posted Mar 10, 2015 11:09 AM

    Thanks all!