HSRP - Config/Template/Primary - Failover etc.

RS_MCPRS_MCP Member Posts: 352
Hi All,

I am implementing a Primary/Failover Cisco Router scenario that will be deployed into a live environment.

This is my first time I am working on a Primary/Failover solution, could you please help me with the configuration and any additional works that I need to consider.

I believe I need to use HSRP for this to work.

:)

Comments

  • chmorinchmorin Member Posts: 1,446 ■■■■■□□□□□
    RS_MCP wrote: »
    Hi All,

    I am implementing a Primary/Failover Cisco Router scenario that will be deployed into a live environment.

    This is my first time I am working on a Primary/Failover solution, could you please help me with the configuration and any additional works that I need to consider.

    I believe I need to use HSRP for this to work.

    :)

    SWITCH book: Amazon.com: CCNP SWITCH 642-813 Official Certification Guide (Exam Certification Guide) (978158720243icon_cool.gif: David Hucaby: Books

    Cisco HSRP Configuration Example: Load Sharing with HSRP [IP Application Services] - Cisco Systems

    Cisco HSRP Information: Hot Standby Router Protocol (HSRP) - Cisco Systems

    I'd try and help more but I have no idea what you are actually trying to do. The above information should give you a means to do what you want though.
    Currently Pursuing
    WGU (BS in IT Network Administration) - 52%| CCIE:Voice Written - 0% (0/200 Hours)
    mikej412 wrote:
    Cisco Networking isn't just a job, it's a Lifestyle.
  • RS_MCPRS_MCP Member Posts: 352
    I am setting up a Router with basic LAN/WAN connectivity with Internet Breakout.

    I want to setup another Router as a failover incase the Primary dies.
  • DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
    you could also use VRRP or even better GLBP.

    One thing to remember is HSRP is CISCO Proprietary so you will need cisco routers to run it.

    But all 3 are very simple to set up.

    The steps are something like

    under the correct interface configure the stand by IP address, and set the prioritys.

    two lines of command for hsrp would be

    (config-inf)#standby 5 ip 192.168.1.254
    (config-inf)#standby 5 priority 100

    (100 is default so on second router set this to 90 0r 110 depending what one you want to be primary)

    And that's it.. But there is much more you can do than this. so really you want at to look at the books in the previous post.

    The link below has a bit more detail and and example of what goes wrong when you don't test it fully.

    Setting up HSRP
    • If you can't explain it simply, you don't understand it well enough. Albert Einstein
    • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.
  • stuh84stuh84 Member Posts: 503
    DevilWAH wrote: »
    One thing to remember is HSRP is CISCO popularity so you will need cisco routers to run it.

    Proprietary. Not trying to be rude, just the wording you used to a newer user may look rather confusing.
    Work In Progress: CCIE R&S Written

    CCIE Progress - Hours reading - 15, hours labbing - 1
  • DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
    stuh84 wrote: »
    Proprietary. Not trying to be rude, just the wording you used to a newer user may look rather confusing.

    No offence taken cheers for pointing it out and correcting it.:)
    • If you can't explain it simply, you don't understand it well enough. Albert Einstein
    • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.
  • davidspirovalentinedavidspirovalentine Member Posts: 353 ■■■■□□□□□□
    DevilWAH pretty much summed it up in his link.

    BTW, be sure to track the serial interfaces so that when they go down the router can drop its priority so the standby becomes active.

    [If the above sounds like gibberish, you'll know what I mean after you read the links]

    Good luck and tell us how you go,

    Regards,
    David
    Failure is a stepping stone to success...
Sign In or Register to comment.