Configuration Guide Vol. 3


9.2.2 Configuring Default Routes

Set the default static route.

Points to note

Use the ip route command for setting a static route. To set a default static route, specify 0.0.0.0 as the destination address and 0.0.0.0 as the mask.

Command examples

  1. (config)# ip route 0.0.0.0 0.0.0.0 10.1.1.50

    Specifies the remote gateway 10.1.1.50 as the next hop of the default route.