I'm not sure why I can't find this anywhere as I assume its a pretty common thing. I have a network where I need to redistribute some static routes (headed to a FW for remote site to site tunnel) into my EIGRP AS so they propogate to the rest of my LAN/WAN but do not want the default route to go with it. Example would be:
My config has 3 static routes:
ip route 192.168.68.0 255.255.255.0 10.10.100.1 (Network on other side of Site to site VPN)
ip route 10.100.1.0 255.255.255.0 10.10.100.1 (Network on other side of Site to site VPN)
ip route 0.0.0.0 0.0.0.0 10.10.100.1 (DFGW for Local LAN to internet)
Now I want to redistribute ONLY the 192.168.68.0 and the 10.100.1.0 subnets into the EIGRP AS but not the static default?
I assumed this info would be everywhere but my seraching hasn't found anything thus far.