Sorry, here it is.
Router A
interface Tunnel3
ip address 1.1.1.1 255.255.255.252
tunnel source 1.2.2.2
tunnel destination 2.2.2.2
ip route 3.3.3.0 255.255.255.0 1.1.1.2
Router B
interface Tunnel3
ip address 1.1.1.2 255.255.255.252
tunnel source 2.2.2.2
tunnel destination 1.2.2.2
ip route 1.2.2.2 255.255.255.255 2.2.2.1
ip route 0.0.0.0 0.0.0.0 1.1.1.1
What we are trying to accomplish is this. We provide internet, voice and TV service to residents of MDU properties (apartments, mobile home parks, office parks, etc.). We have 2 locations where we couldn't get an on-net fiber solution in and had to work with another backhaul provider. I am trying to be able to hand out our public IP's to customers so they see us as their provider instead of our upstream and we hand out public IP's verses NATing everyone. I've been able to get these tunnels up no problem, but we are only working with 1918 ip space on those. We are running BGP on router A (we have our own ASN and ARIN public space).
As soon as I activate the config on router B, the connection drops, the only access is the backup modem. I am thinking it may be the first ip route line causing the issue. BTW, this is on a Cisco ubr7246VXR with an NPE-G1, router A is a 7206VXR with an NPE-G2.