Static Route
Used to route to stub network
R12(config)#ip route <dest network> <subnet> <ip next hop> [<admin distance>]
Default distance is 1, as below, but you can set it at the end of the command.
Default Route
Often used at the other end of a
Rx(config)#ip route 0.0.0.0 0.0.0.0 <ip next hop>
Default Network
Another method of default route is to specify default network
Rx(config)#ip default-network <network address>
Administrative
Distances are as follows:
Connected – 0
Static – 1
EIGRP – summary route – 5
eBGP – 20
EIGRP – 90
IGRP – 100
OSPF – 110
RIP – 120
EIGRP(external) – 170
iBGP (external) – 200
Unknown – 255