Creating a default route in EIGRP
I'm starting out on my studies for my Route exam and have a question regarding EIGRP default routes. I know there are few different ways to accomplish the task but was wandering what is the 'preferred' way I guess of doing it, or does it just come down to personal preference. For instance using the ip default-network command, or using the ip route 0.0.0.0 command, then I know you can redistribute the route but so far haven't touched on that yet in my studies. Just curious, thanks.
Comments
-
creamy_stew Member Posts: 406 ■■■□□□□□□□Ah, the good old ip default-network command
I wrestled with this a bit during my CCNA studies. I have never seen it used on a live config. -
jovan88 Member Posts: 393ip default-network is a classful command, network 0.0.0.0 under eigrp will advertise everything including the default route, so the best way to do it is redistributing in my opinion