Learning Academy

The Cure of Ignorance is to Question. MUHAMMAD (PBUH)

IPv6

How to delete an IP version 6 route in Windows Server 2003 Server?

Removing an IPv6 Route

  1. Click Start, point to All Programs, point to Accessories, and then click Command Prompt.
  2. At the command prompt, type netsh, and then press ENTER.
  3. Type interface ipv6, and then press ENTER.
  4. Type show routes to obtain the route prefix and the interface index of the interface over which the addresses for the route prefix are reachable.
  5. To delete a route, type the following command, and then press ENTER:
    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 /?.

Muhammad Shaukat

Content Developer at LearnAcad.com

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Pin It on Pinterest