Wired Intelligent Edge

 View Only
  • 1.  SNTP Configuration

    Posted Apr 06, 2016 02:57 PM

    Hello,

    I am trying to configure an HP 2620 stack (WB.15.18.0008, ROM WB.15.05) to use our pfSense NTP server.

    First, I configured the time zone settings:
    SW1(config)# time daylight-time-rule continental-us-and-canada
    SW1(config)# time timezone -240           (we're East Coast US)

    Then I enabled SNTP:
    SW1(config)# timesync sntp
    SW1(config)# sntp unicast

    FInally, I added the server:
    SW1(config)# sntp server priority 1 192.168.5.X

    However, when I view the SNTP settings, no server is displayed:

    SW1(config)# show sntp

    SNTP Configuration and Status

    Time Sync Mode : SNTP

    SNTP Mode : Broadcast
    Poll Interval (sec) : 30
    SNTP Authentication : Disabled
    Source IP Selection : Outgoing Interface

    Thus my time is still set to:
    SW1(config)# show time
    Mon Jan 1 17:21:01 1990

    I imagine I am doing something very basic incorrectly. I appreciate any ideas you might have.
     


    #NTP


  • 2.  RE: SNTP Configuration

    Posted Apr 06, 2016 03:36 PM

    A reboot fixed the issues. I re-added the sntp config changes and they took this time. Server is showing up in show sntp, and the time updated.