These are some very cool and innovative tools for emulating (not simulating) a Cisco Lab with real IOS images. The first thing you’ll want to look into is:
then…
and then…
then some…
courtesy of…
These are some very cool and innovative tools for emulating (not simulating) a Cisco Lab with real IOS images. The first thing you’ll want to look into is:
then…
and then…
then some…
courtesy of…
I’ve been working on my Cisco CCNA certification lately and I’ve been really getting into the practice of subnetting now that I have all of the concepts and fundamentals down pat. Here’s the bottom line, the subnet mask is your key to everything. The subnet mask rules all. There is no difference in difficulty between subnetting a class A address or a class C address. The subnet mask is the only thing that matters. Here’s what I mean:
Random IP Address: 157.142.254.117
Random Subnet Mask: 255.255.0.0
We want to know the network address and the broadcast address from this information. Here’s how I’d figure this out:
Network address: 157.142.0.0
Broadcast Address: 157.142.255.255
The broadcast address means that all bits in the broadcast portion are turned on, or are 1′s. Therefore, in this case, all octets after the first two (determined by the subnet mask) are 255.
Okay that was relatively easy. Let’s do something different:
Random IP Address: 21.149.6.207
Random Subnet Mask: 248.0.0.0
Subnet ID: 16.0.0.0
Broadcast: 23.255.255.255
This information on subnetting is really a reminder for me. Feel free to take what you can from it. I might clean it up later. Also, here’s a few pages that might help out as well:
Steve Kehlet’s Subnetting Quiz
Here is a great collection of networking tools for Linux, Windows and Apple.
I have found out about a few really neat network tools, and if you’re into networking as I have become – you’ll find these invaluable.
WinPcap – installs the essential library files to run the following programs. It’s a network packet capture and filtering engine.
WinDump – download this and place it in your system32 folder of the windows folder, then hit up the command prompt and type windump [-options] where you replace [options] with the proper ones.
Wireshark- previously known as ethereal, this is a powerful and fully featured network protocol analyzer/sniffer. Great for troubleshooting network issues.