Host Route Configuration

To configure a host route:

  1. Access the host-route configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# system
    ORACLE(system)# host-route
    ORACLE(host-route)# 
  2. dest-network—Set the IP address of the destination network that this host route points toward.
  3. netmask—Set the netmask portion of the destination network for the route you are creating. The netmask is in dotted decimal notation.
  4. gateway—Set the gateway that traffic destined for the address defined in the first two elements should use as its first hop.
  5. Type done to save your configuration.