Branch_2 Router Configs
interface FastEthernet0/0
description LAN
ip address 172.16.1.1 255.255.255.0
ip nat inside
interface Serial0/0/0
description WAN Link
ip address 209.100.10.2 255.255.255.240
ip nat outside
ipv6 address 2001:ACAD:BEEF:A002::2/64
ip nat pool b2pool 209.100.10.4 209.100.10.14 netmask 255.255.255.0
ip nat inside source list b2nat pool b2pool overload
ip nat inside source static 172.16.1.254 209.100.10.3
ip access-list standard B2NAT
permit 172.16.1.0 0.0.0.255