How to delete an IP version 6 route in Windows Server 2003 Server?
Removing an IPv6 Route
delete route [prefix=]ipv6address/integer [interface=]string
This command uses the following values:
- [prefix=]ipv6address/integer: Specifies the prefix for which to delete a route. Ipv6address is an IPv6 address and integer is the prefix length of the route to delete.
- [interface=]string: Specifies the interface name.
NOTE: To see the additional parameters that are available for this command, type delete route /?.