-
Windows ARP Scan Utility
-
Hello world!
-
Cisco WLC – Use AP as a Sniffer

And send traffic to remote wireshark. https://www.cisco.com/c/en/us/support/docs/wireless-mobility/80211/200527-Fundamentals-of-802-11-Wireless-Sniffing.html#anc12 Wireshark Capture filter – host 10.1.1.3 more info 1) WLC / AP side Here are the steps in order to collect a trace using a sniffer mode LAP Configure the AP in Sniffer mode: The AP will reboot and it will not be able to serve clients. Once…
-
Cisco CUE Service Module – Show console output without logging in
test service-module integrated-Service-Engine 0/0 console let’s you see the most recent console output without needing to actually log in. https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/unity_exp/rel8_6/install/CUE_86_install/boothelp.html Problem – No Session You are unable to open a session to the CUE module or you do not see any output on the console. Solution You can use this command in order to check the…
-
Sonicwall – Get Complete Config via CLI
-
Sonicwall Multiple WAN Subnets Configuration
Configuration information for configuring multiple WAN interfaces Should work for Comcast EDI (Fiber) circuits https://www.sonicwall.com/support/knowledge-base/configuring-multiple-wan-subnets-using-static-arp-with-sonicos-enhanced/170503911164326/ https://www.carlc.com/modules/Wordpress_Blog/configure-sonicwall-router-for-comcast-business-fiber-ethernet-multiple-ip-segmentsranges/ Pretty sure this should work too – assigning it to a DMZ zone http://starforce.cyou/
-
Sonicwall Firewall Configuration Decode
-
Sonicwall Firewall – Gen 7 Diag Page
-
Get DTMF to Work Between a Switchvox PBX and Vega Gateway

