Configuring Cisco Stateful Interchassis Redundancy | NAT & Zone Based Firewall State Synchronization
In this video I will show you how to configure Cisco Stateful Interchassis Redundancy. This video also includes the configuration needed to sync NAT translations and Zone Based Firewall states between two Cisco firewall enabled routers.
If you're looking to get straight to the point, skip ahead to 5:14
Looking to learn how to configure NAT and ZBF on a Cisco router? Below are some links to my other videos:
Configure NAT on a Cisco router: https://youtu.be/KYsHi9u_BmI
Configure ZBF on a Cisco router: https://youtu.be/h-fW0OnKlc8
Below are some basic commands for reference purposes:
RTR-FW1
---------------
FW1# en
FW1# conf t
FW1(config)# redundancy
FW1(config-red)# application redundancy
FW1(config-red-app)# group 1
FW1(config-red-app-grp)# name RG1
FW1(config-red-app-grp)# priority 105
FW1(config-red-app-grp)# preempt
FW1(config-red-app-grp)# data gi0/7
FW1(config-red-app-grp)# control gi0/7 protocol 1
FW1(config)# int gi0/0
FW1(config-if)# redundancy rii 100
FW1(config-if)# redundancy group 1 ip 192.168.2.252 exclusive decrement 100
FW1(config)# int gi0/1
FW1(config-if)# redundancy rii 200
FW1(config-if)# redundancy group 1 ip 192.168.255.1 exclusive decrement 100
FW1(config)# ip nat inside source list NAT pool ISP1 redundancy 1 mapping-id 100 overload
FW1(config)# parameter-map type inspect global
FW1(config-profile)# redundancy
RTR-FW2
---------------
FW2# en
FW2# conf t
FW2(config)# redundancy
FW2(config-red)# application redundancy
FW2(config-red-app)# group 1
FW2(config-red-app-grp)# preempt
FW2(config-red-app-grp)# data gi0/7
FW2(config-red-app-grp)# control gi0/7 protocol 1
FW2(config)# int gi0/0
FW2(config-if)# redundancy rii 100
FW2(config-if)# redundancy group 1 ip 192.168.2.252 exclusive decrement 100
FW2(config)# int gi0/1
FW2(config-if)# redundancy rii 200
FW2(config-if)# redundancy group 1 ip 192.168.255.1 exclusive decrement 100
FW2(config)# ip nat inside source list NAT pool ISP1 redundancy 1 mapping-id 100 overload
FW2(config)# parameter-map type inspect global
FW2(config-profile)# redundancy
Did you find this content helpful? Let us know - https://www.rmtechcentral.com/contribute
Website: https://www.rmtechcentral.com
Contact: https://www.rmtechcentral.com/contact