0% found this document useful (0 votes)
44 views6 pages

Configuration of HSRPVRRPGLBP

This document provides configuration instructions for HSRP, VRRP, and GLBP protocols on Cisco routers to provide redundancy. It includes steps to configure interfaces, enable the protocols, set priorities, and use show commands to verify the configurations. Administrators are instructed to test the protocols by shutting down interfaces on active routers to observe failover behavior and recovery times.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views6 pages

Configuration of HSRPVRRPGLBP

This document provides configuration instructions for HSRP, VRRP, and GLBP protocols on Cisco routers to provide redundancy. It includes steps to configure interfaces, enable the protocols, set priorities, and use show commands to verify the configurations. Administrators are instructed to test the protocols by shutting down interfaces on active routers to observe failover behavior and recovery times.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Best Cisco CCNA CCNP and Linux Notes

https://ccnaccnplinux.blogspot.com
{HSRP, VRRP, GLBP Configuration}

{Router 1 interface Configuration}


Router1(config)#interface fastEthernet 0/1 {lan interface}
Router1(config-if)#ip address 10.250.250.2 255.255.255.0
Router1(config-if)#no shutdown

{HSRP Configuration}

Router1(config-if)#standby 1 ip
{To enable standby} {some Routers Does not Need}
Router1 (config-if)#standby 1 ip 10.250.250.1
{1 = Group No. and Virtual ip address}
Router1(config-if)#standby 1 preempt
Router1(config-if)#standby 1 priority 110
Router1(config-if)#standby 1 track fastethernet 0/0 20
Router1(config-if)#exit

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

{Or To Change HSRP Timer}


Router2(config-if)#standby 1 timers msec 100 msec 300
Other is Hold Timer}

{First Timer is Hello and

{Troubleshooting and Show Commands}


Router1#show standby
Router1#show standby brief

{Router 2 interface Configuration}


Router2(config)#interface fastEthernet 0/0
{lan interface}
Router2(config-if)#ip address 10.250.250.3 255.255.255.0
Router2(config-if)#no shutdown

{HSRP Configuration}
Router2(config-if)#standby 1 ip
{To enable standby} {some Routers Does not Need}
Router2 (config-if)#standby 1 ip 10.250.250.1
{1 = Group No. and Virtual ip address}
Router2(config-if)#standby 1 preempt

{Or To Change HSRP Timer}


Router2(config-if)#standby 1 timers msec 100 msec 300

{Troubleshooting and Show Commands}


Router2#show standby
Router2#show standby brief
{Now Test HSRP is using default timer}
{To shutdown Active Router Wan interface}
{And feel how long it will recover the failure}
{And then Change HSRP Timer and Check again}

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

VRRP {Virtual Router Redundancy Protocol}

{Router 1 interface configuration}


Router1(config)#interface fastEthernet 0/1
Router1(config-if)#ip address 10.250.250.1 255.255.255.0
Router1(config-if)#no shutdown

{VRRP Configuration}
Router1(config-if)#vrrp 1 ip 10.250.250.1
Physical interface ip address }

{instead of Virtual ip also we use

Router1(config-if)#vrrp 1 priority 110


Router1(config-if)#end

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

{Troubleshooting and Show Commands}


Router1#show vrrp
Router1#show vrrp brief

{Router 2 interface configuration}


Router2(config)#interface fastEthernet 0/0
Router2(config-if)#ip address 10.250.250.2 255.255.255.0
Router2(config-if)#no shutdown

{VRRP Configuration}
Router2(config-if)#vrrp 1 ip 10.250.250.1
interface ip address }

{instead of Virtual ip also we use Router 1

Router1(config-if)#end

{Troubleshooting and Show Commands}


Router2#show vrrp
Router2#show vrrp brief
{Now Test VRRP is working}
{To shutdown Active Router Wan interface}
{And feel how long it will recover the failure}

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

GLBP {Gateway Load Balancing Protocol)

{Router 1 interface configuration}


Router1(config)#interface fastEthernet 0/1
Router1(config-if)#ip address 10.250.250.2 255.255.255.0
Router1(config-if)#no shutdown

{GLBP Configuration}
Router1(config-if)#glbp 1 ip 10.250.250.1
Router1(config-if)#glbp 1 preempt
Router1(config-if)#glbp 1 priority 110
Best Cisco CCNA CCNP and Linux Notes
https://ccnaccnplinux.blogspot.com

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

Router1#show glbp
Router1#show glbp brief

{Router 2 Configuration}
Router2(config)#interface fastEthernet 0/0
Router2(config-if)#ip address 10.250.250.3 255.255.255.0
Router2(config-if)#no shutdown

{GLBP Configuration}
Router2(config-if)#glbp 1 ip 10.250.250.1
Router2(config-if)#glbp 1 preempt
Router2#show glbp
Router2#show glbp brief

{Now Test GLBP is working}


{To shutdown Active router wan interface}
{And feel how long it will recover the failure}

(Visit Next Page (Networking-Devices)


http://adf.ly/13641469/https://ccnaccnplinux.blogspot.in/2015/01/networkingdevices_22.html

Best Cisco CCNA CCNP and Linux Notes


https://ccnaccnplinux.blogspot.com

You might also like