SlideShare a Scribd company logo
LAB 13: HSRP (Hot Standby Router Protocol)
Task
1. Configure IP Addresses as per given in topology.
2. Configure Web_Server and NTP Server as per given in topology.
3. Configure ISP as a NTP Client.
4. Configure Eigrp as per given in topology.
5. Configure MLS1 and MLS2 for HSRP. Make sure Virtual IP for HSRP is 192.168.200.254.
6. Make sure Authentication on HSRP is MD5 use 4%ghT) as a password.
7. Make sure MLS1 is always Active.
8. Make sure MLS1 and MLS2 track fastethernet 0/0.
9. Make sure PC1, PC2 and PC6 send their traffic to MLS2 and PC3, PC4 and PC5 send traffic from
MLS1 with secure communication. Use Virtual IP is 192.168.200.253 and use authentication MD5
use 4%ghT).
10. Make sure ZBF send internal traffic via NATTING. Use PAT for this senerio.
11. Make sure all Pc's setup clock via NTP Server.
12. Make sure all PC's ping netwaxlab.com and blog.eincop.com.
LAB 13: HSRP (Hot Standby Router Protocol)
Solution
 Task 2: Configure Web_Server and NTP Server as per given in topology.
Server
no ip routing
ip default-gateway 169.112.87.1
Web_Server
ip dns server
ip host netwaxlab.com 100.100.100.100
ip host blog.eincop.com 101.101.101.101
NTP
Server# set clock (you need to set clock with this command)
Server(config)# ntp master
 Task 3: Configure ISP as a NTP Client.
Server(config)# ntp server 169.112.87.200
 Task 4: Configure Eigrp as per given in topology.
ZBF
router eigrp 100
redistribute static
network 192.168.1.0
no auto-summary
exit
HQ
router eigrp 100
network 10.0.0.0 0.0.0.255
network 20.0.0.0 0.0.0.255
network 192.168.1.0
no auto-summary
exit
(NOTE: Make sure you need to use "ip routing" command to enable routing on Multi Layer Switch)
LAB 13: HSRP (Hot Standby Router Protocol)
MLS1
ip routing
router eigrp 100
network 10.0.0.0 0.0.0.255
network 192.168.200.0
no auto-summary
exit
MLS2
router eigrp 100
network 20.0.0.0 0.0.0.255
network 192.168.200.0
no auto-summary
exit
 Task 5: Configure MLS1 and MLS2 for HSRP. Make sure Virtual IP for HSRP is 192.168.200.254.
MLS1
interface f0/1
standby 1 ip 192.168.200.254
standby 1 priority 200
exit
MLS2
interface f0/1
standby 1 ip 192.168.200.254
exit
 Task 6: Make sure Authentication on HSRP is MD5 use 4%ghT) as a password.
MLS1
interface f0/1
standby 1 authentication md5 key-string 4%ghT)
MLS2
interface f0/1
standby 1 authentication md5 key-string 4%ghT)
LAB 13: HSRP (Hot Standby Router Protocol)
 Task 7: Make sure MLS1 is always Active after recover the link.
MLS1
interface f0/1
standby 1 preempt
exit
 Task 8: Make sure MLS1 and MLS2 track fastethernet 0/0.
MLS1
interface f0/1
standby 1 track f0/0
exit
MLS2
interface f0/1
standby 1 track f0/0
exit
 Task 9: Make sure PC1, PC2 and PC6 send their traffic to MLS2 and PC3, PC4 and PC5 send
traffic from MLS1 with secure communication. Use Virtual IP is 192.168.200.253 and use
authentication MD5 use 4%ghT).
(NOTE: Load Balancing Concept in HSRP)
MLS1
interface f0/1
standby 2 ip 192.168.200.253
standby 2 authentication md5 key-string 4%ghT)
standby 2 track FastEthernet0/0
exit
MLS2
standby 2 ip 192.168.200.253
standby 2 priority 200
standby 2 preempt
standby 2 authentication md5 key-string 4%ghT)
standby 2 track FastEthernet0/0
LAB 13: HSRP (Hot Standby Router Protocol)
(NOTE: Configure PC1, PC2 and PC6 default gateway is 192.168.200.253 and PC3, PC4 and PC5 default
gateway is 192.168.200.254.)
 Task 10: Make sure ZBF send internal traffic via NATTING. Use PAT for this scenario.
