Sponsored Links
Most Popular Today
- Get Process CPU Usage Using WMI (13)
- Error setting write mode page (9)
- How to Factory Reset a Zebra GK420 Label Printer (8)
- Google, MSN, Yahoo Search 7.7.7.0 Redirector Malware HiJack (7)
- Cisco 2921 Router Pictures (6)
- Visualizing SQLIO: Disk benchmark results using a PivotChart (3)
- Acrobat 9 Runtime Error with Roaming Profiles (3)
- Check for configuration errors with FAM/Gamin Library (2)
- UPHCleanup, Handle, ProcExp vs. NTUSER.DAT (2)
- HP t5740 Thin Client Pictures (2)
Category Archives: Networking
Traffic Shaping and Policing in Cisco IOS
I needed to setup bandwidth shaping on a router recently for testing purposes and decided on the below configuration on my Cisco router. I know this drops packets and I don’t really care; this is a guest network and it … Continue reading
Posted in Networking
Tagged bandwidth, cisco, class-map, ios, policy-map, service-policy
Leave a comment
Cisco AP Detailed Client Info
Trying to figure out what some of these mean… You can use show dot11 assoc to find clients associated to the AP then you can use show dot11 assoc xxxx.xxxx.xxxx to show detailed information for a specific client or even … Continue reading
Set Date/Time on Cisco Router
Manually Configure router# clock set 10:10:00 November 14 2011 Set the Timezone router(config)# clock timezone EST -5 0 Configure and Use Network Time Protocol (NTP) router# ntp server tock.usno.navy.mil prefer [stextbox id="info" big="true"]Note that router default timezone is UTC. You … Continue reading
Cisco IOS VPN Server with MS IAS User Authentication against Active Directory
This is how I have successfully configured a Cisco 2921 Integrated Services Router as a VPN server for remote users… ! [SNIP] ! aaa new-model ! ! aaa authentication login VPN_UserAuth group radius aaa authentication login CLI_UserAuth local aaa authentication … Continue reading
Posted in Networking
Leave a comment
Cisco IOS IPSec VPN NAT Woes…
Oi… this is complicated for me. I’m trying to setup IPSec VPN on a Cisco 2900 series router. I set it up previously using the MS IAS for radius authentication/authorization and using local group authentication in this post. Now, I … Continue reading