<?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: Allow ESMTP from defined IPs in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-esmtp-from-defined-ips/m-p/1972944#M440513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dario, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list no-inspect deny ip host x.x.x.x host y.y.y.y&lt;/P&gt;&lt;P&gt;access-list no-inspect permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map no-inspect-class&lt;/P&gt;&lt;P&gt;&amp;nbsp; match access-list no-inspect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;&amp;nbsp; class no-inspect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x.x.x.x and y.y.y.y are your desired ip's for which you want to disable it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would deny the ip's from being inspected but other traffic would be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Varun Rao &lt;BR /&gt;Security Team, &lt;BR /&gt;Cisco TAC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 06:11:19 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2012-06-25T06:11:19Z</dc:date>
    <item>
      <title>Allow ESMTP from defined IPs</title>
      <link>https://community.cisco.com/t5/network-security/allow-esmtp-from-defined-ips/m-p/1972943#M440511</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to allow the ESMTP traffic from a defined IP address. I know that the following statement allows me to disable the inspection but I would do more, limiting the "&lt;EM&gt;no inspect esmtp"&lt;/EM&gt; to a single IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;conf t&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;policy-map global_policy&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; class inspection_default&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; no inspect esmtp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;exi&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;wr&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dario Vanin&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:22:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-esmtp-from-defined-ips/m-p/1972943#M440511</guid>
      <dc:creator>Dario Francesco Vanin</dc:creator>
      <dc:date>2019-03-11T23:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Allow ESMTP from defined IPs</title>
      <link>https://community.cisco.com/t5/network-security/allow-esmtp-from-defined-ips/m-p/1972944#M440513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dario, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list no-inspect deny ip host x.x.x.x host y.y.y.y&lt;/P&gt;&lt;P&gt;access-list no-inspect permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map no-inspect-class&lt;/P&gt;&lt;P&gt;&amp;nbsp; match access-list no-inspect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;&amp;nbsp; class no-inspect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x.x.x.x and y.y.y.y are your desired ip's for which you want to disable it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would deny the ip's from being inspected but other traffic would be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Varun Rao &lt;BR /&gt;Security Team, &lt;BR /&gt;Cisco TAC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 06:11:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-esmtp-from-defined-ips/m-p/1972944#M440513</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-06-25T06:11:19Z</dc:date>
    </item>
    <item>
      <title>Allow ESMTP from defined IPs</title>
      <link>https://community.cisco.com/t5/network-security/allow-esmtp-from-defined-ips/m-p/1972945#M440515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you said that in my scenarioI should use this statement below? I have a single host to allow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list no-inspect deny ip host x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 06:17:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-esmtp-from-defined-ips/m-p/1972945#M440515</guid>
      <dc:creator>Dario Francesco Vanin</dc:creator>
      <dc:date>2012-06-25T06:17:37Z</dc:date>
    </item>
    <item>
      <title>Allow ESMTP from defined IPs</title>
      <link>https://community.cisco.com/t5/network-security/allow-esmtp-from-defined-ips/m-p/1972946#M440516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Dario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I would suggest you apply this acl's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list no-inspect deny ip host x.x.x.x any&lt;/P&gt;&lt;P&gt;access-list no-inspect deny ip any host x.x.x.x&lt;/P&gt;&lt;P&gt;access-list no-inspect permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason being, you would want to exclude bi-directional traffic, to and from the host to any destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Varun Rao &lt;BR /&gt;Security Team, &lt;BR /&gt;Cisco TAC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 06:21:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-esmtp-from-defined-ips/m-p/1972946#M440516</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-06-25T06:21:06Z</dc:date>
    </item>
  </channel>
</rss>

