<?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: Two IPs on Interface ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927850#M940275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create subinterfaces on an appliance, you can use the interface command followed by the interface name and the subinterface number, as shown in the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface physical_interface.subinterface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, physical_interface is the actual physical interface and subinterface is an integer between 1 and 4,294,967,295. Example 4-13 demonstrates how to create a subinterface 300 on GigabitEthernet0/0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 4-13. Creating a Subinterface&lt;/P&gt;&lt;P&gt;Chicago# configure terminal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config)# interface GigabitEthernet0/0.300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have created a subinterface, the next step is to associate the interface with a unique VLAN identity. Assign a VLAN ID by using the vlan subinterface configuration command followed by the actual VLAN ID, which ranges between 1 and 4096. In Example 4-14, the administrator has linked GigabitEthernet0/0.300 to vlan 300. Although the subinterface number and the VLAN ID do not have to match, it is a good practice to use the same number for ease of management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 4-14. Associating a VLAN ID to a Subinterface&lt;/P&gt;&lt;P&gt;Chicago# configure terminal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config)# interface GigabitEthernet0/0.300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# vlan 300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the main physical interface is shut down, all the associated subinterfaces are disabled as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The subinterface is configured identically to a physical interface, using the nameif, security-level, and ip address commands. It does not, however, allow the use of speed and duplex commands, discussed in the previous section. Example 4-15 shows a subinterface GigabitEthernet0/0.300 configuration that is set up as a DMZ interface with the security level 30 and an IP address of 192.168.20.1/24 in VLAN 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 4-15. Configuring Subinterface Parameters&lt;/P&gt;&lt;P&gt;Chicago# configure terminal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config)# interface GigabitEthernet0/0.300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# vlan 300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# nameif DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# security-level 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# ip address 192.168.20.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even after creating the subinterfaces, a security appliance can still pass untagged traffic over the physical interface if the nameif, security-level, and ip address commands are configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 09:35:20 GMT</pubDate>
    <dc:creator>francisco_1</dc:creator>
    <dc:date>2008-03-27T09:35:20Z</dc:date>
    <item>
      <title>Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927848#M940273</link>
      <description>&lt;P&gt;Hi.. I really need help. I have an ASA 5540 and I need to configure its outside interface to communicate with two diferents routers with ip address: 200.184.x.x and 172.16.x.x. The ASA outside interface is plugged on a HUB and the routers too. The ASA outside IP is 200.184.x.x and i need make it to communicate with the another router 172.16.x.x. Please, how can i do that?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:22:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927848#M940273</guid>
      <dc:creator>Tauer Drumond</dc:creator>
      <dc:date>2019-03-11T12:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927849#M940274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unless you create logical interface under your outside physical interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:31:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927849#M940274</guid>
      <dc:creator>francisco_1</dc:creator>
      <dc:date>2008-03-27T09:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927850#M940275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create subinterfaces on an appliance, you can use the interface command followed by the interface name and the subinterface number, as shown in the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface physical_interface.subinterface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, physical_interface is the actual physical interface and subinterface is an integer between 1 and 4,294,967,295. Example 4-13 demonstrates how to create a subinterface 300 on GigabitEthernet0/0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 4-13. Creating a Subinterface&lt;/P&gt;&lt;P&gt;Chicago# configure terminal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config)# interface GigabitEthernet0/0.300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have created a subinterface, the next step is to associate the interface with a unique VLAN identity. Assign a VLAN ID by using the vlan subinterface configuration command followed by the actual VLAN ID, which ranges between 1 and 4096. In Example 4-14, the administrator has linked GigabitEthernet0/0.300 to vlan 300. Although the subinterface number and the VLAN ID do not have to match, it is a good practice to use the same number for ease of management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 4-14. Associating a VLAN ID to a Subinterface&lt;/P&gt;&lt;P&gt;Chicago# configure terminal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config)# interface GigabitEthernet0/0.300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# vlan 300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the main physical interface is shut down, all the associated subinterfaces are disabled as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The subinterface is configured identically to a physical interface, using the nameif, security-level, and ip address commands. It does not, however, allow the use of speed and duplex commands, discussed in the previous section. Example 4-15 shows a subinterface GigabitEthernet0/0.300 configuration that is set up as a DMZ interface with the security level 30 and an IP address of 192.168.20.1/24 in VLAN 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 4-15. Configuring Subinterface Parameters&lt;/P&gt;&lt;P&gt;Chicago# configure terminal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config)# interface GigabitEthernet0/0.300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# vlan 300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# nameif DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# security-level 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chicago(config-if)# ip address 192.168.20.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even after creating the subinterfaces, a security appliance can still pass untagged traffic over the physical interface if the nameif, security-level, and ip address commands are configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:35:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927850#M940275</guid>
      <dc:creator>francisco_1</dc:creator>
      <dc:date>2008-03-27T09:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927851#M940276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, but, i did it and i still cant ping the router interface 172.16x.x and the ASA doesn't  show me any log error. I thinks its because im setting a VLAN ID to the subinterface. My interfaces configurations are: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; nameif WAN&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 200.184.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.1&lt;/P&gt;&lt;P&gt; vlan 1&lt;/P&gt;&lt;P&gt; nameif CLIENT&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip addres 172.16.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment too.&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 11:43:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927851#M940276</guid>
      <dc:creator>Tauer Drumond</dc:creator>
      <dc:date>2008-03-27T11:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927852#M940277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"The ASA outside interface is plugged on a HUB and the routers too. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will NOT work unless you connected the ASA&lt;/P&gt;&lt;P&gt;into a switch that is capable of doing&lt;/P&gt;&lt;P&gt;802.1Q.  I guess whoever gave you this advice&lt;/P&gt;&lt;P&gt;did not read the thread carefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want this to work and you do NOT have&lt;/P&gt;&lt;P&gt;a switch, replace the ASA with either another&lt;/P&gt;&lt;P&gt;router or a Nokia appliance running checkpoint&lt;/P&gt;&lt;P&gt;and it will work.  Router and Nokia appliance&lt;/P&gt;&lt;P&gt;have the ability to do secondary IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 14:38:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927852#M940277</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-03-27T14:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927853#M940278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Now i have a 2950 switch between the ASA and the routers. The ASA is on the port 1, the router with IP 200.184.x.x on port 2 and the other router with ip 172.16.x.x on port 3.&lt;/P&gt;&lt;P&gt;The 2950 configuration is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description *connected to ASA*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/2&lt;/P&gt;&lt;P&gt; description INTERNET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/3&lt;/P&gt;&lt;P&gt; description CLIENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i do to work?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 14:47:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927853#M940278</guid>
      <dc:creator>Tauer Drumond</dc:creator>
      <dc:date>2008-03-27T14:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927854#M940279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; switch trunk native vlan 1&lt;/P&gt;&lt;P&gt; switch trunk allowed vlan all&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;interface F0/2&lt;/P&gt;&lt;P&gt; switch mode access&lt;/P&gt;&lt;P&gt; switch access vlan 1&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; dup auto&lt;/P&gt;&lt;P&gt; no shut&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface F0/3&lt;/P&gt;&lt;P&gt; switch mode access&lt;/P&gt;&lt;P&gt; switch access vlan 2&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; dup auto&lt;/P&gt;&lt;P&gt; no shut&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now setup your ASA device as you did before, the ASA should be able to communicate with the&lt;/P&gt;&lt;P&gt;routers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 15:28:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927854#M940279</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-03-27T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927855#M940280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should I do some configuration at Subinterface0/1.1? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:21:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927855#M940280</guid>
      <dc:creator>Tauer Drumond</dc:creator>
      <dc:date>2008-03-27T17:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927856#M940281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI CISCO24x7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, its working FINE. Many many thanks.&lt;/P&gt;&lt;P&gt;See ya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 19:27:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927856#M940281</guid>
      <dc:creator>Tauer Drumond</dc:creator>
      <dc:date>2008-03-27T19:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927857#M940282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you dont need to change anything on your subinterface. i dont think i took in to consideration you have are using hub. sorry my mistake. your physical interface on the ASA should be connected to your switch trunk interface  Fa0/1 like you mentioned above and the interface router on Fa0/2.  &lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even after creating the subinterfaces, a security appliance can still pass untagged traffic over the physical interface if the nameif, security-level, and ip address commands are configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have tested it on a lab properly. The config below i used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Create a vlan 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1 &lt;/P&gt;&lt;P&gt;des ASA Int Gi0/0&lt;/P&gt;&lt;P&gt;switchport mode trunk &lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface F0/2 &lt;/P&gt;&lt;P&gt;Router &lt;/P&gt;&lt;P&gt;switch mode access &lt;/P&gt;&lt;P&gt;switch access vlan 2 &lt;/P&gt;&lt;P&gt;spanning-tree portfast &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ASA 172.16.0.1 (Sub interface) can ping router 172.16.0.2.on Fa0/1 in vlan 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 19:28:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927857#M940282</guid>
      <dc:creator>francisco_1</dc:creator>
      <dc:date>2008-03-27T19:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927858#M940283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing i needed to do was create a VLAN 2 on 2950 e put the interface gig 0/1 in mode trunk and interface fa0/2 on vlan 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, everything is working FINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 19:31:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927858#M940283</guid>
      <dc:creator>Tauer Drumond</dc:creator>
      <dc:date>2008-03-27T19:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Two IPs on Interface ASA</title>
      <link>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927859#M940284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;happy to help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the rate section to rate the discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Franco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 20:11:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-ips-on-interface-asa/m-p/927859#M940284</guid>
      <dc:creator>francisco_1</dc:creator>
      <dc:date>2008-03-27T20:11:34Z</dc:date>
    </item>
  </channel>
</rss>

