Networking
Tools/Gadgets
-
NetFort Span Port Configurator

-
Chrome's Developer Tools for HTML Analysis

-
Network Overview And How It Impacts Your Analysis

-
Don't Ping When You Can CryPing

-
Impact of Applets and Extensions On Your Network

-
Baselining A Smart Phone Using Wireshark

-
What is a Protocol

-
Check Out dynaTrace When Troubleshooting Webstuff

-
Measure Your Performance With JD's Autospeedtest

-
hrping -s and -M option

-
ARP Scans - A Ping Alternative

-
OSI model - Layer 1 Review

-
Perls of Wisdom - Write your own perl scripts

-
MRTG Quickstart

-
Tinytask Automation Application Review

-
Fping Review

-
Using Simple USB Light To See Better

-
Adesso's Flexible Keyboard

-
Cheap and Cheerful Netgear TAP Alternative

- Troubleshooting With Wild Packets
Compass

-
How to use DD-WRT for
bandwidth shaping

-
Tamperdata Firefox Extension

-
HFS portable webserver

-
FTPserverlite Quickstart

-
Easycapture Quickstart

-
Examining hrPing
part 2

-
Quickstart
hrPing part 1

-
Currports Quickstart

-
Free CDP Socking Stuffer

-
tftpd Quickstart

Tips and Tricks
-
OSI model - Layer 2 Review (by Tony
Fortunato)

-
Observing TCP Window Behavior

-
Watching How ARP Impacts Ping with
Wireshark

-
Troubleshooting Performance Issues
with Wireshark

-
Monitoring Spanning Tree with
Wireshark

-
Using Pathtest for
Performance Measurement

-
Monitoring Spanning Tree
with Wireshark

- Check out Pathtest for performance measurement
-
A Quick Look At Spanning Tree with Wireshark

-
Measure Your Virtual Machine Performance with iperf

-
Getting to Know Spanning Tree

-
Netgear Cable Test

-
Creating a Packet Bookmark

-
Network Janitor: So Simple, Even My 13th Year Old Niece Did It

-
The Black Box and Network
Migrations

-
Network Design Mandate

-
Thanks for The Challenge HP

-
Fixing Things and Baselining

-
Get your house in order and
Doc

-
Network Janitor: How the Elements Can
Effect Your Network

-
Network Janitor – All It Takes Is One Loose
End

-
How to start a broadcast analysis

-
UPnP Broadcast Analysis

-
Baselining Example - File Copy

MRTG
I've received many emails on how to get up and running quickly with MRTG, so here's my tips.
-
Install ActiveState Perl (http://www.activestate.com)
-
Download and Install MRTG (http://www.mrtg.org)
-
If you don't have one, create working directory for HTML files c:\mrtg\working
-
Go to c:\mrtg\bin directory
-
Run perl cfgmaker snmpreadstring@ipaddress –output=filename.cfg
-
Open filename.cfg with notepad
-
Add RunAsDaemon: Yes
-
Remove # on Options
-
Add WorkDir: C:\mrtg\working
-
Type wperl mrtg filename.cfg to start MRTG
IPERF
-
IPERF Quickstart &
-
IPERF Quickstart
Getting
started with IPERF is easy

- Very handy FREE throughput tester. Using it is quick and easy;
- Simply download IPERF http://dast.nlanr.net/Projects/Iperf/
- Unzip into a folder on two pc's
- Go to one PC and type iperf -s at the command prompt. This is a server
- Go to the other PC and type iperf -c server_ipaddress
Other examples;
- to run the iperf utility as a server service by typing
iperf -s -D- to conduct an upload type
iperf -c server_ipaddress- to conduct a separate upload and download type
iperf -c server_ipaddress -r- to conduct a simultaneously upload and download type
iperf -c server_ipaddress -p
Other Notes;
- The following options don't work with Windows;
window (-w) * This actually affects the application read/write block or buffer size
print mss (-m)
try creating a batch file that you can schedule at whatever interval to get an idea of throughput in relation ship to time;
sample dos batch file will accept an ip address filename for output. Just make sure IPERf is in your path, or put the batch file in the iperf directory.
rem record ipaddress filename
rem ***
cls
echo off
Echo %date% %time% >> %2
Echo %date% %time%
Echo upload and download to %1
iperf -c %1 -r|find "sec" >> %2
echo ********* >> %2
SNMP
- Please modify your default read and write SNMP community strings from public or private.
- Use the Contact and Location fields for documentation purposes.
Cabling
|
|
MAC Address
- Get a P-Touch, type in your MAC address and put it on your laptop, desktop or troubleshooting PC. Now you'll have the correct info when you want to create a MAC address filter or just reference it.

