A router uses a default static route when there are no other default routes to a destination.
device# configure terminal
device(config)# ip route 0.0.0.0/0 10.24.4.1
This example configures a default route that is a null route.
device# configure terminal device(config)# ip route 0.0.0.0/0 null 0