<?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: Single Area OSPF Netzwork in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836074#M8712</link>
    <description>If you did configure the ISDN Routers to bridge only, then you would need to either assign a lower spanning-tree port priority or cost on the A1 links to ensure they take that path. &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;span a1 pri 1&lt;BR /&gt;&lt;BR /&gt;With your current configuration I don't think that STP is actually doing anything since the ISDN Routers are not bridging. If you do a 'show span' on both ProCurves, you will probably see that A1 and A2 are both forwarding. &lt;BR /&gt;&lt;BR /&gt;Right now with OSPF it is preferring the laser link as it has the lowest OSPF cost since it has a direct connection with the other ProCurve and does not have go via the ISDN Routers which increases the past cost.&lt;BR /&gt;&lt;BR /&gt;In a real life scenario, it is more likely for the link between the lasers to fail. With OSPF this means that the failover will be more like 40 seconds, compared to only 1-2 when you pull the cable from the port. This because it now relies on the Hello packets to determine that link is not available. When you pull the cable from the port the switch knows immediately that the link is down so can quickly failover. &lt;BR /&gt;&lt;BR /&gt;You should be able to improve this by lowering the OSPF timers.&lt;BR /&gt;&lt;BR /&gt;On the other hand, with spanning-tree on default settings it should be closer to 2 seconds for a failover of any type.&lt;BR /&gt;&lt;BR /&gt;I don't think either method is really better than the other, each have their advantages. Right now if it is working and you are happy with it, I would leave it that way.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Aug 2006 09:50:48 GMT</pubDate>
    <dc:creator>Matt Hobbs</dc:creator>
    <dc:date>2006-08-04T09:50:48Z</dc:date>
    <item>
      <title>Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836068#M8706</link>
      <description>Hi there!&lt;BR /&gt;&lt;BR /&gt;I am looking for someone helping me with my procurve configuration problem. Unfortunately the German procurve support was not able to help me what so ever and they suggested me to try it in this forum. So I did:&lt;BR /&gt;&lt;BR /&gt;I have a 5406cl (Switch A) with a Premium Edge Licence and a little 3400cl (Switch B). They both support OSPF. What I want to configure is the following:&lt;BR /&gt;&lt;BR /&gt;Switch A located in building X has the IP 10.0.6.1/8, Switch B located in building Y is configured with the IP 10.0.6.2/8. Both Switches are connected directly over Port 1 via a laser/fiber-to-100BT connection (meaning an almost normal LAN 100Mbit connection). As a backup (if the laser connection brakes) I connected both Switches with Port 2 on an ISDN-Router running an ISDN leased line.&lt;BR /&gt;&lt;BR /&gt;Now I want to use the OSPF protocol to provide the following scenario:&lt;BR /&gt;&lt;BR /&gt;All my clients in building Y are working on a terminal server located in building X over the fast 100MBit Ethernet connection. But when there is a problem with that line I want all the network traffic to get redirected (in max. 30 seconds) through the second connection Port 2.&lt;BR /&gt;&lt;BR /&gt;Maybe there is someone out there able to help me, it would be so wonderful!&lt;BR /&gt;&lt;BR /&gt;I give you a list of the configuration commands I used:&lt;BR /&gt;&lt;BR /&gt;Switch A:&lt;BR /&gt;&lt;BR /&gt;Switch_A# con&lt;BR /&gt;Switch_A(config)# vlan 10&lt;BR /&gt;Switch_A(vlan-10)# untag A1&lt;BR /&gt;Switch_A(vlan-10)# ip address 10.0.6.10/8&lt;BR /&gt;Switch_A(vlan-10)# vlan 20&lt;BR /&gt;Switch_A(vlan-20)# untag A2&lt;BR /&gt;Switch_A(vlan-20)# ip address 10.0.6.20/8&lt;BR /&gt;Switch_A(vlan-10)# exit&lt;BR /&gt;Switch_A(config)# ip routing&lt;BR /&gt;Switch_A(config)# router ospf&lt;BR /&gt;Switch_A(ospf)# area 0.0.0.0&lt;BR /&gt;Switch_A(ospf)# area 0.0.0.1&lt;BR /&gt;Switch_A(ospf)# redistribute connected&lt;BR /&gt;Switch_A(config)# vlan 10&lt;BR /&gt;Switch_A(vlan-10)# ip ospf area 0.0.0.0&lt;BR /&gt;Switch_A(vlan-10)# vlan 20&lt;BR /&gt;Switch_A(vlan-20)# ip ospf area 0.0.0.1&lt;BR /&gt;Switch_A(vlan-20)# exit&lt;BR /&gt;Switch_A(config)# write run&lt;BR /&gt;Switch_A(config)# boot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Switch B:&lt;BR /&gt;&lt;BR /&gt;Switch_A# con&lt;BR /&gt;Switch_A(config)# vlan 10&lt;BR /&gt;Switch_A(vlan-10)# untag 1&lt;BR /&gt;Switch_A(vlan-10)# ip address 10.0.6.30/8&lt;BR /&gt;Switch_A(vlan-10)# vlan 20&lt;BR /&gt;Switch_A(vlan-20)# untag 2&lt;BR /&gt;Switch_A(vlan-20)# ip address 10.0.6.40/8&lt;BR /&gt;Switch_A(vlan-10)# exit&lt;BR /&gt;Switch_A(config)# ip routing&lt;BR /&gt;Switch_A(config)# router ospf&lt;BR /&gt;Switch_A(ospf)# area 0.0.0.0&lt;BR /&gt;Switch_A(ospf)# area 0.0.0.1&lt;BR /&gt;Switch_A(ospf)# redistribute connected&lt;BR /&gt;Switch_A(config)# vlan 10&lt;BR /&gt;Switch_A(vlan-10)# ip ospf area 0.0.0.0&lt;BR /&gt;Switch_A(vlan-10)# vlan 20&lt;BR /&gt;Switch_A(vlan-20)# ip ospf area 0.0.0.1&lt;BR /&gt;Switch_A(vlan-20)# exit&lt;BR /&gt;Switch_A(config)# write run&lt;BR /&gt;Switch_A(config)# boot&lt;BR /&gt;&lt;BR /&gt;Waiting and hoping for an answer...&lt;BR /&gt;&lt;BR /&gt;Toby</description>
      <pubDate>Wed, 02 Aug 2006 11:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836068#M8706</guid>
      <dc:creator>Tobias Schuhmacher</dc:creator>
      <dc:date>2006-08-02T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836069#M8707</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1- You have configured 2 areas in your configuration, Area 0 and Area 1 on both Switches , and NOW your OSPF processing is CONFUSED ... Where is Area 1, is it in Building X or in Building Y. :)&lt;BR /&gt;&lt;BR /&gt;2- You have configured basically 3 Networks, one is WAN, and 2 LAN on both sides, and all these Networks have the Same IP address Range ??? Is it possible ???? if yes, then no need for routing .....&lt;BR /&gt;&lt;BR /&gt;3- If you fixed the IP addressing, i can break out the configuration for you, its simple:&lt;BR /&gt;Since you added Redistribut Connected, then this command will Distribute Vlans on both sides to other OSPF router ONLY After you fix the IP addressing.&lt;BR /&gt;&lt;BR /&gt;4- Consider now we have a perfect Network with WAN link and OSPF working fine, you just need to enable Spanning Tree - MSTP because you have a loop between Ports 1 - Laser Link, and 2 - he ISDN , and Then :&lt;BR /&gt;Adjust the Port Priority or Path Cost for port 2 so it will be Blocked by MSTP.&lt;BR /&gt;And in case of Failover on the Laser Link ( Port1), then MSTP will enable the ISDN port2 in less than 2 Seconds.&lt;BR /&gt;&lt;BR /&gt;And now you have a redundant Network.&lt;BR /&gt;&lt;BR /&gt;Check this similar case :&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1042134" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1042134&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;OSPF Configuration Example:&lt;BR /&gt;&lt;A href="http://www.hp.com/rnd/support/config_examples/5300xl_ospf_singlearea.pdf" target="_blank"&gt;http://www.hp.com/rnd/support/config_examples/5300xl_ospf_singlearea.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Last thing, if you need help in the Configuration after all, let us know.&lt;BR /&gt;&lt;BR /&gt;Don;t forget to assign points :)&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 12:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836069#M8707</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2006-08-02T12:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836070#M8708</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The attached file has your configuration, i have changed the IP addressing to complete the configuration , Vlan 10 will be 10.0.1.x/24 , and Vlan20 is 10.0.2.x/24 and Vlan30 is 10.0.3.x/24.&lt;BR /&gt;&lt;BR /&gt;You change then it to the Range you want , AND please check the Configuration because NO One Perfect :)&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
      <pubDate>Wed, 02 Aug 2006 13:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836070#M8708</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2006-08-02T13:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836071#M8709</link>
      <description>Hi Mohieddin,&lt;BR /&gt;Thank you for your help, I really appreciate it!&lt;BR /&gt;&lt;BR /&gt;1- I see what my problem was. I changed it to only one area 0.0.0.0 (Backbone)&lt;BR /&gt;&lt;BR /&gt;2- Because of the routing problem I have changed my network address in building B to a class C network (10.0.10.0/24).&lt;BR /&gt;&lt;BR /&gt;I attached my network topology as a PDF file. Please tell me whether Iâ  m on the right way or not and if possible provide a configuration for both switches.&lt;BR /&gt;&lt;BR /&gt;I am really indebted to you! (max points ;)&lt;BR /&gt;&lt;BR /&gt;Toby&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 05:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836071#M8709</guid>
      <dc:creator>Tobias Schuhmacher</dc:creator>
      <dc:date>2006-08-03T05:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836072#M8710</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The map was helpful, anyway i made the necessary configuration for you to run OSPF + RSTP with redundancy.&lt;BR /&gt;I changed the Laser link IP address to 192.168.1.0/24 range, anyway it won't affect you , and i enabled Spanning tree, so it will Restart your switches, so the configuration is:&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;Switch A:&lt;BR /&gt;&lt;BR /&gt;5406# con&lt;BR /&gt;5406(config)# vlan 10&lt;BR /&gt;5406(vlan-10)# untag A1&lt;BR /&gt;5406(vlan-10)# ip address 192.168.1.1/24&lt;BR /&gt;&lt;BR /&gt;5406(config)# ip routing&lt;BR /&gt;5406(config)# router ospf&lt;BR /&gt;5406(ospf)# area 0.0.0.0&lt;BR /&gt;5406(ospf)# redistribute connected&lt;BR /&gt;&lt;BR /&gt;5406(config)# vlan 10&lt;BR /&gt;5406(vlan-10)# ip ospf area 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;5406(config)# span  -- enable spanning tree&lt;BR /&gt;5406(config)# span priority 0 -- force ROOT bridge &lt;BR /&gt;5406(config)# wri mem&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;Switch B:&lt;BR /&gt;&lt;BR /&gt;3400# con&lt;BR /&gt;3400(config)# vlan 10&lt;BR /&gt;3400(vlan-10)# untag 1&lt;BR /&gt;3400(vlan-10)# ip address 192.168.1.2/24&lt;BR /&gt;&lt;BR /&gt;3400(config)# ip routing&lt;BR /&gt;3400(config)# router ospf&lt;BR /&gt;3400(ospf)# area 0.0.0.0&lt;BR /&gt;3400(ospf)# redistribute connected&lt;BR /&gt;&lt;BR /&gt;3400(config)# vlan 10&lt;BR /&gt;3400(vlan-10)# ip ospf area 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;3400(config)# span&lt;BR /&gt;&lt;BR /&gt;3400(config)# wri mem&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;I removed unecessary config to run this setup, and later you add any vlans you want. :)&lt;BR /&gt;&lt;BR /&gt;Please check after me, no one is perfect.&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 08:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836072#M8710</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2006-08-03T08:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836073#M8711</link>
      <description>Thank you again my helpful friend. Finally it worked for me! The only thing that I changed is that I added up the second ports (5406zl Port A2 and 3400cl Port 2) to the vlan 10 and everything was working fine. Now when I unplug the cable from the first port the switch starts to route all the traffic over the second port. After I plug in again the switch toggles back to the first port in less then one second. Perfect! Thank you so much!&lt;BR /&gt;&lt;BR /&gt;Just another thing which I where considering: What happens if I let my two routers running the backup ISDN leased line as being bridges - meaning both switches would be in the same ip subnet - is a failover from port 1 to 2 and back possible as well? Do I need OSPF to set this up or will be RSTP alone just fine for me? But how would I tell the switch that port 1 has lower costs then port 2?&lt;BR /&gt;&lt;BR /&gt;Looking forward to your answer. Rating as usual ;)&lt;BR /&gt;&lt;BR /&gt;Toby</description>
      <pubDate>Fri, 04 Aug 2006 04:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836073#M8711</guid>
      <dc:creator>Tobias Schuhmacher</dc:creator>
      <dc:date>2006-08-04T04:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836074#M8712</link>
      <description>If you did configure the ISDN Routers to bridge only, then you would need to either assign a lower spanning-tree port priority or cost on the A1 links to ensure they take that path. &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;span a1 pri 1&lt;BR /&gt;&lt;BR /&gt;With your current configuration I don't think that STP is actually doing anything since the ISDN Routers are not bridging. If you do a 'show span' on both ProCurves, you will probably see that A1 and A2 are both forwarding. &lt;BR /&gt;&lt;BR /&gt;Right now with OSPF it is preferring the laser link as it has the lowest OSPF cost since it has a direct connection with the other ProCurve and does not have go via the ISDN Routers which increases the past cost.&lt;BR /&gt;&lt;BR /&gt;In a real life scenario, it is more likely for the link between the lasers to fail. With OSPF this means that the failover will be more like 40 seconds, compared to only 1-2 when you pull the cable from the port. This because it now relies on the Hello packets to determine that link is not available. When you pull the cable from the port the switch knows immediately that the link is down so can quickly failover. &lt;BR /&gt;&lt;BR /&gt;You should be able to improve this by lowering the OSPF timers.&lt;BR /&gt;&lt;BR /&gt;On the other hand, with spanning-tree on default settings it should be closer to 2 seconds for a failover of any type.&lt;BR /&gt;&lt;BR /&gt;I don't think either method is really better than the other, each have their advantages. Right now if it is working and you are happy with it, I would leave it that way.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 09:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836074#M8712</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2006-08-04T09:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836075#M8713</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Matt, for port priority, Lower port number has always Higer Priority and thats why i didn't guide him to change port A1 priority on the 3400 and A2 will be blocked by STP.&lt;BR /&gt;&lt;BR /&gt;For the ISDN router, he said "As a backup (if the laser connection brakes) I connected both Switches with Port 2 on an ISDN-Router running an ISDN leased line"&lt;BR /&gt;&lt;BR /&gt;So with the 5400 and 3400, how we can configure an ISDN backup connection ?&lt;BR /&gt;&lt;BR /&gt;1- as you suggeted by using the ISDN routers as bridging, so the ISDN line always active, and blocked by the STP on 3400 port A2, and in this solution decreasing the hello time will get us faster convergence, but call cost arise here.&lt;BR /&gt;&lt;BR /&gt;2- Use Static routes with different administrative distance, so when the Laser link fails, the ISDN routers will be triggered to initiate a call and provide failover.&lt;BR /&gt;&lt;BR /&gt;So do you think Matt creating another OSPF area to include the ISDN wan link, and add 2 static routes on the 5400, first one with AD=1 and points to A1 subnet on the 3400, and the other Static route with AD &amp;gt; 1 points to A2 subnet on the 3400, so if Laser link failed, the 5400 will use the second static route to get to 3400 ??????&lt;BR /&gt;&lt;BR /&gt;Is that a good suggestion ?</description>
      <pubDate>Fri, 04 Aug 2006 11:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836075#M8713</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2006-08-04T11:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836076#M8714</link>
      <description>If the ISDN routers are also running OSPF in Area 0 it should be working already. My assumption is that the leased ISDN line is permanently up. &lt;BR /&gt;&lt;BR /&gt;The 3400 I don't believe you can set the administrative distance for a static route. I also think for a static route like that to work, the physical link between the laser and the 3400 would have to go down and that port could only be on the one VLAN. Otherwise it will still assume that network is up and will keep trying. What you really need in this type of setup is Uni-directional Link Detection.&lt;BR /&gt;&lt;BR /&gt;In this setup, I would try and avoid using static routes. Either rely on OSPF, or set the ISDN routers to bridge and use spanning-tree only.&lt;BR /&gt;&lt;BR /&gt;If the leased line must dial a connection each time when the backup is to be made, use OSPF.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 19:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836076#M8714</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2006-08-04T19:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836077#M8715</link>
      <description>In fact, its true that ISDN leased lines are always active, so ISDN routers should be in bridging mode, hence for Faster solution its better to use Spanning Tree if ISDN routers in bridging Mode.&lt;BR /&gt;&lt;BR /&gt;It means the best Scenario is : &lt;BR /&gt;&lt;BR /&gt;- Enable Spanning Tree on both switches, and change priority of 5400 to be the Root.&lt;BR /&gt;- 3400 port A1 will be in forwarding using laser link.&lt;BR /&gt;- 3400 port A2 will be blocked, but ISDN routers are ready and isdn line is active.&lt;BR /&gt;- If the laser link failed, MSTP will enable port A2 on 3400 and the network will be back on.&lt;BR /&gt;- For internal routing on both sides, continue to use OSPF, but in this case, the WAN links (Laser and ISDN) should be in the same Network or subnet.&lt;BR /&gt;&lt;BR /&gt;What do you think ????</description>
      <pubDate>Sat, 05 Aug 2006 00:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836077#M8715</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2006-08-05T00:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Single Area OSPF Netzwork</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836078#M8716</link>
      <description>I agree, it probably is the best solution to use spanning-tree and set the ISDN routers to bridge. It should be faster to failover and it's easier to setup and troubleshoot.&lt;BR /&gt;&lt;BR /&gt;One other advantage is that if you're using protocols other than IP, it will carry them as well.</description>
      <pubDate>Sat, 05 Aug 2006 03:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/single-area-ospf-netzwork/m-p/3836078#M8716</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2006-08-05T03:50:07Z</dc:date>
    </item>
  </channel>
</rss>

