by skufel | Jan 22, 2013 | Infrastructure, Network
Few times in the past when I was doing some changes on Cisco devices remotely I was a victim of myself, when wrong order of commands just disconnected me from device without ability to connect back. After few experiences of this kind I discovered magic command...
by skufel | Nov 5, 2012 | Infrastructure, Network
Quick config snippet to setup external NTP server to synchronize time on Cisco IOS router. labisr-01(config)#ip name-server 4.2.2.2 labisr-01(config)#ntp server 0.europe.pool.ntp.org Translating "0.europe.pool.ntp.org"...domain server (4.2.2.2) [OK]...
by skufel | Nov 5, 2012 | Infrastructure, Network
One thing which came handy for me was list of timezones I can use on Cisco devices. That came very useful during NTP deployment. So, here is is… timezones available for use on Cisco platform. Code Time Zone GMT Greenwich Mean UT Universal (Coordinated) WET...
by skufel | May 18, 2012 | Infrastructure, Network
When I got cisco 881w first time it was interesting experience. This device presented new concept which was different to model I knew so far, which is 871w. In 881w router module and wireless module are separated. With that being said, router configuration and access...
by skufel | May 18, 2012 | Infrastructure, Network, Windows
Recently was migrating RADIUS server on Windows from one machien to another. Once new serer was ready had to reconfigure Cisco router to authenticate remote users against new RADIUS. After pointing Cisco to new RADIUS machine made a quick test to check if router can...