Wired Intelligent Edge

 View Only
Expand all | Collapse all

Aruba 2920 NTP Sync Issues

This thread has been viewed 9 times
  • 1.  Aruba 2920 NTP Sync Issues

    Posted Aug 15, 2018 04:29 AM

    Hi all,

    Been having some issues trying to get the switch I'm setting up to sync to the windows NTP server. Have copied the input I have used below:

     

    Essella-First-1-Aruba2920(config)# timesync ntp
    Essella-First-1-Aruba2920(config)# ntp unicast
    Essella-First-1-Aruba2920(config)# ntp server 10.33.116.20
    Essella-First-1-Aruba2920(config)# ntp server 10.33.116.20 iburst
    Essella-First-1-Aruba2920(config)# ntp enable
    Essella-First-1-Aruba2920(config)# show time
    Wed Aug 15 10:14:20 2018 (manually set the time previously)


    Essella-First-1-Aruba2920(config)# show ntp status

    NTP Status Information

    NTP Status : Enabled NTP Mode : Unicast
    Synchronization Status : Not Synced Peer Dispersion : 0.00000 sec
    Stratum Number : 16 Leap Direction : 0
    Reference Assoc ID : 0 Clock Offset : 0.00000 sec
    Reference ID : 0.0.0.0 Root Delay : 0.00000 sec
    Precision : 2**-18 Root Dispersion : 0.93408 sec
    NTP Up Time : 0d 17h 17m Time Resolution : 2789 nsec
    Drift : 0.00000 sec/sec

    System Time : Wed Aug 15 10:14:41 2018
    Reference Time : Mon Jan 1 00:00:00 1990

     

    w32tm query peers.jpg

     

     

    Essella-First-1-Aruba2920# show conf

    Startup configuration: 10

    ; J9728A Configuration Editor; Created on release #WB.16.02.0012
    ; Ver #0e:01.b0.ee.34.5f.3c.29.eb.9f.fc.f3.ff.37.ef:73

    hostname "Essella-First-1-Aruba2920"
    module 1 type j9728a
    console idle-timeout 600
    banner motd
    "****************************************************************

    MOTD

    ***************************************************************** "
    password minimum-length 8
    timesync ntp
    sntp broadcast
    sntp server priority 1 10.33.116.20 1
    ntp unicast
    ntp server 10.33.116.20 iburst
    ntp enable
    no telnet-server
    ip default-gateway 10.33.116.1
    ip dns server-address priority 1 10.33.116.20
    ip dns server-address priority 2 10.33.116.21
    ip timep dhcp
    snmp-server community "public" unrestricted
    snmp-server location "Essella First (TB3/F)"
    oobm
    ip address dhcp-bootp
    exit
    vlan 1
    name "DEFAULT_VLAN"
    untagged 1-48
    ip address 10.33.116.174 255.255.252.0
    exit
    no tftp server
    no autorun
    no dhcp config-file-update
    no dhcp image-file-update
    password manager
    password operator

     

     

     

    Not sure if I have just missed something, was messing around with it for quiet some time yesterday.

     

    Thanks,

    Dan

     



  • 2.  RE: Aruba 2920 NTP Sync Issues

    Posted Aug 16, 2018 11:00 AM

    Hello,

     

    Here is the configuration which I have used in my lab that worked for me.

     

    timesync ntp
    ntp unicast
    ntp server <NTP_Server_IP> iburst
    ntp enable
    time daylight-time-rule continental-us-and-canada
    time timezone -480 (This is a Pacific Time Zone)

    After applying the above commands then, enter the following 'show' commands for verification.

     

     

    show ntp associations detail
    show ntp status

    Thank You,