<?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 Open UDP Ports 123/161/500 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/open-udp-ports-123-161-500/m-p/4848977#M1101247</link>
    <description>&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;I have a few C1100 routers that seem to have some UDP ports open. Unless I disable the protocols e.g. NTP, the port are as below after an nmap scan:&lt;/P&gt;&lt;P&gt;123/udp open&amp;nbsp; ntp&lt;/P&gt;&lt;P&gt;161/udp open&amp;nbsp; snmp&lt;/P&gt;&lt;P&gt;500/udp open&amp;nbsp; isakmp&lt;/P&gt;&lt;P&gt;Our SP says that there is currecntly no real security issue but it opens us to of course future problems. Could anyone have an idea/solution to this problem without disabling any of the protocols?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2023 06:44:08 GMT</pubDate>
    <dc:creator>abc1235</dc:creator>
    <dc:date>2023-06-06T06:44:08Z</dc:date>
    <item>
      <title>Open UDP Ports 123/161/500</title>
      <link>https://community.cisco.com/t5/network-security/open-udp-ports-123-161-500/m-p/4848977#M1101247</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;I have a few C1100 routers that seem to have some UDP ports open. Unless I disable the protocols e.g. NTP, the port are as below after an nmap scan:&lt;/P&gt;&lt;P&gt;123/udp open&amp;nbsp; ntp&lt;/P&gt;&lt;P&gt;161/udp open&amp;nbsp; snmp&lt;/P&gt;&lt;P&gt;500/udp open&amp;nbsp; isakmp&lt;/P&gt;&lt;P&gt;Our SP says that there is currecntly no real security issue but it opens us to of course future problems. Could anyone have an idea/solution to this problem without disabling any of the protocols?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 06:44:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-udp-ports-123-161-500/m-p/4848977#M1101247</guid>
      <dc:creator>abc1235</dc:creator>
      <dc:date>2023-06-06T06:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open UDP Ports 123/161/500</title>
      <link>https://community.cisco.com/t5/network-security/open-udp-ports-123-161-500/m-p/4848982#M1101248</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1228892"&gt;@abc1235&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Implement ACLs on the routers to restrict access to these open UDP ports. By carefully defining source and destination IP addresses, you can limit the exposure of these services to trusted entities while blocking unauthorized access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 06:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-udp-ports-123-161-500/m-p/4848982#M1101248</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-06-06T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open UDP Ports 123/161/500</title>
      <link>https://community.cisco.com/t5/network-security/open-udp-ports-123-161-500/m-p/4849023#M1101252</link>
      <description>&lt;P&gt;ip access-list extended 100&lt;BR /&gt;deny udp any eq 123 any&amp;nbsp;&lt;BR /&gt;eny udp any any eq 123&lt;BR /&gt;deny udp any eq 161 any&amp;nbsp;&lt;BR /&gt;deny udp any any eq 161&lt;/P&gt;
&lt;P&gt;deny udp any eq 500 any&amp;nbsp;&lt;BR /&gt;deny udp any any eq 500&lt;BR /&gt;permit ip any any&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface &amp;lt;connect to ISP&amp;gt;&lt;BR /&gt;ip access-group 100 &lt;STRONG&gt;IN&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;here you disable any packet with this port number come from ISP to your router&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 09:01:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-udp-ports-123-161-500/m-p/4849023#M1101252</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-06T09:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Open UDP Ports 123/161/500</title>
      <link>https://community.cisco.com/t5/network-security/open-udp-ports-123-161-500/m-p/4849112#M1101255</link>
      <description>&lt;P&gt;Thanks so much&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;. That actually solves the issue!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 11:02:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-udp-ports-123-161-500/m-p/4849112#M1101255</guid>
      <dc:creator>abc1235</dc:creator>
      <dc:date>2023-06-06T11:02:07Z</dc:date>
    </item>
  </channel>
</rss>

