<?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: PIX 515E &amp; SNMP problems! in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-snmp-problems/m-p/350257#M554246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the Cisco HOWTO but since I'm mostly using PDM to change the configuration settings on the PIX things can get a bit confusing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, my problem is that the IP that I'm using to poll the servers via SNMP is in the "allow" list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 'full' access to all the servers form that IP using "Protocol and service" = IP and "IP protocol" = ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I can't connect with GetIf to any of the server IPs! I've even trying adding another rule only for UDP on this IP to all the servers and still I can't get SNMP to work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand once I go in to the servers via Terminal Services and use GetIf I can poll all the servers without problems, even servers who are on another location... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So SNMP passes from the outside to the inside of the PIX but not from the inside to the outside which is annoying since I can't figure out why!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kostas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Dec 2004 10:18:55 GMT</pubDate>
    <dc:creator>kvlassisgr</dc:creator>
    <dc:date>2004-12-05T10:18:55Z</dc:date>
    <item>
      <title>PIX 515E &amp; SNMP problems!</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-snmp-problems/m-p/350255#M554244</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a PIX 515E protecting our servers in a data center and I would like to configure it so it will allow me to do SNMP polls to the servers and to the firewall itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the PDM 3.0(1) with PIX Version 6.3(3) so I'll describe you what I do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the outside interface I have configured the group of computers (OfficeGroup) that I want to have access to the the servers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the access rules of the PIX I have added a rule that will allow the OfficeGroup to access all the servers which are on the group inside using protocol IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The translation rules for all the servers on the inside is static and I can access all the machines without any problems from any computer in the OfficeGroup!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added another rule so the OfficeGroup will have UDP access as well (service any to service any).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apply and save and try to use the utility GetIf to see if I can 'poll' the servers but I get a "No SNMP response from a.b.x.d"!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run GetIf from a server on the inside of the firewall I can poll all the servers and the firewall so the SNMP setup on the servers is ok but it seems the traffic is 'stopped' at the PIX!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kostas&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:47:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-snmp-problems/m-p/350255#M554244</guid>
      <dc:creator>kvlassisgr</dc:creator>
      <dc:date>2020-02-21T07:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E &amp; SNMP problems!</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-snmp-problems/m-p/350256#M554245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need an access-list that permit that group to use UDP 161 and a static for NAT. To poll the PIX you need to add the &amp;lt; snmp-server&amp;gt; commands an poll on the interface your hosts are connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;snmp-server host outside x.y.z.d&lt;/P&gt;&lt;P&gt;snmp-server host inside a.b.c.d&lt;/P&gt;&lt;P&gt;snmp-server location Denver&lt;/P&gt;&lt;P&gt;snmp-server contact Admin&lt;/P&gt;&lt;P&gt;snmp-server community xxx&lt;/P&gt;&lt;P&gt;snmp-server enable traps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not really a good security practice, even for a trust group of hosts, to add any any access-lists !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See - Using SNMP with the Cisco Secure PIX Firewall:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/110/pixsnmp.html" target="_blank"&gt;http://www.cisco.com/warp/public/110/pixsnmp.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Dec 2004 01:55:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-snmp-problems/m-p/350256#M554245</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-12-05T01:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E &amp; SNMP problems!</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-snmp-problems/m-p/350257#M554246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the Cisco HOWTO but since I'm mostly using PDM to change the configuration settings on the PIX things can get a bit confusing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, my problem is that the IP that I'm using to poll the servers via SNMP is in the "allow" list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 'full' access to all the servers form that IP using "Protocol and service" = IP and "IP protocol" = ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I can't connect with GetIf to any of the server IPs! I've even trying adding another rule only for UDP on this IP to all the servers and still I can't get SNMP to work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand once I go in to the servers via Terminal Services and use GetIf I can poll all the servers without problems, even servers who are on another location... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So SNMP passes from the outside to the inside of the PIX but not from the inside to the outside which is annoying since I can't figure out why!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kostas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Dec 2004 10:18:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-snmp-problems/m-p/350257#M554246</guid>
      <dc:creator>kvlassisgr</dc:creator>
      <dc:date>2004-12-05T10:18:55Z</dc:date>
    </item>
  </channel>
</rss>

