<?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 ASA 5515 second outside interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5515-second-outside-interface/m-p/3075369#M135118</link>
    <description>&lt;P&gt;Good day all, can someone advise what is the best way to go about setting up a second outside interface on ASA - reason behind is that we're trying to have a security alarm system have a dedicated internet feed, having 2 disabled interface on our ASA i figure i could bring one up and setup some sort of static NAT from Security system to internet.&lt;/P&gt;
&lt;P&gt;Security alarm system is on its own subnet 192.168.7.x /24 and vlan of course - i want traffic from a specific IP to go out this new outside interface. Any help would be greatly appreciated, ACL and NAT info.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 09:26:27 GMT</pubDate>
    <dc:creator>mrochac</dc:creator>
    <dc:date>2019-03-12T09:26:27Z</dc:date>
    <item>
      <title>ASA 5515 second outside interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-5515-second-outside-interface/m-p/3075369#M135118</link>
      <description>&lt;P&gt;Good day all, can someone advise what is the best way to go about setting up a second outside interface on ASA - reason behind is that we're trying to have a security alarm system have a dedicated internet feed, having 2 disabled interface on our ASA i figure i could bring one up and setup some sort of static NAT from Security system to internet.&lt;/P&gt;
&lt;P&gt;Security alarm system is on its own subnet 192.168.7.x /24 and vlan of course - i want traffic from a specific IP to go out this new outside interface. Any help would be greatly appreciated, ACL and NAT info.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:26:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5515-second-outside-interface/m-p/3075369#M135118</guid>
      <dc:creator>mrochac</dc:creator>
      <dc:date>2019-03-12T09:26:27Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5515-second-outside-interface/m-p/3075370#M135119</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can be achieved by using Policy Based Routing that is available in ASA version 9.4 and later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example configuration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;description ***New Outside Interface***&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nameif outside2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;security-level 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip address x.x.x.x&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;object network security-system&lt;/P&gt;
&lt;P&gt;&amp;nbsp;subnet 192.168.7.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;nat (inside,outside2) source dynamic security-system interface&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;access-list acl-security-system permit 192.168.7.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;route-map policy-route permit 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;match ip address security-system&lt;/P&gt;
&lt;P&gt;&amp;nbsp;set ip next-hop x.x.x.x &amp;lt;----- IP address of new outside2 interface gateway&lt;/P&gt;
&lt;P&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;description ***Inside Interface***&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nameif inside&lt;/P&gt;
&lt;P&gt;&amp;nbsp;security-level 100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip address x.x.x.x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;policy-route route-map policy-route&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find further details of PBR in the following document as well as some additional &amp;nbsp;example configs.&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa94/config-guides/cli/general/asa-94-general-config/route-policy-based.pdf&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I hope that this helps&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 20:34:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5515-second-outside-interface/m-p/3075370#M135119</guid>
      <dc:creator>willwetherman</dc:creator>
      <dc:date>2017-05-30T20:34:47Z</dc:date>
    </item>
  </channel>
</rss>

