<?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 Hi; in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993917#M156865</link>
    <description>&lt;P&gt;Hi;&lt;/P&gt;
&lt;P&gt;I have tried what you suggest, but i still can't get any connectivity between ASA and SW or VLAN&lt;/P&gt;
&lt;P&gt;I have tried from scratch and removed the Access Switch just to make it a bit more simple.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not able to ping 10.1.100.5 &amp;nbsp;or 10.1.100.1 from ASA and i'm not able to ping 10.1.100.4 fra any DLSW.&lt;/P&gt;
&lt;P&gt;I'm able to ping 10.1.100.1 and 10.1.100.2 and 10.1.100.5 from any DLSW&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2016 12:20:00 GMT</pubDate>
    <dc:creator>coolmon1981</dc:creator>
    <dc:date>2016-08-02T12:20:00Z</dc:date>
    <item>
      <title>HSRP and ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993904#M156820</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is my first post here and i hope you can help me or point me into the right direction. Please be gentle i'm a newbe&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to configure 2 x 3560 8 Ports as my distribution layer and 1 x 2960 8port as access layer, with ether channel between all links,&lt;BR /&gt;and configured HSRP. HSRP is working fine at this point, then i wanted to add a ASA firewall. but i can only get internet connectivity if i use the gateway of the vlan 10 i configured on the asa box. is it not possible to add that address to HSRP redundant default gateway functionality.&lt;BR /&gt;so i would be able to use example 10.1.10.1 af default gateway.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the DHSW1 i have configured HSRP like this&lt;/P&gt;
