IN THE METRICBOX, TYPE 1. THEN CLICK OK. YOU’VE NOW ADDED A DEFAUL...

15. In the Metricbox, type 1. Then click OK. You’ve now added a defaultstatic IP route to your router. Follow the same process (steps 11through 15) for any other route that you want to add to the router.After you’ve enabled RRAS, you can also add a static IP route from the commandprompt using the route addcommand, which has the following form:

route add destination

mask subnet-mask gateway metric costmetric

if interface

Where:

Destination Specifies either an IP address or host name for the network or thehost.

Subnet-mask Specifies the subnet mask that is to be associated with this routeentry.This entry defaults to 255.255.255.255.

Gateway Specifies either an IP address or host name for the gateway or router touse when forwarding.

Costmetric Assigns a metric cost ranging from 1 to 9,999 to use in calculating the

Interface Specifies the interface you want used for the route. If you don’t specifythe interface, it will be determined from the gateway IP address.For example, to add a static route to the 192.168.1.0 network that uses a subnet maskof 255.255.255.0, a gateway of 192.168.0.1, and a cost metric of 2, type this command atthe command prompt:

route add 192.168.1.0 mask 255.255.255.0 192.168.0.1 metric 2

E XERCISE 4.02

C ONFIGURING RIP V ERSION 2

After you have enabled RRAS and configured a default static route, you needto enable and configure RIP on your router. This is an easy process using theRouting and Remote Access console. Follow these steps: