Nov 30, 2002 #1 mickbat16511 MIS Joined Apr 12, 2002 Messages 21 Location US can anyone help me with the syntax command to set the gateway of last resort?
Nov 30, 2002 1 #2 Packetmaster IS-IT--Management Joined Nov 20, 2002 Messages 13 Location US 3 ways... 1)ip default-gateway 10.0.0.1 (use with no routing enabled) 2)ip default-network 10.0.0.1 (when ip routing is enabled) 3)ip route 0.0.0.0 0.0.0.0 10.0.0.1 (Static Route) where 10.0.0.1 is the forwarding router Upvote 0 Downvote
3 ways... 1)ip default-gateway 10.0.0.1 (use with no routing enabled) 2)ip default-network 10.0.0.1 (when ip routing is enabled) 3)ip route 0.0.0.0 0.0.0.0 10.0.0.1 (Static Route) where 10.0.0.1 is the forwarding router