User IP script (php) 8 years ago with no comments in Miscellanous Often in testing NAT I want to see what my “external” IP address is. In scouring the net and doing a little hacking of my ...
SecureCRT scripting 9 years ago with no comments in Miscellanous Simple example of a VBScript that will log you in to a Cisco router# $language = “VBScript”# $interface = ...
Find a device in the network 9 years ago with no comments in Miscellanous, Troubleshooting Always start at the Layer 3 boundary of the subnet. Do a show arp to find the MAC address. CORE1#sh arp | inc 10.142.3.2 Internet ...
TCP/IP table for certification tests 9 years ago with no comments in Miscellanous Before you take one of the TCP/IP tests you should construct a few tables for reference during the test. Microsoft/Cisco will not allow ...
Script to backup important local files 9 years ago with no comments in Miscellanous Here’s a little script (Backup.cmd) I wrote to backup important stuff on my PC like VPN profiles, chrome extensions and SecureCRT ...