Options

Setup Cisco 851 Wireless

thenjdukethenjduke Member Posts: 894 ■■■■□□□□□□
I do not have any expierence setting up the wireless interface for the Cisco 851w I have. I have the router configured for everything else. I like to enable the Wireless interface as part of vlan 1 and setup either wep or wpa on the wireless interface as well as SSID. Anyone have suggestion for the commands. I have been to tech republic template and I do not want to have two SSID setup. Here is example of my config
Current configuration : 3659 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname xxxxxx
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 notifications
enable secret 5 xxxxx
enable password 7 xxxx
!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-3983578187
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3983578187
revocation-check none
rsakeypair TP-self-signed-3983578187
!
!
crypto pki certificate chain TP-self-signed-3983578187
certificate self-signed 01
30820257 308201C0 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33393833 35373831 3837301E 170D3130 30353130 30353333
34315A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 39383335
37383138 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
81009B03 86EB946B AD589FAB 1C4C2521 D60D8F15 2EBAA5CF 12B99C98 078A7F3F
8B599EC4 598E13D8 EFBED3AD 07844A1C 26B6B4B8 C8261A78 87551B26 A8735775
4DB40BB8 E485F3B6 6F5771C7 3A60C2C5 334325B2 D3735E78 562CB095 89B442FD
A19E86AC 55BB7E2C AC4A486A 07E466F6 A7ADEA04 7672D421 38AAEA04 B063DE0A
17810203 010001A3 7F307D30 0F060355 1D130101 FF040530 030101FF 302A0603
551D1104 23302182 1F454152 4C524F55 5445522E 68736431 2E6E6A2E 636F6D63
6173742E 6E65742E 301F0603 551D2304 18301680 145E4C0E 13442E0F BA2620E3
C72D78FE AEDB4449 8E301D06 03551D0E 04160414 5E4C0E13 442E0FBA 2620E3C7
2D78FEAE DB44498E 300D0609 2A864886 F70D0101 04050003 81810039 29474966
C36AE91A C0400A97 A5E2F192 DCE5A885 6CB5F41A 2734BC3D 75E6EC4D 995C3938
ED36F0B4 2EB4CD67 867863A3 012046B8 665B2806 09B63D0E 329BB41F C151DA38
43407484 56A48930 47F413ED A1015A85 6C7A98AC 29B2A157 96A18586 80A6EC97
1212272D E816EE58 3EFEBA19 9C97C695 2410CBD7 D52F9FC8 78BCDD
quit
dot11 syslog
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.100
ip dhcp excluded-address 192.168.1.150 192.168.1.254
!
ip dhcp pool xxxx
import all
network 192.168.1.0 255.255.255.0
domain-name xxxx.local
dns-server 4.2.2.2 4.2.2.1
default-router 192.168.1.1
!
!
ip cef
!
!
!
username xxx privilege 15 secret 5 xxxx
!
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
description $ETH-WAN$
ip address dhcp client-id FastEthernet4
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface Dot11Radio0
no ip address
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
!
ip http server
ip http secure-server
ip nat inside source list 1 interface FastEthernet4 overload
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
!
banner motd ^C
************************************************
Unauthorized access not allowed!!!!!!!!!!!!!!!!!
************************************************
^C
!
line con 0
exec-timeout 15 0
password 7 xxxxx
logging synchronous
login
no modem enable
line aux 0
line vty 0 4
exec-timeout 15 0
password 7 xxxx
logging synchronous
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end
CCNA, MCP, MCSA, MCSE, MCDST, MCITP Enterprise Administrator, Working towards Networking BS. CCNP is Next.

Comments

Sign In or Register to comment.