Can anyone point me to documentation explaining why I'd want to use a static route like this:ip route 10.1.2.0 255.255.255.0 Vlan100 172.16.1.1instead of a static route like this:ip route 10.1.2.0 255.255.255.0 172.16.1.1I've read the IOS documentati...