&lt;P&gt;vlan 10 &lt;BR /&gt; name OFFICE &lt;BR /&gt; interface vlan 10&lt;BR /&gt; ip address 10.1.10.1 255.255.255.0&lt;BR /&gt; ip helper-address 10.1.50.20&lt;BR /&gt; standby 10 ip 10.1.10.5&lt;BR /&gt; standby 10 preempt&lt;BR /&gt; standby 10 priority 110&lt;BR /&gt; no shutdown&lt;BR /&gt; exit&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/2&lt;BR /&gt; switchport trunk encapsulation dot1q&lt;BR /&gt;switchport trunk allowed vlan 2-4094&lt;BR /&gt; switchport mode trunk&lt;BR /&gt; switchport nonegotiate&lt;BR /&gt;exit&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;and DHSW2&lt;/P&gt;
&lt;P&gt;interface vlan 10&lt;BR /&gt; ip address 10.1.10.2 255.255.255.0&lt;BR /&gt; ip helper-address 10.1.50.20&lt;BR /&gt; standby 10 ip 10.1.10.5&lt;BR /&gt; standby 10 preempt&lt;BR /&gt; no shutdown&lt;BR /&gt; exit&lt;BR /&gt;!&lt;BR /&gt;&lt;SPAN&gt;interface FastEthernet0/2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;switchport trunk encapsulation dot1q&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;switchport trunk allowed vlan 2-4094&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;switchport mode trunk&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;switchport nonegotiate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;exit&lt;/SPAN&gt;&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;and AHSW1&lt;/P&gt;
&lt;P&gt;interface vlan 10&lt;BR /&gt; ip address 10.1.10.3 255.255.255.0&lt;BR /&gt; ip helper-address 10.1.50.20&lt;BR /&gt; no shutdown&lt;BR /&gt; exit&lt;BR /&gt;!&lt;BR /&gt;interface gi0/1&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport nonegotiate&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;no shutdown&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;The ASA box is configured this way.&lt;/P&gt;
&lt;P&gt;interface Ethernet 0/0&lt;BR /&gt;speed 100&lt;BR /&gt;duplex full&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address dhcp setroute&lt;BR /&gt;no shutdown&lt;BR /&gt;!&lt;BR /&gt; interface Ethernet 0/1&lt;BR /&gt; speed 100&lt;BR /&gt; duplex full&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt; no shutdown&lt;BR /&gt; exit&lt;BR /&gt;!&lt;BR /&gt; interface Ethernet 0/2&lt;BR /&gt; speed 100&lt;BR /&gt; duplex full&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt; no shutdown&lt;BR /&gt; exit&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;interface redundant 1&lt;BR /&gt; description Redundant LAN Interface&lt;BR /&gt; member-interface ethernet 0/1&lt;BR /&gt; member-interface ethernet 0/2&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt; no shutdown&lt;BR /&gt; exit&lt;BR /&gt;!&lt;BR /&gt;interface redundant 1.10&lt;BR /&gt;vlan 10&lt;BR /&gt;description VLAN10&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.1.10.4 standby 10.1.10.5&lt;BR /&gt;no shutdown&lt;BR /&gt;exit.&lt;/P&gt;
&lt;P&gt;http enable server&lt;BR /&gt;http 10.1.10.0 255.255.255.0 inside&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network&amp;nbsp;VLAN10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;subnet 10.1.10.0 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (inside,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;then when i access my laptop that is connected to AHSW1 i get my ip address from my DHCP server with the default gateway of 10.1.10.1 and i can access the asa asdm on the ip address &amp;nbsp;10.1.10.4 but internet is not working. but if i change the default gateway to 10.1.10.4 internet is working perfectly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;So i guess my question are is this the way it supposed to work or am i missing some configuration some where.&lt;/P&gt;
&lt;P&gt;Hope some one would help me.&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:04:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993904#M156820</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2019-03-12T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993905#M156833</link>
      <description>&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Hi;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;The reason you not access the internet is due to routing issue remaining your configuration is OK. You need to decide whether your user gateway will be on Firewall (10.1.10.4) or 3560 (10.1.10.5 VIP) switch and modify the default gateway config on DHCP server.&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;If you set as a firewall gateway and you already verify the internet is accessible.&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;If you want to configure Switch as a gateway then you need to divert the traffic from Switch to Firewall by configuring default route:&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;ip routing&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;ip route 0.0.0.0 0.0.0.0 10.1.10.4.&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;In addition there is a IP Address conflict is also there between Switch VIP (10.1.10.5) and Firewall Secondary IP (10.1.10.5). If you have only 1 Firewall then no need to configure standby IP on firewall, if you have 2 firewall then change the standby ip to (10.1.10.6 or else).&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Thanks &amp;amp; Best regards;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2016 10:12:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993905#M156833</guid>
      <dc:creator>ahmedshoaib</dc:creator>
      <dc:date>2016-07-30T10:12:03Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993906#M156843</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks ahmedshoaib,&lt;/P&gt;
&lt;P&gt;I did try to make what you suggest but it did not work it give the same result. i did forget to mention that i run OSP.&lt;/P&gt;
&lt;P&gt;router ospf 1&lt;BR /&gt; network 1.1.1.1 0.0.0.0 area 0&lt;BR /&gt; network 10.1.10.0 0.0.0.255 area 0&lt;BR /&gt; network 10.1.20.0 0.0.0.255 area 0&lt;BR /&gt; network 10.1.30.0 0.0.0.255 area 0&lt;BR /&gt; network 10.1.50.0 0.0.0.255 area 0&lt;BR /&gt; network 10.1.99.0 0.0.0.255 area 0&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2016 13:43:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993906#M156843</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2016-07-30T13:43:32Z</dc:date>
    </item>
    <item>
      <title>Hi again,</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993907#M156847</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;I tried just to set the DHCP server to use the gw of the FW but if i do that my clients wont receive any ip address.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2016 14:05:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993907#M156847</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2016-07-30T14:05:04Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993908#M156854</link>
      <description>&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Hi;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;As per recommendation, your client/user gateway should be VIP (in your case 10.1.10.5) on your Distribution layer switch. Switch should have the route to reach outside network it’s either via static route or dynamic routing.&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;By default OSPF will exchange the route which is advertise in OSPF, It will not advertise default route (which is required to access the internet).&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Now you have 2 options either configure the static default route on switch:&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;ip route 0.0.0.0 0.0.0.0 10.1.10.4&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;(OR)&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Inject the default route in OSPF from ASA firewall.&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Thanks &amp;amp; Best regards;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 02:26:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993908#M156854</guid>
      <dc:creator>ahmedshoaib</dc:creator>
      <dc:date>2016-07-31T02:26:35Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993909#M156856</link>
      <description>&lt;P&gt;Hi;&lt;/P&gt;
&lt;P&gt;Im a little pusled about how to inject the default route from all vlans into ospf fra ASA Firewall,&lt;/P&gt;
&lt;P&gt;i have tried to use ip route 0.0.0.0 0.0.0.0 10.1.10.4 but then it will only allow internet access for host on that vlan all other vlans are not allowed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my head is twisting when it comes to routing, but i guess it will come to me in time.&lt;/P&gt;
&lt;P&gt;i have desperately tried to add ip route like this &lt;BR /&gt;0.0.0.0.0 0.0.0.0 10.1.10.4&lt;BR /&gt;&lt;SPAN&gt;0.0.0.0.0 0.0.0.0 10.1.20.4&lt;BR /&gt;&lt;/SPAN&gt;not working at all or only one of them.&lt;/P&gt;
&lt;P&gt;I have tried to use this instead just for trying.&lt;/P&gt;
&lt;P&gt;10.1.10.0 255.255.255.0 10.1.10.4&lt;BR /&gt;10.1.20.0 255.255.255.0 10.1.20.4&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not working also.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 22:39:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993909#M156856</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2016-07-31T22:39:35Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993910#M156858</link>
      <description>&lt;P&gt;Hi;&lt;/P&gt;
&lt;P&gt;Can you confirm me that all the SVI are created on Cisco 3560 Switch? If yes then it should work, if there are other devices also then you can redistribute the default route into ospf so all other vlan also know the route toward firewall.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ip route 0.0.0.0 0.0.0.0 10.1.10.4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;router ospf 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;network&amp;nbsp;static subnets&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; Best regards;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 22:52:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993910#M156858</guid>
      <dc:creator>ahmedshoaib</dc:creator>
      <dc:date>2016-07-31T22:52:34Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993911#M156859</link>
      <description>&lt;P&gt;Hi;&lt;/P&gt;
&lt;P&gt;All the SVI are created on the cisco 3560 switch, and i have added all the subnet to ospf.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i will post my config file so you can see if its not to much trouble.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 09:59:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993911#M156859</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2016-08-01T09:59:48Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993912#M156860</link>
      <description>&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Hi;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Now you network topology is cleared after review the configuration and found the below are my recommendation:&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;First remove all the SVI from Access switch&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 10&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 20&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 30&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 40&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 60&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Second native vlan don’t required any IP add (on all the switches, if you are using vlan 666 for some other purpose then no need to remove from 3560).&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no &amp;nbsp;int vlan 666&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Third you need to decide whether you want to use DS Switches (3560) as a user’s default gateway (vlan 10 - 10.1.10.5) or Firewall will be default gateway (vlan 10 – 10.1.10.4).&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Once you decide you need to remove all other SVI (Vlan 10 till Vlan 50) you need to remove.&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;STRONG&gt;Example 1:&lt;/STRONG&gt; if you decide Firewall will be users gateway (vlan 10 – 10.1.10.4) then you need to remove all the SVI from your DS Switches (3560) and on DNS you need to modify the default gateway field to be Firewall IP Address:&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 10&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 20&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 30&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 40&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no int vlan 60&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;STRONG&gt;Example 2: &lt;/STRONG&gt;You decide DS (3560) will be user’s gateway (vlan 10 – 10.1.10.5) then you need modify the following configuration: And also need to create a separate vlan b/w DS switches and Firewall for back and forth traffic.&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;i.e. create new vlan 100 b/w distribution switch &amp;amp; Firewall.&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;DS1:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;vlan 100&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;int vlan 100&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;ip address 10.1.100.1 255.255.255.0&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;standby 100 ip 10.1.100.5&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;standby 100 preempt&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;standby 100 priority 110&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;no shutdown&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;ip route 0.0.0.0 0.0.0.0 10.1.100.4&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;router ospf 1&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN&gt;redistribute&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;static subnets metric 10&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;DS2:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;vlan 100&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;int vlan 100&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;ip address 10.1.100.2 255.255.255.0&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;standby 100 ip 10.1.100.5&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;standby 100 preempt&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no shutdown&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;ip route 0.0.0.0 0.0.0.0 10.1.100.4&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;router ospf 1&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;redistribute&amp;nbsp;static subnets metric 100&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Firewall:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no interface redundant 2.10&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no interface redundant 2.20&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no interface redundant 2.30&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no interface redundant 2.40&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no interface redundant 2.50&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;no interface redundant 2.99&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;interface redundant 2&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;description LAN&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;nameif LAN&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;security-level 100&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;ip address 10.1.100.4 255.255.255.0&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;no shutdown&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;exit&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;route inside 10.1.0.0 255.255.0.0 10.1.100.5&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;object network VLAN10&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;subnet 10.1.10.0 255.255.255.0&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;nat (LAN,WAN) dynamic interface&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;object network VLAN20&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;subnet 10.1.20.0 255.255.255.0&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;nat (LAN,WAN) dynamic interface&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;object network VLAN30&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;subnet 10.1.30.0 255.255.255.0&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;nat (LAN,WAN) dynamic interface&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;object network VLAN40&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;subnet 10.1.40.0 255.255.255.0&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;nat (LAN,WAN) dynamic interface&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;object network VLAN50&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;subnet 10.1.50.0 255.255.255.0&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;nat (LAN,WAN) dynamic interface&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;exit&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Thanks &amp;amp; Best regards;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 21:14:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993912#M156860</guid>
      <dc:creator>ahmedshoaib</dc:creator>
      <dc:date>2016-08-01T21:14:25Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993913#M156861</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can't thank you enough for helping me out, but i still can't get it to work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;after i change the configuration to what you suggest in example 2 i get a&amp;nbsp;&lt;BR /&gt;%ADJ-3-RESOLVE_REQ: Adj resolve request: Failed to resolve 10.1.100.4 Vlan100 on DS2 &amp;nbsp;it do apear only once on DS1 but i do not have any conectivity to the ASA firewall,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 21:14:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993913#M156861</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2016-08-01T21:14:26Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993914#M156862</link>
      <description>&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Hi;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;Hi;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;It's my mistake in the configuration:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;DS1:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;router ospf 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;redistribute static subnets metric 10&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;DS2:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;router ospf 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;redistribute static subnets metric 100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Can you try it and let me know?&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Thanks &amp;amp; Best regards;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 21:32:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993914#M156862</guid>
      <dc:creator>ahmedshoaib</dc:creator>
      <dc:date>2016-08-01T21:32:44Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993915#M156863</link>
      <description>&lt;P&gt;Hi;&lt;/P&gt;
&lt;P&gt;I did changed to &lt;SPAN&gt;redistribute static subnets metric 10 on DS1 and 100 on DS2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;But it did not work&lt;/P&gt;
&lt;P&gt;Do i need to add the network of vlan 100 to ospf&lt;/P&gt;
&lt;P&gt;router ospf 1&lt;BR /&gt;network 10.1.100.0 0.0.0.0.255 area 0&lt;/P&gt;
&lt;P&gt;Could it have something to do with the IOS version i'm running&lt;/P&gt;
&lt;P&gt;c3560-ipservicesk9-mz.150-2.SE9&lt;/P&gt;
&lt;P&gt;c2960-lanbasek9-mz.150-2.SE9&lt;/P&gt;
&lt;P&gt;asa916-K8&lt;/P&gt;
&lt;P&gt;Or perhaps i just need to get some sleep and have a look at it again in the morning with some fresh eyes&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 22:21:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993915#M156863</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2016-08-01T22:21:47Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993916#M156864</link>
      <description>&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Hi;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;Yes you need to advertise the vlan 100 in ospf:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;router ospf 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;network 10.1.100.0 0.0.0.0.255 area 0&lt;/SPAN&gt; (DS1 &amp;amp; DS2)&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;redistribute static subnets metric 10 (DS1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;redistribute static subnets metric 100 (DS2)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;Firewall:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;no route inside 10.1.0.0 255.255.0.0 10.1.100.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;route inside 10.1.0.0 255.255.0.0 10.1.100.5&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;Please also let me know you can ping the firewall IP Address (10.1.100.4) from all vlan (10, 20, 30, 40, 50)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Thanks &amp;amp; Best regards;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 22:54:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993916#M156864</guid>
      <dc:creator>ahmedshoaib</dc:creator>
      <dc:date>2016-08-01T22:54:58Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993917#M156865</link>
      <description>&lt;P&gt;Hi;&lt;/P&gt;
&lt;P&gt;I have tried what you suggest, but i still can't get any connectivity between ASA and SW or VLAN&lt;/P&gt;
&lt;P&gt;I have tried from scratch and removed the Access Switch just to make it a bit more simple.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not able to ping 10.1.100.5 &amp;nbsp;or 10.1.100.1 from ASA and i'm not able to ping 10.1.100.4 fra any DLSW.&lt;/P&gt;
&lt;P&gt;I'm able to ping 10.1.100.1 and 10.1.100.2 and 10.1.100.5 from any DLSW&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 12:20:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993917#M156865</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2016-08-02T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993918#M156866</link>
      <description>&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Hi;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;The reason why you can’t ping the 10.1.100.5 from Firewall and 10.1.100.4 from DLSW, because you still have the trunk configuration on DLSW switches. You need to remove the trunk configuration and make as an access port vlan 100. (On both DLSW switches)&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;default &amp;nbsp;interface fasethernet 0/2&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;interface FastEthernet0/2&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;description DLSW TO FWH1&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;switchport mode access&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;switchport access vlan 100&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;speed 100&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;duplex full&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&amp;nbsp;no shut&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Firewall &amp;amp; DLSW switches on vlan 100 should ping each other. Please&amp;nbsp;configure and verify. Hopefully now it will fixed your problem.&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;Thanks &amp;amp; Best regards;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 12:48:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993918#M156866</guid>
      <dc:creator>ahmedshoaib</dc:creator>
      <dc:date>2016-08-02T12:48:20Z</dc:date>
    </item>
    <item>
      <title> Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993919#M156867</link>
      <description>&lt;P&gt;&amp;nbsp;Hi;&lt;/P&gt;
&lt;P&gt;Thank you sooo much for all of your help, i can't thank you enough.&lt;/P&gt;
&lt;P&gt;Everything is working, and i must say i have learned a lot from this, i have been to focused on the issue every els then the link between the asa and DLSW. yes of course it has to be an access port, i feel a bit stupid at the moment that i did not see that myself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Would it be possible to route the internet over a MPLS connection to a second site.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 13:41:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993919#M156867</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2016-08-02T13:41:14Z</dc:date>
    </item>
    <item>
      <title>It's good to hear that the</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993920#M156868</link>
      <description>&lt;P&gt;It's good to hear that the problem is now fixed. Some times its happen when you miss a small thing due to more focus on other jobs.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Best regards;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 13:48:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993920#M156868</guid>
      <dc:creator>ahmedshoaib</dc:creator>
      <dc:date>2016-08-02T13:48:44Z</dc:date>
    </item>
    <item>
      <title>Hi;</title>
      <link>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993921#M156869</link>
      <description>&lt;P&gt;Hi;&lt;/P&gt;
&lt;P&gt;Could you tell me if its posible to have the users on my second site access the internet on the HQ through the MPLS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess i need to add the ip route 0.0.0.0 0.0.0.0 10.1.100.4 on the second router. but it just bounce of the PE2 router in my MPLS.&lt;/P&gt;
&lt;P&gt;I'm a little unsure how to make the default route on the mpls. i guess it should be on the PE1 Router.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have attempted something like this on the PE1&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;router ospf 2 vrf DTL&lt;BR /&gt; redistribute bgp 3292 subnets&lt;BR /&gt; network 172.16.1.0 0.0.0.3 area 0&lt;BR /&gt; network 172.16.1.4 0.0.0.3 area 0&lt;BR /&gt; default-information originate&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt; mpls ldp autoconfig&lt;BR /&gt; network 2.2.2.2 0.0.0.0 area 0&lt;BR /&gt; network 172.16.11.0 0.0.0.3 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 3292&lt;BR /&gt; bgp log-neighbor-changes&lt;BR /&gt; neighbor 4.4.4.4 remote-as 3292&lt;BR /&gt; neighbor 4.4.4.4 update-source Loopback0&lt;BR /&gt; ! &lt;BR /&gt; address-family vpnv4&lt;BR /&gt; neighbor 4.4.4.4 activate&lt;BR /&gt; neighbor 4.4.4.4 send-community extended&lt;BR /&gt; exit-address-family&lt;BR /&gt; !&lt;BR /&gt; address-family ipv4 vrf DTL&lt;BR /&gt; redistribute ospf 2 match internal external 1&lt;BR /&gt; default-information originate&lt;BR /&gt; exit-address-family&lt;/PRE&gt;
&lt;P&gt;I hope you will be kind and have some inputs on how to proceed&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 07:11:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hsrp-and-asa-5510/m-p/2993921#M156869</guid>
      <dc:creator>coolmon1981</dc:creator>
      <dc:date>2016-08-05T07:11:41Z</dc:date>
    </item>
  </channel>
</rss>