ZBF
ip access-list extended NAT
permit ip 192.168.1.0 0.0.0.255 any
permit ip 10.0.0.0 0.0.0.255 any
permit ip 20.0.0.0 0.0.0.255 any
permit ip 192.168.200.0 0.0.0.255 any
exit
interface f0/1
ip nat inside
exit
interface f0/0
ip nat outside
exit
ip nat inside source list NAT interface FastEthernet0/0 overload
verify it using "sh ip nat translations" command.
 Task 11: Make sure all Pc's setup clock via NTP Server.
(NOTE: you need to use clock setting in your pc and provide NTP server ip address. It will sync and show
the time)
 Task 12: Make sure all PC's ping netwaxlab.com and blog.eincop.com.
(NOTE: first you need to ping 169.112.87.200, If it will response then you need to configure you dns
using the same ip).
Now generate ping for netwaxlab.com and blog.eincop.com.
Make sure you need to provide static route in ISP to 100,100.100.100 and 101.101.101.101.

More Related Content

PDF
Eincop Netwax Lab: Lab 1 static route
PDF
Eincop Netwax Lab: EIGRP iii
PDF
Eincop Netwax Lab: Access List ii
PDF
Nxll17 dynamic routing with asa
PDF
Nxll20 na ting
PDF
Nxll19 vrrp (virtual router redundancy protocol)
PDF
Nxll12 zone based firewall
PDF
Nxll10 v lan and trunking
Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: Access List ii
Nxll17 dynamic routing with asa
Nxll20 na ting
Nxll19 vrrp (virtual router redundancy protocol)
Nxll12 zone based firewall
Nxll10 v lan and trunking

What's hot (20)

PDF
Nxll23 i pv6
PDF
Nxll22 role based cli
PDF
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
PDF
Nxll09 access list
PDF
Route Redistribution
PDF
Nxll11 bgp
PDF
Nxll26 bgp ii
PDF
Nxll16 basic asa v8.2
PDF
Eincop Netwax Lab: Redistribution
PDF
Nxll28 ospf iii
PDF
Eincop Netwax Lab: EIGRP ii
PDF
Nxll25 hsrp with failover
PDF
Nxll24 i pv6
PDF
Eincop Netwax Lab: Vlan and Trunking ii
PDF
Nxll21 ospf filtering & summarization
PDF
Nxll18 vpn (s2 s gre & dmvpn)
PDF
Nxll14 cut through-proxy on asa
PDF
PDF
VRRP (virtual router redundancy protocol)
Nxll23 i pv6
Nxll22 role based cli
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Nxll09 access list
Route Redistribution
Nxll11 bgp
Nxll26 bgp ii
Nxll16 basic asa v8.2
Eincop Netwax Lab: Redistribution
Nxll28 ospf iii
Eincop Netwax Lab: EIGRP ii
Nxll25 hsrp with failover
Nxll24 i pv6
Eincop Netwax Lab: Vlan and Trunking ii
Nxll21 ospf filtering & summarization
Nxll18 vpn (s2 s gre & dmvpn)
Nxll14 cut through-proxy on asa
VRRP (virtual router redundancy protocol)
Ad

Viewers also liked (18)

PPTX
Fhrp notes
PDF
Layer 3 redundancy hsrp
PDF
OSPF Route Filtering
PDF
OSPF (open shortest path first) part ii
PDF
Networking Devices
PDF
Wireless Technology
PDF
TCP Intercept
PDF
SSL Web VPN
PDF
119163798 icnd1-practice-questions-9tut
PDF
VRF Configuration
PDF
IP Address
PDF
Introduction of Networking
PDF
STP Protection
PDF
VPN (virtual private network)
PDF
OSPF (open shortest path first) part iii
PDF
Frame Relay
PDF
VLAN (virtual local area network)
PDF
Routed Protocol
Fhrp notes
Layer 3 redundancy hsrp
OSPF Route Filtering
OSPF (open shortest path first) part ii
Networking Devices
Wireless Technology
TCP Intercept
SSL Web VPN
119163798 icnd1-practice-questions-9tut
VRF Configuration
IP Address
Introduction of Networking
STP Protection
VPN (virtual private network)
OSPF (open shortest path first) part iii
Frame Relay
VLAN (virtual local area network)
Routed Protocol
Ad

