More IPv6 Windows netsh Commands
More IPv6 Windows netsh Commands
In a continuation of my recent IPv6 blog post regarding netsh How to enable IPv6 addresses on your Windows box using netsh, I have a couple more commands to share that I find useful. If you are a networking professional and you are migrating to IPv6 (even if at a snail’s pace), it is helpful to know some Windows commands to complement your Cisco command knowledge.
My previous blog discussed how to put an IPv6 address on a network interface on a Windows box. If you got that far, pat yourself on the back. However, within moments you realize that the IPv6 address alone is not sufficient – you are going to need a bit more. As in IPv4, an IP endpoint cannot communicate outside of its local network without a default gateway. So today we are going to explore how to add a default gateway to your Windows box.
First I will re-add the same address that I used in my previous blog on the topic, shown below:
Figure 1
Now let’s examine the IPv6 routing table on this box using the command route print -6:
Figure 2
This just demonstrates that there is no default route (and therefore no default gateway) for our IPv6 network. Let’s correct this oversight:
Figure 3
Since I added a default gateway, let’s examine the IPv6 routing table again:
Figure 4
Now you can see that there is a default route present. Oddly enough, since most commands in IPv6 contain more characters than their IPv4 counterparts, I like to point out that this is one that is actually shorter – at least within the Cisco IOS. The default route syntax in IOS for IPV4 looks like this 0.0.0.0 0.0.0.0, whereas the default route in IOS for IPv6 looks like this: ::/0
It’s not a giant silver lining, but every little bit helps.
So there you have it. Once you have added an IPv6 address to an interface, the next step is to tell your endpoint where to send everything that is not in the same network. This logic is exactly the same as what you would do in IPv4, but it is helpful to be reminded of the similarities so that IPv6 doesn’t seem like such a beast. If you have suggestions or comments, I would love to hear them!
Until next time….
Mark Jacob
Cisco and CompTIA Network + Instructor – Interface Technical Training
Phoenix, AZ
You May Also Like
::/0, default gateway, IPv6, NETSH, route print, show address, Windows
A Simple Introduction to Cisco CML2
0 3774 0Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2
Configuring Windows Mobility Center and How to Turn it On and Off
1 1433 1Video transcription Steve Fullmer: In our Windows training courses, we often share information about the Windows 8.1 Mobility Center. Mobility Center was introduced for mobile and laptop devices in Windows 7. It’s present and somewhat enhanced in Windows 8. Since we don’t have mobile devices in our classrooms, I decided to take a little bit … Continue reading Configuring Windows Mobility Center and How to Turn it On and Off
How to create a Cisco IOS Banner – Login and MOTD Message of the Day
0 4288 4In this video, Cisco CCNA instructor Mark Jacob shows how to create a Login and Message of the Day (MOTD) banners in Cisco IOS. The Banner is an interesting feature of the Cisco IOS. You could probably get by without it, but in a commercial environment you want to have it.