There are times you need to find what your public IP Address especially when doing firewall work. There are environments...
If you’re working with a vWire configuration, there’s a crucial consideration you need to take into account, especially if you...
Windows: In this example you can see the One Drive is using port 443. C:\>netstat -aon | findstr "443" TCP...
Cisco has a command that can run TDR tests on an interface. A TDR (time-domain reflectometer) is an electronic instrument...
In my case I was troubleshooting an interface that had to be 100Mb. But these commands can be used on...
“show connection” is a great troubelshooting command which displays the ACTIVE ASA connection table. All traffic that passes through the...
Setting up a Virtual Private Network (VPN) can be tedious. There are multiple phases involved and numerous parameters to be...
I work a lot with other products like HP Dell-Brocade, and EMC. Sometimes I need to port-channel to them, but...
netstat -na | find “51000” or netstat -np [protocol] | find “port #” netstat -np tcp | find “51000” or...