<?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 secondary ip address configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/secondary-ip-address-configuration/m-p/985665#M916575</link>
    <description>&lt;P&gt;I have pix 515 E and i want to configure secondary ip address on inside interface of pix 515 E,is it possible to configure secondary ip address on inside interface of pix 515E?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 13:15:50 GMT</pubDate>
    <dc:creator>pratap</dc:creator>
    <dc:date>2019-03-11T13:15:50Z</dc:date>
    <item>
      <title>secondary ip address configuration</title>
      <link>https://community.cisco.com/t5/network-security/secondary-ip-address-configuration/m-p/985665#M916575</link>
      <description>&lt;P&gt;I have pix 515 E and i want to configure secondary ip address on inside interface of pix 515 E,is it possible to configure secondary ip address on inside interface of pix 515E?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:15:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/secondary-ip-address-configuration/m-p/985665#M916575</guid>
      <dc:creator>pratap</dc:creator>
      <dc:date>2019-03-11T13:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: secondary ip address configuration</title>
      <link>https://community.cisco.com/t5/network-security/secondary-ip-address-configuration/m-p/985666#M916576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can however create a static NAT rule on the inside interface so it seems to have more than one IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose of this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 05:50:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/secondary-ip-address-configuration/m-p/985666#M916576</guid>
      <dc:creator>itadmin</dc:creator>
      <dc:date>2008-07-17T05:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: secondary ip address configuration</title>
      <link>https://community.cisco.com/t5/network-security/secondary-ip-address-configuration/m-p/985667#M916577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create subinterfaces on the inside Interface. Put the two subnets in two different VLAN's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 06:17:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/secondary-ip-address-configuration/m-p/985667#M916577</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-07-17T06:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: secondary ip address configuration</title>
      <link>https://community.cisco.com/t5/network-security/secondary-ip-address-configuration/m-p/985668#M916578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ASA interface will be configured as trunk, while for each VLAN you will configure subinterfaces. Assign one VLAN ID per interface.&lt;/P&gt;&lt;P&gt;The IP of the ASA on each subinterface will be the default gateway for the devices on that subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt;description "Trunk Connectivity with SW"&lt;/P&gt;&lt;P&gt;speed 100&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;no nameif&lt;/P&gt;&lt;P&gt;no security-level&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.100&lt;/P&gt;&lt;P&gt;vlan 100&lt;/P&gt;&lt;P&gt;nameif VLAN100&lt;/P&gt;&lt;P&gt;security-level 80&lt;/P&gt;&lt;P&gt;ip address xxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.200&lt;/P&gt;&lt;P&gt;vlan 200&lt;/P&gt;&lt;P&gt;nameif VLAN200&lt;/P&gt;&lt;P&gt;security-level 70&lt;/P&gt;&lt;P&gt;ip address xxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.300&lt;/P&gt;&lt;P&gt;vlan 300&lt;/P&gt;&lt;P&gt;nameif VLAN300&lt;/P&gt;&lt;P&gt;security-level 60&lt;/P&gt;&lt;P&gt;ip address xxxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example with VLANs and remote access VPNs:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806ab788.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806ab788.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 06:22:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/secondary-ip-address-configuration/m-p/985668#M916578</guid>
      <dc:creator>5220</dc:creator>
      <dc:date>2008-07-17T06:22:37Z</dc:date>
    </item>
  </channel>
</rss>

