<?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: Need Help to Open Port in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356200#M823337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Hi Vishal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Do you want to configure SNMP (UDP 161) on your ASA or do you want to allow SNMP access through your firewall ?? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;If you want to enable SNMP on ASA please use this guide:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/monitor_snmp.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/monitor_snmp.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;if it is the second case -&amp;gt; of allowing SNMP access you can configure access-lists... by default ASA allows traffic from inside to outside (unless you have an ACL already).. for access from outside to inside, you need ACLs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;access-list inside permit udp x.x.x.x a.a.a.a eq 161&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Let me know the exact issue and we will try to solve it..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Raj&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2009 15:50:15 GMT</pubDate>
    <dc:creator>sachinraja</dc:creator>
    <dc:date>2009-12-23T15:50:15Z</dc:date>
    <item>
      <title>Need Help to Open Port</title>
      <link>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356198#M823321</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to Open UDP Port 161 on our Cisco ASA 5510.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me to do the same.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:51:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356198#M823321</guid>
      <dc:creator>vishalthakur1983</dc:creator>
      <dc:date>2019-03-11T16:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to Open Port</title>
      <link>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356199#M823328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to open the ACLs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL applied to outside interface destined to that port. If you have an inside interface ACL make sure traffic sourced from port 161 is also allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure there is translation for the inside ip address port 161. You will need a static NAT or PAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inisde,outside) &lt;INTERNAL ip=""&gt; &lt;EXTERNAL ip=""&gt;&lt;/EXTERNAL&gt;&lt;/INTERNAL&gt;&lt;/P&gt;&lt;P&gt;static (inisde,outside) &lt;TCP or="" udp=""&gt; &lt;INTERNAL ip=""&gt; 161 &lt;EXTERNAL ip=""&gt; 161&lt;/EXTERNAL&gt;&lt;/INTERNAL&gt;&lt;/TCP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 15:33:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356199#M823328</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-12-23T15:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to Open Port</title>
      <link>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356200#M823337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Hi Vishal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Do you want to configure SNMP (UDP 161) on your ASA or do you want to allow SNMP access through your firewall ?? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;If you want to enable SNMP on ASA please use this guide:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/monitor_snmp.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/monitor_snmp.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;if it is the second case -&amp;gt; of allowing SNMP access you can configure access-lists... by default ASA allows traffic from inside to outside (unless you have an ACL already).. for access from outside to inside, you need ACLs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;access-list inside permit udp x.x.x.x a.a.a.a eq 161&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Let me know the exact issue and we will try to solve it..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Raj&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 15:50:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356200#M823337</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2009-12-23T15:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to Open Port</title>
      <link>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356201#M823345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thanks for your response.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using What's Up Gold Monitoring tool and to monitor windows services, our support person suggest to open Port (UDP 161) from firewall.&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached pls find &lt;SPAN&gt;show tech of ASA&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2009 03:45:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356201#M823345</guid>
      <dc:creator>vishalthakur1983</dc:creator>
      <dc:date>2009-12-24T03:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to Open Port</title>
      <link>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356202#M823349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishal,&lt;/P&gt;&lt;P&gt;I believe this answers Raj's question to some extent.&amp;nbsp; Meaning I understand it is "THROUGH" the firewall and not "TO" the firewall. Still, I am not sure where the monitoring server is and where the windows servers are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;topology 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;monitoring server-----(inside)---------ASA-----(dmz or outside)---- windows server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to configure anything special since you have the following configured already.&lt;/P&gt;&lt;P&gt;access-list inside1 extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;toplogy 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;windows servers ----(inside) --------ASA------(dmz or outside)---monitoring server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is the above, then we need to create static translation for all the inside servers.&lt;/P&gt;&lt;P&gt;You can do either nat exemption with acl or static identity or static pat for udp port 161&lt;/P&gt;&lt;P&gt;Permission you already have this configured ccess-list outside1 extended permit ip any any&lt;/P&gt;&lt;P&gt;You may want to tighten this ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assuming the monitoring server is on the outside:&lt;/P&gt;&lt;P&gt;static (i,o) i.i.i.i i.i.i.i ----&amp;gt; this is identity static&lt;/P&gt;&lt;P&gt;static (i,o)o.o.o.o i.i.i.i -----&amp;gt; where o.o.o.o is the translated address and i.i.i.i is the internal address&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nat0 - --&amp;gt; this is nat exemption with acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nat0 permit ip i.i.i.0/24 x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, knowing what whatsup gold does and how it needs to be configured I would place whatsup gold where all the servers are so, it can monitor them without having to go through the firewall. But, you know your network better than we do so, the above are your options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2009 04:11:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-to-open-port/m-p/1356202#M823349</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-12-24T04:11:49Z</dc:date>
    </item>
  </channel>
</rss>

