<?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: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378852#M959630</link>
    <description>&lt;P&gt;Correct&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 06 May 2018 11:54:04 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2018-05-06T11:54:04Z</dc:date>
    <item>
      <title>New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378776#M959461</link>
      <description>&lt;P&gt;WE CONNECTED NEW ISP INTERFACE TO OUR CISCO ASA.ALREADY WE HAVE 2 ISP IN ASA.WE CONFIGURE THE INTERFACE FOR NEW ISP AND WRITE NEW NAT POLICY FOR ONE VLAN NETWORK TO CHECK WHETHER INTERNET IS WORKING OR NOT,INTERNET IS NOT WORKING.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OUR NAT POLICY IS LIKE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SOURCE INTERFACE IS NEW ISP INTERFACE&lt;/P&gt;
&lt;P&gt;SOURCE ADDRESS IS 172.18.*.*/24&lt;/P&gt;
&lt;P&gt;DESTINATION INTERFACE IS ANY&lt;/P&gt;
&lt;P&gt;DESTINATION ADDRESS IN ANY&lt;/P&gt;
&lt;P&gt;DYNAMIC PAT&lt;/P&gt;
&lt;P&gt;SOURCE ADDRESS TRANSLATION IS OUTSIDE ISP INTERFACE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PLEASE HELP US TO SOLVE THIS ISSUE.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:42:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378776#M959461</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2020-02-21T15:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378798#M959462</link>
      <description>&lt;P&gt;I am guessing that you did not take down the link to the existing ISP when you test?&amp;nbsp; And I am also assuming that you have configured a default route pointing out the new ISP interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue is that the ASA does not support two active default routes at the same time.&amp;nbsp; You would need to remove the current ISP link (and possibly the default route) to test this.&lt;/P&gt;
&lt;P&gt;An option, if the second default route doesn't take over when the existing ISP interface is down is to set up SLA tracking.&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 07:31:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378798#M959462</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-05-06T07:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378804#M959540</link>
      <description>&lt;P&gt;Currently two active default routes for current isp and new isp.We didnt remove the current ISP link.Is there any other way for testing the new isp Link with the help of route Map??How to do IP SLA Tracking??&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 07:58:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378804#M959540</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-06T07:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378838#M959541</link>
      <description>&lt;P&gt;The route map is used for policy based routing (PBR).&amp;nbsp; You could use this also.&amp;nbsp; See the folloing link for a guide on PBR.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;access-list testACL permit ip 10.10.10.0 255.255.255.0 any&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;route-map access-test permit 10&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; match ip address testACL&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; set next-hop &amp;lt;IP of ISP2&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;interface gig0/1&amp;nbsp; &lt;EM&gt;&amp;lt;-- ingress interface of source traffic.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;nameif inside&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;security-level 100&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ip add 172.16.1.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;policy-route route-map access-test&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SLA tracking is quite easy to set up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sla monitor 1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; type echo protocol IpIcmpEcho 8.8.8.8 interface outside&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sla monitor schedule 1 start-time now life forever&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;track 10 rtr 1 reachability&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;route outside 0 0 track 10&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;route outside2 0 0 254&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 11:30:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378838#M959541</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-05-06T11:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378843#M959542</link>
      <description>&lt;P&gt;My doubts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;10.10.10.0 255.255.255.0 ip address ==&amp;gt;&amp;gt; test vlan network ??&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 11:38:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378843#M959542</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-06T11:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378844#M959543</link>
      <description>&lt;P&gt;10.10.10.0/24 is just an example network I used.&amp;nbsp; Yes this is the network you are testing from.&amp;nbsp; You can limit this ACL to a single IP also if you choose.&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 11:40:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378844#M959543</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-05-06T11:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378845#M959544</link>
      <description>&lt;P&gt;sir,During these configuration any internet will down for other network?&lt;/P&gt;
&lt;P&gt;Can you tell me the SLA tracking?&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 11:42:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378845#M959544</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-06T11:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378847#M959624</link>
      <description>&lt;P&gt;no internet will not go down when configuring it.&amp;nbsp; Though when removing SLA tracking from the default route. you will need to remove the route completely and add it back without the tracking.&amp;nbsp; In this case there might be a small "blip" but that should only last less than a second if you apply the change using a script.&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 11:44:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378847#M959624</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-05-06T11:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378849#M959627</link>
      <description>&lt;P&gt;without configure SLA tracking.My test scenario will work or not?&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 11:46:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378849#M959627</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-06T11:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378850#M959628</link>
      <description>&lt;P&gt;The issue will be that with and without SLA your network will go down if ISP 2 does not work or is not ready.&lt;/P&gt;
