Part 2 (Update): How To Configure Dual ISP Failover on a Cisco Router With a Dynamic IP Address

Channel:
Subscribers:
6,570
Published on ● Video Link: https://www.youtube.com/watch?v=LOAFKV9dni0



Category:
Vlog
Duration: 23:14
1,921 views
25


Just an update to address an issue with a video I released in 2021 titled: " How To Configure Dual ISP Failover on a Cisco Router With a Dynamic Public IP Address".

That video can be found here: https://youtu.be/cbfWjv8s4VA


SAMPLE EEM SCRIPTS
---------------------------------------------------

*** REMEMBER TO CHANGE THE BRACKETED INFORMATION (i.e. [WAN2 INTERFACE HERE], etc) WITH YOUR OWN CONFIG ***

EEM Option 1:
---------------------------------------------------
event manager applet SHUT_NOSHUT_ISP1
event syslog pattern "Interface [WAN2 INTERFACE HERE] assigned DHCP address"
action 1.0 cli command "en"
action 2.0 cli command "conf t"
action 3.0 cli command "[WAN1 INTERFACE HERE]"
action 4.0 cli command "shut"
action 5.0 cli command "no shut"
action 6.0 cli command "exit"
action 7.0 cli command "end"

EEM Option 2:
---------------------------------------------------
event manager applet REFRESH_RMAP
event syslog pattern "Interface [WAN2 INTERFACE HERE] assigned DHCP address"
action 1.0 cli command "en"
action 2.0 cli command "conf t"
action 3.0 cli command "no route-map [ROUTE MAP NAME HERE]"
action 4.0 cli command "route-map [ROUTE MAP NAME HERE]"
action 5.0 cli command "match ip address [ACL HERE]"
action 6.0 cli command "set ip next-hop dynamic dhcp"
action 7.0 cli command "set interface [WAN1 INTERFACE HERE] Null0"
action 8.0 cli command "exit"
action 9.0 cli command "end"

FOLLOW US
---------------------------------------------------
TikTok: https://www.tiktok.com/@rmtechcentral
Facebook: https://www.facebook.com/RMTechCentral
Website: https://www.rmtechcentral.com

CONTACT US
---------------------------------------------------
Contact: https://www.rmtechcentral.com/contact

CONTRIBUTE
---------------------------------------------------
Did you find this content helpful? Let us know - https://www.rmtechcentral.com/contribute

CHAPTERS
---------------------------------------------------
0:00 - Introduction
0:52 - Discussing the Issue
1:49 - Recap
4:17 - Topology Overview
5:41 - Failover Testing
8:13 - Identifying the Issue
12:33 - Solving the Issue Using EEM Scripts
20:57 - Final Words




Other Videos By Robert Mayer


2024-12-20Polaris Sportsman 850 Valve Adjustment #lazyhacks
2024-11-20How to Update PHP on Ubuntu Linux | PHP 8.3 FPM | Wordpress | Step-by-Step Guide
2024-11-15Magic John Screen Protector Part 2: How It Looks After 8 Months, Durability Tests, and Bonus Footage
2024-06-05Plumbing Day 4: Final
2024-06-03Plumbing Day 3: Finally Getting Somewhere (Part 3)
2024-06-01It’s all about that data Boiii!
2024-05-30Dell Poweredge R310 RAID 10 Single Drive Replacement (Getting rid of the last Western Digital Blue)
2024-05-29Plumbing Day 2: New Fittings and New Disappointment (Part 2)
2024-05-29Plumbing Fail: Sort of - Wrong Fittings (Part 1)
2024-03-25Part 2 (Update): How To Create Custom Ringtones for iPhone Using iTunes | iTunes Drag and Drop Fix
2024-03-07Part 2 (Update): How To Configure Dual ISP Failover on a Cisco Router With a Dynamic IP Address
2024-03-01Mean Comments on YouTube
2024-02-25Quieting 1U Rackmount Equipment with Arctic S4028-6K Fans (Noctua Didn't Make the Cut This Time)
2024-02-21ARCTIC S4028-6K 40mm Fans
2024-01-30She's Gonna Blow!
2023-12-09Apache + Ubuntu Behind Reverse Proxy | Log X-Forwarded-For Header | Disable Proxy Health Check Logs
2023-11-19The Magic John Screen Protector | iPhone 14 Pro Max #shorts #iphone #magicjohn #screenprotector
2023-11-19Is the MAGIC JOHN Screen Protector a SCAM or is it legit?? (Unboxing, Installation, and Review)
2023-05-22How Well Do You Understand Spanning Tree Protocol? Part 2 - Unmanaged Switch Loop + Managed Switch
2023-05-19Mini Data Center in a Loft?
2023-05-17Does Super Fast Internet Really Matter? Well... Sometimes...



Tags:
cisco
dual wan
dual isp
cisco isr
cisco asr
eem