A_L3SW A_L3SW#show run | sec ospf router ospf 1 log-adjacency-changes redistribute connected subnets network 192.168.2.0 0.0.0.255 area 0 A_L3SW#show run | sec bgp router bgp 1 no synchronization bgp log-neighbor-changes redistribute connected neighbor 192.168.2.202 remote-as 1 no auto-summary ******************************************************************************** A_R1 A_R1#show run | sec ospf router ospf 1 log-adjacency-changes redistribute connected subnets network 192.168.2.0 0.0.0.255 area 0 network 192.168.4.0 0.0.0.3 area 0 A_R1#show run int fa1/0 interface FastEthernet1/0 ip address 192.168.2.201 255.255.255.0 duplex auto speed auto standby 1 ip 192.168.2.200 standby 1 priority 105 standby 1 preempt standby 1 track FastEthernet1/0 standby 1 track FastEthernet2/0 end ******************************************************************************** A_R2 A_R2#show run | sec bgp router bgp 1 no synchronization bgp log-neighbor-changes redistribute connected neighbor 192.168.2.254 remote-as 1 neighbor 192.168.3.2 remote-as 2 no auto-summary A_R2#show run int fa1/0 interface FastEthernet1/0 ip address 192.168.2.202 255.255.255.0 duplex auto speed auto standby 1 ip 192.168.2.200 standby 1 preempt standby 1 track FastEthernet1/0 standby 1 track FastEthernet2/0 end ******************************************************************************** Main WAN Router Main_WAN_Router#show run | sec ospf router ospf 1 log-adjacency-changes redistribute connected subnets network 192.168.4.0 0.0.0.3 area 0 network 192.168.4.4 0.0.0.3 area 0 ******************************************************************************** Sub WAN Router Sub_WAN_Router#show run | sec bgp router bgp 2 no synchronization bgp log-neighbor-changes redistribute connected neighbor 192.168.3.1 remote-as 1 neighbor 192.168.3.6 remote-as 3 no auto-summary ******************************************************************************** B_R1 B_R1#show run | sec ospf router ospf 1 log-adjacency-changes redistribute connected subnets network 192.168.4.4 0.0.0.3 area 0 B_R1#show run int fa2/0.4 interface FastEthernet2/0.4 encapsulation dot1Q 4 ip address 192.168.5.201 255.255.255.0 standby 1 ip 192.168.5.200 standby 1 priority 105 standby 1 preempt standby 1 track FastEthernet1/0 standby 1 track FastEthernet2/0 end ******************************************************************************** B_R2#show run | sec bgp router bgp 3 no synchronization bgp log-neighbor-changes redistribute connected neighbor 192.168.3.5 remote-as 2 no auto-summary B_R2#show run int fa2/0.4 interface FastEthernet2/0.4 encapsulation dot1Q 4 ip address 192.168.5.202 255.255.255.0 standby 1 ip 192.168.5.200 standby 1 preempt standby 1 track FastEthernet1/0 standby 1 track FastEthernet2/0 end