<?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: NTP Configuration on IDS4215 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290478#M76786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your support. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2009 21:26:14 GMT</pubDate>
    <dc:creator>chaitu_kranthi</dc:creator>
    <dc:date>2009-07-06T21:26:14Z</dc:date>
    <item>
      <title>NTP Configuration on IDS4215</title>
      <link>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290474#M76773</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am new to the IDS environment, we are planing to configure a NTP server on the IDS 4215 box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a completed command set for the same as mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sensor# configure terminal&lt;/P&gt;&lt;P&gt;sensor(config)# service host&lt;/P&gt;&lt;P&gt;sensor(config-hos)# ntp-option enable&lt;/P&gt;&lt;P&gt;sensor(config-hos-ena)# ntp-servers ip_address key-id key_ID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the problem for me is i don't have the Key-id &amp;amp; Key-value for my ntp server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help me configue NTP with out the key-id information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 11:41:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290474#M76773</guid>
      <dc:creator>chaitu_kranthi</dc:creator>
      <dc:date>2019-03-10T11:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Configuration on IDS4215</title>
      <link>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290475#M76776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What sensor version are you running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Older sensor versions will require you to setup keys for your ntp server.  You would need to work with your network administrator that setup the ntp server to see if keys have already been created that you can use, or if new keys would need to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEWER sensor versions, however, provide a new configuration option:&lt;/P&gt;&lt;P&gt;sensor(config-hos)# ntp-option enabled-ntp-unauthenticated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This new unauthenticated option only requires the ntp server IP and works with ntp servers that allow unauthenticated access (which is the most common deployment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 19:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290475#M76776</guid>
      <dc:creator>marcabal</dc:creator>
      <dc:date>2009-07-06T19:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Configuration on IDS4215</title>
      <link>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290476#M76779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the version we are running on the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco Intrusion Prevention System, Version 5.1(8)E3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunate thing i am not finding that command syntax my IOS code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any alternate for my existing code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 19:54:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290476#M76779</guid>
      <dc:creator>chaitu_kranthi</dc:creator>
      <dc:date>2009-07-06T19:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Configuration on IDS4215</title>
      <link>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290477#M76783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately 5.1(8)E3 is pretty old and doesn't support unauthenticated ntp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 5.1 train has been End Of Saled, and is quickly approaching End Of Life/ End Of Signature Support:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5729/ps5713/ps2113/end_of_life_notice_c51-468830.html" target="_blank"&gt;http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5729/ps5713/ps2113/end_of_life_notice_c51-468830.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Last date for Signatures for the 5.1 version is Oct 24th of this year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you only have around 4 months left before you would be forced to upgrade to 6.0 in order to continue getting signature updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 4215 is also End Of Saled, but it's End Of Signature Support is not until July 29th 2011.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5729/ps5713/ps4077/ps5367/end_of_life_notice_for_cisco_ids_4215_sensor.html" target="_blank"&gt;http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5729/ps5713/ps4077/ps5367/end_of_life_notice_for_cisco_ids_4215_sensor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Version 6.0 is the last version to support the IDS-4215, so Signature Updates for 6.0 for the IDS-4215 will continue until at least July 29th 2011.&lt;/P&gt;&lt;P&gt;So if you upgrade to 6.0 now, you will still have 2 more years of signature updates before you need to purchase a new sensor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 6.0(5)E3 version does support the unauthenticated ntp option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you will want to plan an upgrade to 6.0 sometime in the next 4 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime you will need to use key authenticated ntp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have access to a router you could try using the router as a temporary inbetween server.&lt;/P&gt;&lt;P&gt;The router would be configured to get its time for your existing ntp server. Talk to your network administrator on how to set this up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then configure the router to also be an ntp server with an authenitcated key.&lt;/P&gt;&lt;P&gt;Here is a section of the CLI Guide explaining how to setup the router as a key authenticated ntp server:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/ips/7.0/configuration/guide/cli/cli_setup.html#wp1035649" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/ips/7.0/configuration/guide/cli/cli_setup.html#wp1035649&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sensor would be configured to use the router as the ntp server using that key.&lt;/P&gt;&lt;P&gt;This would be a temporary workaround until you can get upgraded to 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 20:28:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290477#M76783</guid>
      <dc:creator>marcabal</dc:creator>
      <dc:date>2009-07-06T20:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Configuration on IDS4215</title>
      <link>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290478#M76786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your support. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 21:26:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ntp-configuration-on-ids4215/m-p/1290478#M76786</guid>
      <dc:creator>chaitu_kranthi</dc:creator>
      <dc:date>2009-07-06T21:26:14Z</dc:date>
    </item>
  </channel>
</rss>