&lt;P&gt;if you can not have any down time it is probably better to use policy based routing&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 11:49:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378850#M959628</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-05-06T11:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378851#M959629</link>
      <description>we already have load-balancing. We need to check only the newly connected&lt;BR /&gt;ISP is working or not. So the only pbr is required for our scenario. Is it&lt;BR /&gt;correct?&lt;BR /&gt;</description>
      <pubDate>Sun, 06 May 2018 11:52:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378851#M959629</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-06T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378852#M959630</link>
      <description>&lt;P&gt;Correct&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 11:54:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378852#M959630</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-05-06T11:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378853#M959632</link>
      <description>Sir, We will configure and tell whether it's worked or not?&lt;BR /&gt;</description>
      <pubDate>Sun, 06 May 2018 11:56:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378853#M959632</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-06T11:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378855#M959634</link>
      <description>&lt;P&gt;hello,Any static route we need to configure for ISP Interface?Can you tell me the static Route is rquired or not?&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 12:03:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378855#M959634</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-06T12:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378858#M959635</link>
      <description>&lt;P&gt;Static route is not necessary when using PBR&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 12:08:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378858#M959635</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-05-06T12:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378861#M959637</link>
      <description>in this configuration no need to add a static route for new isp and only&lt;BR /&gt;configure the interface for new isp and pbr, route map&lt;BR /&gt;</description>
      <pubDate>Sun, 06 May 2018 12:10:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378861#M959637</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-06T12:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378999#M959639</link>
      <description>route-map acl-name permit 1&lt;BR /&gt; match ip address "test-network"&lt;BR /&gt; match interface "new-isp-outside"&lt;BR /&gt; match metric 2&lt;BR /&gt; set ip next-hop "new isp"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is this configuration is ok??&lt;BR /&gt;</description>
      <pubDate>Mon, 07 May 2018 02:36:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3378999#M959639</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-07T02:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3379029#M959641</link>
      <description>interface gig0/1  &amp;lt;-- ingress interface of source traffic.&lt;BR /&gt;&lt;BR /&gt;nameif inside&lt;BR /&gt;&lt;BR /&gt;security-level 100&lt;BR /&gt;&lt;BR /&gt;ip add 172.16.1.1 255.255.255.0 ====&amp;gt;ip address of ???&lt;BR /&gt;&lt;BR /&gt;policy-route route-map access-test&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;while we configure this inside interface policy-route the other network&lt;BR /&gt;will effect this internet?&lt;BR /&gt;Where we configure the policy-route route map in asdm ?&lt;BR /&gt;</description>
      <pubDate>Mon, 07 May 2018 04:03:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3379029#M959641</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-07T04:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3379063#M959643</link>
      <description>&lt;P&gt;This is not correct.&amp;nbsp; You are matching on two diferent interfaces at the same time which can never happen.&amp;nbsp; I proveded a sample configuration for you earlier.&amp;nbsp; here it is again.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;access-list testACL permit ip 10.10.10.0 255.255.255.0 any&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;route-map access-test permit 10&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; match ip address testACL&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; set next-hop &amp;lt;IP of ISP2&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;interface gig0/1&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&amp;lt;--&amp;nbsp;This interface is the on closest to your inside network&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;nameif inside&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;security-level 100&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ip add 172.16.1.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;policy-route route-map access-test&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 06:05:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3379063#M959643</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-05-07T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: New ISP CONNECTED AND CHECK ONE VLAN NETWORK WHETHER INTERNET IS WORKING</title>
      <link>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3379064#M959645</link>
      <description>This configuration we can give only through cli not through asdm?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 May 2018 06:08:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-isp-connected-and-check-one-vlan-network-whether-internet-is/m-p/3379064#M959645</guid>
      <dc:creator>vishnuvichu36601</dc:creator>
      <dc:date>2018-05-07T06:08:25Z</dc:date>
    </item>
  </channel>
</rss>

