<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Use SNTP or NTP on EXOS 33.7? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/use-sntp-or-ntp-on-exos-33-7/m-p/76079#M19396</link>
    <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="5064e7bf-aeaa-4efb-af47-1365fc8556c7" data-tag-text="@Gabriel_G" href="https://community.extremenetworks.com/network/members/profile?UserKey=5064e7bf-aeaa-4efb-af47-1365fc8556c7" data-itemmentionkey="1aac6d3b-1ef6-4871-b6a5-db6564d47e5d"&gt;@Gabriel_G&lt;/A&gt;&lt;BR /&gt;Thank you. I knew that I could not enable both NTP &amp;amp; SNTP at the same time, but I was going only on info from the CLI guide. I need to remember to review the user guides as well, since they give some more background to various configurations. Reviewing that helped my understanding of NTP/SNTP.</description>
    <pubDate>Fri, 11 Mar 2022 17:34:03 GMT</pubDate>
    <dc:creator>Ken_Applebaum</dc:creator>
    <dc:date>2022-03-11T17:34:03Z</dc:date>
    <item>
      <title>Use SNTP or NTP on EXOS 33.7?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/use-sntp-or-ntp-on-exos-33-7/m-p/76077#M19394</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to configure NTP or SNTP on all of our switches.&amp;nbsp;&lt;BR /&gt;They had originally be configured to use SNTP, with the time server being our XMC, but the XMC does not provide this functionality.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So I am going to push out a configuration to all our switches to use ntp.org servers for time synchronization.&amp;nbsp;&lt;BR /&gt;I realize I can use SNTP as follows:&lt;BR /&gt;&lt;EM&gt;configure sntp-client primary 0.pool.ntp.org vr VR-Default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;configure sntp-client secondary 1.pool.ntp.org vr VR-Default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;enable sntp-client&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Alternatively, I can configure NTP as follows:&lt;BR /&gt;&lt;EM&gt;configure ntp server add 0.aerohive.pool.ntp.org initial-burst vr VR-Default&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;On a test switch, I actually have both configured, which I am not sure is the correct way to go.&lt;BR /&gt;Is there a best practice for EXOS regarding time synchronization, specifically which protocol to use, NTP or SNTP?&lt;BR /&gt;&lt;BR /&gt;Any information regarding this would be appreciated.&amp;nbsp;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ken Applebaum&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2022 18:26:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/use-sntp-or-ntp-on-exos-33-7/m-p/76077#M19394</guid>
      <dc:creator>Ken_Applebaum</dc:creator>
      <dc:date>2022-03-08T18:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use SNTP or NTP on EXOS 33.7?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/use-sntp-or-ntp-on-exos-33-7/m-p/76078#M19395</link>
      <description>&lt;P&gt;Hi Ken,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Note that NTP and SNTP cannot be enabled at the same time. You can use either in your network depending on what other devices support, I wouldn't necessarily say there is a best practice, although I find most people use SNTP more frequently.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;You can find info on both of these protocols in the User Guide with some good config examples showing all of the tweaks you can perform:&lt;BR /&gt;https://documentation.extremenetworks.com/exos_31.6/downloads/EXOS_User_Guide_31.6.pdf&lt;/P&gt;
&lt;P&gt;Page 97 - NTP&lt;/P&gt;
&lt;P&gt;Page 123 - SNTP&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;I hope that helps!&lt;/P&gt;
&lt;P&gt;Gabriel&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 18:50:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/use-sntp-or-ntp-on-exos-33-7/m-p/76078#M19395</guid>
      <dc:creator>Gabriel_G</dc:creator>
      <dc:date>2022-03-09T18:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Use SNTP or NTP on EXOS 33.7?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/use-sntp-or-ntp-on-exos-33-7/m-p/76079#M19396</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="5064e7bf-aeaa-4efb-af47-1365fc8556c7" data-tag-text="@Gabriel_G" href="https://community.extremenetworks.com/network/members/profile?UserKey=5064e7bf-aeaa-4efb-af47-1365fc8556c7" data-itemmentionkey="1aac6d3b-1ef6-4871-b6a5-db6564d47e5d"&gt;@Gabriel_G&lt;/A&gt;&lt;BR /&gt;Thank you. I knew that I could not enable both NTP &amp;amp; SNTP at the same time, but I was going only on info from the CLI guide. I need to remember to review the user guides as well, since they give some more background to various configurations. Reviewing that helped my understanding of NTP/SNTP.</description>
      <pubDate>Fri, 11 Mar 2022 17:34:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/use-sntp-or-ntp-on-exos-33-7/m-p/76079#M19396</guid>
      <dc:creator>Ken_Applebaum</dc:creator>
      <dc:date>2022-03-11T17:34:03Z</dc:date>
    </item>
  </channel>
</rss>