-
Find hardware version of Raspberry Pi from the command line
See instructions here: https://elinux.org/RPi_HardwareHistory#Which_Pi_have_I_got.3F Run cat /proc/cpuinfo look for revision and look it up on above page ! or cat /proc/cpuinfo | grep ‘Revision’ | awk ‘{print $3}’ | sed ‘s/^1000//’ ! web version – not always accurate/updated though and not well documented rev=$(awk ‘/^Revision/ { print $3 }’ /proc/cpuinfo) && curl -L perturb.org/rpi?rev=$rev
-
Windows Server Activation
-
Cisco WLC AP Certificate Ignore
-
Excel – Compare two cells only if there is text in one. Otherwise display missing.
-
Quick and Dirty Generate Random Words
-
Sonicwall Netextender SSL VPN Client – Trusted Certificates
-
Cisco WLC Upgrade – Predownload Images to APs
-
Show AP Power Levels via CLI in Newer Versions of AireOS
-
WLC Upgrade Info
-
Show Info on and Sync Configs to a Failover ASA
-
Show All AP Power Levels via CLI
-
WLC AireOS AP Support Comparision Between version 8.0.140.0 and 8.2.141.0Reference: http://www.cisco.com/c/en/us/td/docs/wireless/compatibility/matrix/compatibility-matrix.html#pgfId-243612 APs Supported in both 8.0.140.0 and 8.2.141.010401140126016001700260027003500e3500i3500p3600e3600i3600p3702e3702i3702p600 OEAP700700WAP802 APs only supported in 8.2.141.01810 OEAP1810W1830185028003800ASA5506W-AP702AP803 APs only supported in 8.0.140.0113012401250AP801
-
CUE SMTP VM to Email Debugs
-
Cisco WLC Hex Settings
-
Cisco WLC Multicast Address
-
STP and Switching Loops
-
ISDN Caller ID Name
No caller ID (CID) names showing up on phones? Run the usual debug isdn q931 and debug isdn q921 to make sure that the CID name is coming from the provider. If it is, add isdn supp-service name calling to the serial port for the ISDN trunk. Then retest. Source: https://supportforums.cisco.com/docs/DOC-8873 Example: interface Serial0/3/0:23 no ip address encapsulation hdlc isdn…
-
Seconds Per Ring = 6
-
Test Post
-
MWI Manual Disable
-
Cisco Router VPN Details
show crypto isakmp peers – Show ISAKMP peer structures (IPs and etc connected over the VPN) show crypto isakmp sa – Show ISAKMP Security Associations (IPs and etc connected over the VPN) show crypto session summary – Show VPN groups and their members (users and groups connected over the VPN) who – Shows users…
-
SIP Carrier Debugs
SIP: Attribute mid, level 1 instance 1 not found.2524735: Feb 11 17:54:53.522 MST: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received:SIP/2.0 200 OKVia: SIP/2.0/UDP >:5060;branch=z9hG4bK2D041732Record-Route: From: “Bob Jones” ;tag=BAAA8198-462To: ;tag=_1255064163-933720387Call-ID: 876EDB09-357911E0-970ADCDF-F107A873@>CSeq: 101 INVITEContact: sip:+18004444444@67.231.0.94:5070Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay, multipart/mixedAllow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS,MESSAGE,PUBLISHContent-Disposition: session; handling=requiredContent-Type: application/sdpContent-Length: 276 v=0o=pvp 305419896 305419896 IN IP4 67.231.0.125s=- ! MEDIA GATEWAY – this is the carrier your SIP provider is…
-
Cisco CME GUI Access
Post 8.0.2 you can no longer access the CME GUI through the CUE GUI. The workaround is to access this directly by going to:http:///telephony_service.html References: http://uc500.com/en/cue-802-not-able-acces-cmehttp://www.ciscosystems.com/en/US/docs/voice_ip_comm/unity_exp/rel8_0/rel_notes/rel_notes.html#wp339722
-
CURL Notes
-
Cisco IOS Shortcuts – Moving Around
Moving the Cursor on the Command Line Table 2 shows the key combinations or sequences you can use to move the cursor on the command line to make corrections or changes. Ctrl indicates the Control key, which must be pressed simultaneously with its associated letter key. Esc indicates the Escape key, which must be pressed first, followed…
-
Cisco Single Number Reach (SNR)
-
Notes and Reminders – Stuff to Look Into
Look into a Cisco config interpreter e.g. a language plugin file for Notepad ++ http://opensource-archive.org/showthread.php?t=91758http://opensource-archive.org/showthread.php?t=116776 *Look into – Cisco Event Manager Commands-Maybe use to log utilization locally. process cpu threshold type total rising 70 interval 5 falling 40 interval 5 event manager applet capture_cpu_spike event snmp oid 1.3.6.1.4.1.9.2.1.56.0 get-type next entry-op ge entry-val “80” exit-time 10…
-
Saving Your Password in the Cisco VPN Client
-
OpenNMS Notes
(8:41:50 AM) lmbc2: I am interested in deploying an opennms setup to monitor 50-100 network devices (routers, switches, etc) and I want to use a hosting company to do this (8:42:02 AM) lmbc2: anyone have any experience with this?(8:42:24 AM) lmbc2: I was looking at Slicehost or Westhost but am open to other providers(8:43:26 AM)…
-
testing one more time
-
Testing yet again with force update turned on
-
Testing yet again rss feed to email and twitter
-
Testing r2e script – to ta email addy. Take 2
-
Testing r2e script – to ta email addy
-
Generate an RSA key
-
Wacky Cisco 1721 Errors
*Mar 1 00:27:52.243: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload command.System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)TAC Support: http://www.cisco.com/tacCopyright (c) 2003 by cisco Systems, Inc.C1700 platform with 98304 Kbytes of main memory program load complete, entry point: 0x80008000, size: 0xded8f8Self decompressing the image : ################################################# ################################################################################ ################################################################################ ############################# [OK] Smart Init is enabledsmart init…
-
Cisco Awesomness
-
Word of the Day
-
12. Plantronics Voyager 520 $100We’ve loved Plantronics’ audio technologyover the years, and are just aspleased with the Voyager 520, which isperfect for mobile professionals on yourlist who can’t live without their Bluetoothphone. The Voyager 520 has noisecancellation, a windscreen that reducesnoise outdoors, and multipoint technologythat lets you connect two Bluetoothcell phones to the headset. The…
-
More BFA info.
-
Black Friday Ads
-
Blog Created