Hey everyone,
Working through the v5 Workbook, and I'm on "Routing to NBMA Interfaces".
Just wondering, if anyone could clarify the difference (if any) between using the following set of commands:
Option 1:
ip route 0.0.0.0 0.0.0.0 Tunnel0 155.1.0.5
Option 2:
track 1 interface Tunnel0 line-protocol
ip route 0.0.0.0 0.0.0.0 155.1.0.5 track 1
The solution uses Option 1, but my brain just automatically went to Option 2... Am I totally wrong?