Wednesday, April 16, 2008

Cisco 871w : Wireless LAN setting

Driven by need, finally i have finished setting our wireless LAN in the office. wireless LAN is something new to me. as we use utp cable in our office, we have never setting up any WLAN AP (wireless LAN Access Point).

It's hard to remember the commands in cisco CLI, so that i write all the steps here.

Okey, let me start this with my style :

I. Basic Router Configuration
1. configure hostname
router>enable
router#configure terminal
router(config)#hostname jkt01
jkt01(config)#

2. configure password
jkt01(config)#line console 0
jkt01(config-line)#password console
jkt01(config-line)#login

3. configure vty password
jkt01(config)#line vty 0 4
jkt01(config-line)#password virtual
jkt01(config-line)#login

4. configure user name
jkt01(config)#username aaaa privilege 15 password bbbb