<?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 Issue configuring multiple ISPs under subinterfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/issue-configuring-multiple-isps-under-subinterfaces/m-p/3078952#M136193</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;Background: 2 Cisco 2911 for two ISPs -&amp;gt; two physical ports on a Cisco 2960 switch -&amp;gt; a single port on ASA5520&lt;/P&gt;
&lt;P&gt;I am running out of ports on a the ASA so I am thinking if i could do this the following way:&lt;/P&gt;
&lt;P&gt;----------------------------&lt;BR /&gt;ON ASA&lt;BR /&gt;----------------------------&lt;BR /&gt; &lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; no ip address&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.1&lt;BR /&gt;description ISP1&lt;BR /&gt;encapsulation dot1Q 1&lt;BR /&gt;nameif OUTSIDE&lt;BR /&gt;ip address 202.X.X.100 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.11&lt;BR /&gt;description ISP2&lt;BR /&gt;encapsulation dot1Q 11&lt;BR /&gt;nameif OUTSIDE11&lt;BR /&gt;ip address 102.X.X.100 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;---------------------------&lt;BR /&gt;ON SWITCH&lt;BR /&gt;---------------------------&lt;BR /&gt; &lt;BR /&gt;interface GigabitEthernet1/0/1&lt;BR /&gt; description to ASA GE01&lt;BR /&gt; switchport trunk allowed vlan 1,11&lt;BR /&gt; switchport mode trunk&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/0/10&lt;BR /&gt; description ISP1&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport access vlan 1&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/0/20&lt;BR /&gt; description ISP2&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport access vlan 11&lt;BR /&gt;!&lt;BR /&gt;interface vlan 1&lt;BR /&gt;ip address 202.X.X.99 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface vlan 11&lt;BR /&gt;ip address 102.X.X.99 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;However, I am not able to ping each other after configuring the vlans and the subinterfaces.&lt;/P&gt;
&lt;P&gt;Any comment would be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Stephen&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 09:16:05 GMT</pubDate>
    <dc:creator>Stephen Fung</dc:creator>
    <dc:date>2019-03-12T09:16:05Z</dc:date>
    <item>
      <title>Issue configuring multiple ISPs under subinterfaces</title>
      <link>https://community.cisco.com/t5/network-security/issue-configuring-multiple-isps-under-subinterfaces/m-p/3078952#M136193</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;Background: 2 Cisco 2911 for two ISPs -&amp;gt; two physical ports on a Cisco 2960 switch -&amp;gt; a single port on ASA5520&lt;/P&gt;
&lt;P&gt;I am running out of ports on a the ASA so I am thinking if i could do this the following way:&lt;/P&gt;
&lt;P&gt;----------------------------&lt;BR /&gt;ON ASA&lt;BR /&gt;----------------------------&lt;BR /&gt; &lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; no ip address&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.1&lt;BR /&gt;description ISP1&lt;BR /&gt;encapsulation dot1Q 1&lt;BR /&gt;nameif OUTSIDE&lt;BR /&gt;ip address 202.X.X.100 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.11&lt;BR /&gt;description ISP2&lt;BR /&gt;encapsulation dot1Q 11&lt;BR /&gt;nameif OUTSIDE11&lt;BR /&gt;ip address 102.X.X.100 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;---------------------------&lt;BR /&gt;ON SWITCH&lt;BR /&gt;---------------------------&lt;BR /&gt; &lt;BR /&gt;interface GigabitEthernet1/0/1&lt;BR /&gt; description to ASA GE01&lt;BR /&gt; switchport trunk allowed vlan 1,11&lt;BR /&gt; switchport mode trunk&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/0/10&lt;BR /&gt; description ISP1&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport access vlan 1&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/0/20&lt;BR /&gt; description ISP2&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport access vlan 11&lt;BR /&gt;!&lt;BR /&gt;interface vlan 1&lt;BR /&gt;ip address 202.X.X.99 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface vlan 11&lt;BR /&gt;ip address 102.X.X.99 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;However, I am not able to ping each other after configuring the vlans and the subinterfaces.&lt;/P&gt;
&lt;P&gt;Any comment would be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Stephen&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:16:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-configuring-multiple-isps-under-subinterfaces/m-p/3078952#M136193</guid>
      <dc:creator>Stephen Fung</dc:creator>
      <dc:date>2019-03-12T09:16:05Z</dc:date>
    </item>
    <item>
      <title>On Cisco ASA, the</title>
      <link>https://community.cisco.com/t5/network-security/issue-configuring-multiple-isps-under-subinterfaces/m-p/3078953#M136194</link>
      <description>&lt;P&gt;On Cisco ASA, the subinterface should have 'vlan x' parameter. Could you please try not add the config as per below example and test:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;no shut&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0.100&lt;/P&gt;
&lt;P&gt;vlan 100&lt;/P&gt;
&lt;P&gt;nameif inside&lt;/P&gt;
&lt;P&gt;security-level 100&lt;/P&gt;
&lt;P&gt;ip add 10.10.10.1 255.255.255.0 standby 10.10.10.2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0.200&lt;/P&gt;
&lt;P&gt;vlan 200&lt;/P&gt;
&lt;P&gt;nameif dmz&lt;/P&gt;
&lt;P&gt;security-level 50&lt;/P&gt;
&lt;P&gt;ip add 192.168.10.1 255.255.255.0 standby 192.168.10.2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please update the post once you have the results.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:04:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-configuring-multiple-isps-under-subinterfaces/m-p/3078953#M136194</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2017-04-25T18:04:48Z</dc:date>
    </item>
    <item>
      <title>As AJ mentioned the vlan</title>
      <link>https://community.cisco.com/t5/network-security/issue-configuring-multiple-isps-under-subinterfaces/m-p/3078954#M136195</link>
      <description>&lt;P&gt;As AJ mentioned the vlan syntax under ASA sub interfaces appear to be incorrect. Can you Ping SVIs locally from the switch? If not make sure that both SVIs are up up "sh ip int brief". Is there a specific reason that you created SVIs for both vlans on your edge switch?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 01:31:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-configuring-multiple-isps-under-subinterfaces/m-p/3078954#M136195</guid>
      <dc:creator>cofee</dc:creator>
      <dc:date>2017-04-26T01:31:48Z</dc:date>
    </item>
  </channel>
</rss>

