<?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 security zone for IPSec traffic in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/security-zone-for-ipsec-traffic/m-p/2253515#M346145</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Suppose i have classic static IPSec with remote site like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;crypto map CRYPTOMAP 10 ipsec-isakmp&lt;/P&gt;&lt;P&gt; set peer x.x.x.x&lt;/P&gt;&lt;P&gt; set transform-set TS&lt;/P&gt;&lt;P&gt; match address crypto_acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended crypto_acl&lt;/P&gt;&lt;P&gt;&amp;nbsp; permit ip 10.1.0.0 0.0.255.255 10.2.0.0 0.0.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Fas0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address &amp;lt;some internet address&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; crypto map CRYPTOMAP &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Fas0/1&lt;/P&gt;&lt;P&gt; ip address 10.1.0.1 255.255.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 10.2.0.0 255.255.0.0 &amp;lt;ISP address&amp;gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to establish zone-based-firewall.&lt;/P&gt;&lt;P&gt;I create zones&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;zone security INET&lt;/P&gt;&lt;P&gt;zone security REMOTE_SITE&lt;/P&gt;&lt;P&gt;zone security LAN&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone-pair blah-blah...&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Fas0/0&lt;/P&gt;&lt;P&gt; zone-member INET&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Fas0/1&lt;/P&gt;&lt;P&gt; zone-member LAN&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i put traffic passing through IPSec tunnel to zone REMOTE_SITE ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: this is NOT ASA, this is IOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note2: remote site is not Cisco and i connot create Tunnel interface.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 02:14:15 GMT</pubDate>
    <dc:creator>Utair Corporation</dc:creator>
    <dc:date>2019-03-12T02:14:15Z</dc:date>
    <item>
      <title>security zone for IPSec traffic</title>
      <link>https://community.cisco.com/t5/network-security/security-zone-for-ipsec-traffic/m-p/2253515#M346145</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Suppose i have classic static IPSec with remote site like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;crypto map CRYPTOMAP 10 ipsec-isakmp&lt;/P&gt;&lt;P&gt; set peer x.x.x.x&lt;/P&gt;&lt;P&gt; set transform-set TS&lt;/P&gt;&lt;P&gt; match address crypto_acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended crypto_acl&lt;/P&gt;&lt;P&gt;&amp;nbsp; permit ip 10.1.0.0 0.0.255.255 10.2.0.0 0.0.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Fas0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address &amp;lt;some internet address&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; crypto map CRYPTOMAP &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Fas0/1&lt;/P&gt;&lt;P&gt; ip address 10.1.0.1 255.255.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 10.2.0.0 255.255.0.0 &amp;lt;ISP address&amp;gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to establish zone-based-firewall.&lt;/P&gt;&lt;P&gt;I create zones&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;zone security INET&lt;/P&gt;&lt;P&gt;zone security REMOTE_SITE&lt;/P&gt;&lt;P&gt;zone security LAN&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone-pair blah-blah...&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Fas0/0&lt;/P&gt;&lt;P&gt; zone-member INET&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Fas0/1&lt;/P&gt;&lt;P&gt; zone-member LAN&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i put traffic passing through IPSec tunnel to zone REMOTE_SITE ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: this is NOT ASA, this is IOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note2: remote site is not Cisco and i connot create Tunnel interface.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:14:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/security-zone-for-ipsec-traffic/m-p/2253515#M346145</guid>
      <dc:creator>Utair Corporation</dc:creator>
      <dc:date>2019-03-12T02:14:15Z</dc:date>
    </item>
    <item>
      <title>security zone for IPSec traffic</title>
      <link>https://community.cisco.com/t5/network-security/security-zone-for-ipsec-traffic/m-p/2253516#M346148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Utair,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need only 2 interfaces,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one that connects to the internal devices&lt;/P&gt;&lt;P&gt;The one that connects to the outside interface (where the crypto-map is usually applied)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just match the traffic from the internal interface to the outside interface and apply the right action&lt;/P&gt;&lt;P&gt;Same thing for the traffic that will be generated in the other site to the Local Area Network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you follow me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For Networking Posts check my blog at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.laguiadelnetworking.com/category/english/"&gt;http://www.laguiadelnetworking.com/category/english/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 22:45:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/security-zone-for-ipsec-traffic/m-p/2253516#M346148</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-07-19T22:45:50Z</dc:date>
    </item>
  </channel>
</rss>

