command Performs the required IP routing task. The Route utility supports the following four
commands.
PRINT Prints (displays) one or more routes.
ADD Adds a new route to the routing table. You can add an IP network address (where the
host bits of the network address are set to 0), an IP address for a host route (those with a netmask
of 255.255.255.255), or 0.0.0.0 for the default route.
DELETE Removes a route from the routing table. You can??™t remove host routes (those with
a netmask of 255.255.255.255), loopback routes (those with an IP address of 127.0.0.0), or
multicast routes (those with an IP address of 224.0.0.0 and a netmask of 240.0.0.0).
CHANGE Modifies an existing routing table entry.
destination Specifies the destination for the route. Windows supports three route types that
include an IP network address (where the host bits of the network address are set to 0), an IP
address for a host route (those with a netmask of 255.255.255.255), or 0.0.0.0 for the default route.
MASK netmask Specifies the subnet mask value for this route entry. The default subnet mask
is 255.255.255.255.
gateway Specifies the next host in the communication path.
Pages:
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751