Similar to Eincop Netwax Lab: HSRP (Hot Standby Router Protocol) (20)

DOCX
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
PDF
2 fhrp,hsrp,vrrp,gblp,ntp,nat glbp
PDF
MyFirstperformanceinusingpockettracerOSPF_Lab1.pdf
PDF
PDF
PPTX
Hot standby router protocol (hsrp) using
DOCX
ITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docx
PDF
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
DOCX
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
PDF
Class notes fhrp,hsrp,vrrp
PDF
Class notes fhrp,hsrp
PDF
Labmannual
PDF
Ccna simulation exam practice guide
PDF
Free CCNP switching workbook by networkershome pdf
PPTX
Data Communication and Networking Laboratory Lab Assignment_4.pptx
PDF
Ccna labs-udemy
DOC
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
PPTX
Pentesting layer 2 protocols
PDF
Ccnp enterprise workbook v1.0 completed till weigth
DOC
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
2 fhrp,hsrp,vrrp,gblp,ntp,nat glbp
MyFirstperformanceinusingpockettracerOSPF_Lab1.pdf
Hot standby router protocol (hsrp) using
ITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docx
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
Class notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp
Labmannual
Ccna simulation exam practice guide
Free CCNP switching workbook by networkershome pdf
Data Communication and Networking Laboratory Lab Assignment_4.pptx
Ccna labs-udemy
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Pentesting layer 2 protocols
Ccnp enterprise workbook v1.0 completed till weigth
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02

Recently uploaded (20)

PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
project resource management chapter-09.pdf
PDF
A novel scalable deep ensemble learning framework for big data classification...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Getting Started with Data Integration: FME Form 101
PPTX
The various Industrial Revolutions .pptx
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
Getting started with AI Agents and Multi-Agent Systems
PPTX
observCloud-Native Containerability and monitoring.pptx
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
1. Introduction to Computer Programming.pptx
PPTX
Chapter 5: Probability Theory and Statistics
PDF
A comparative study of natural language inference in Swahili using monolingua...
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PPTX
Tartificialntelligence_presentation.pptx
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
cloud_computing_Infrastucture_as_cloud_p
NewMind AI Weekly Chronicles – August ’25 Week III
project resource management chapter-09.pdf
A novel scalable deep ensemble learning framework for big data classification...
Programs and apps: productivity, graphics, security and other tools
Getting Started with Data Integration: FME Form 101
The various Industrial Revolutions .pptx
Final SEM Unit 1 for mit wpu at pune .pptx
Getting started with AI Agents and Multi-Agent Systems
observCloud-Native Containerability and monitoring.pptx
TLE Review Electricity (Electricity).pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
WOOl fibre morphology and structure.pdf for textiles
DP Operators-handbook-extract for the Mautical Institute
1. Introduction to Computer Programming.pptx
Chapter 5: Probability Theory and Statistics
A comparative study of natural language inference in Swahili using monolingua...
O2C Customer Invoices to Receipt V15A.pptx
Tartificialntelligence_presentation.pptx
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf

Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)

  • 1. LAB 13: HSRP (Hot Standby Router Protocol) Task 1. Configure IP Addresses as per given in topology. 2. Configure Web_Server and NTP Server as per given in topology. 3. Configure ISP as a NTP Client. 4. Configure Eigrp as per given in topology. 5. Configure MLS1 and MLS2 for HSRP. Make sure Virtual IP for HSRP is 192.168.200.254. 6. Make sure Authentication on HSRP is MD5 use 4%ghT) as a password. 7. Make sure MLS1 is always Active. 8. Make sure MLS1 and MLS2 track fastethernet 0/0. 9. Make sure PC1, PC2 and PC6 send their traffic to MLS2 and PC3, PC4 and PC5 send traffic from MLS1 with secure communication. Use Virtual IP is 192.168.200.253 and use authentication MD5 use 4%ghT). 10. Make sure ZBF send internal traffic via NATTING. Use PAT for this senerio. 11. Make sure all Pc's setup clock via NTP Server. 12. Make sure all PC's ping netwaxlab.com and blog.eincop.com.
  • 2. LAB 13: HSRP (Hot Standby Router Protocol) Solution  Task 2: Configure Web_Server and NTP Server as per given in topology. Server no ip routing ip default-gateway 169.112.87.1 Web_Server ip dns server ip host netwaxlab.com 100.100.100.100 ip host blog.eincop.com 101.101.101.101 NTP Server# set clock (you need to set clock with this command) Server(config)# ntp master  Task 3: Configure ISP as a NTP Client. Server(config)# ntp server 169.112.87.200  Task 4: Configure Eigrp as per given in topology. ZBF router eigrp 100 redistribute static network 192.168.1.0 no auto-summary exit HQ router eigrp 100 network 10.0.0.0 0.0.0.255 network 20.0.0.0 0.0.0.255 network 192.168.1.0 no auto-summary exit (NOTE: Make sure you need to use "ip routing" command to enable routing on Multi Layer Switch)
  • 3. LAB 13: HSRP (Hot Standby Router Protocol) MLS1 ip routing router eigrp 100 network 10.0.0.0 0.0.0.255 network 192.168.200.0 no auto-summary exit MLS2 router eigrp 100 network 20.0.0.0 0.0.0.255 network 192.168.200.0 no auto-summary exit  Task 5: Configure MLS1 and MLS2 for HSRP. Make sure Virtual IP for HSRP is 192.168.200.254. MLS1 interface f0/1 standby 1 ip 192.168.200.254 standby 1 priority 200 exit MLS2 interface f0/1 standby 1 ip 192.168.200.254 exit  Task 6: Make sure Authentication on HSRP is MD5 use 4%ghT) as a password. MLS1 interface f0/1 standby 1 authentication md5 key-string 4%ghT) MLS2 interface f0/1 standby 1 authentication md5 key-string 4%ghT)
  • 4. LAB 13: HSRP (Hot Standby Router Protocol)  Task 7: Make sure MLS1 is always Active after recover the link. MLS1 interface f0/1 standby 1 preempt exit  Task 8: Make sure MLS1 and MLS2 track fastethernet 0/0. MLS1 interface f0/1 standby 1 track f0/0 exit MLS2 interface f0/1 standby 1 track f0/0 exit  Task 9: Make sure PC1, PC2 and PC6 send their traffic to MLS2 and PC3, PC4 and PC5 send traffic from MLS1 with secure communication. Use Virtual IP is 192.168.200.253 and use authentication MD5 use 4%ghT). (NOTE: Load Balancing Concept in HSRP) MLS1 interface f0/1 standby 2 ip 192.168.200.253 standby 2 authentication md5 key-string 4%ghT) standby 2 track FastEthernet0/0 exit MLS2 standby 2 ip 192.168.200.253 standby 2 priority 200 standby 2 preempt standby 2 authentication md5 key-string 4%ghT) standby 2 track FastEthernet0/0
  • 5. LAB 13: HSRP (Hot Standby Router Protocol) (NOTE: Configure PC1, PC2 and PC6 default gateway is 192.168.200.253 and PC3, PC4 and PC5 default gateway is 192.168.200.254.)  Task 10: Make sure ZBF send internal traffic via NATTING. Use PAT for this scenario. ZBF ip access-list extended NAT permit ip 192.168.1.0 0.0.0.255 any permit ip 10.0.0.0 0.0.0.255 any permit ip 20.0.0.0 0.0.0.255 any permit ip 192.168.200.0 0.0.0.255 any exit interface f0/1 ip nat inside exit interface f0/0 ip nat outside exit ip nat inside source list NAT interface FastEthernet0/0 overload verify it using "sh ip nat translations" command.  Task 11: Make sure all Pc's setup clock via NTP Server. (NOTE: you need to use clock setting in your pc and provide NTP server ip address. It will sync and show the time)  Task 12: Make sure all PC's ping netwaxlab.com and blog.eincop.com. (NOTE: first you need to ping 169.112.87.200, If it will response then you need to configure you dns using the same ip). Now generate ping for netwaxlab.com and blog.eincop.com. Make sure you need to provide static route in ISP to 100,100.100.100 and 101.101.101.101.