09-20-2013 08:16 PM - edited 03-07-2019 03:35 PM
Hi guys I am needing help setting up a cisco 891W router for wireless at my house.
I can get it setup to my modem with wired connections though I am a bit rusty on the Commands I saved my old config file.
On the wireless side though I am having all kinds of problems and the cisco directions are not working:
When I follow these commands it does not seem to work correctly. It looks to be broading casting something when I check my laptop I see a SSID popped up called the following "Other Network" However, when you try to connect to it you get an error and it says it cannot connect. It had full bars.
I am not wanting anything complicated I am just wanting to setup the router to connect to the modem on my WAN side, and then I will connect my server to it which will hand out IPs to the wireless clients that connect to the routers wireless.
I was just going to use 192.168.1.0 255.255.255.0 for my network. Any help would be appreciated.
So one more time to give idea of what I am building I will have modem go into the fastethernet port of the router which will supply all my home PC and equiptment with internet via wireless. I will then run a internal lan connection out of the gigabitethernet connection to my servers and home lab. I had this all setup before except for the wireless but I had to run rip in order for it to communicate with the linksys router, so I am trying to get away from using the linksys and just use the 891w only instead.
Here is my config from AP after following the directions:
============================================================
ap#show run
ap#show running-config
Building configuration...
Current configuration : 2992 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ap
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
!
!
dot11 syslog
!
dot11 ssid ssid
!
!
!
username brian privilege 15 secret 5 xxxxxxxxxxxxxxxxxx
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid catlin
!
antenna gain 0
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface Dot11Radio1
no ip address
no ip route-cache
shutdown
antenna gain 0
dfs band 3 block
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface GigabitEthernet0
description the embedded AP GigabitEthernet 0 is an internal interface connecti
ng AP with the host router
no ip address
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address dhcp client-id GigabitEthernet0
no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
!
!
banner exec ^CC
% Password change notice.
-----------------------------------------------------------------------
Default username/password setup on AP is cisco/cisco with privilege level 15.
It is strongly suggested that you create a new username with privilege level
15 using the following command for console security.
username <myuser> privilege 15 secret 0 <mypassword>
no username cisco
Replace <myuser> and <mypassword> with the username and password you want to
use. After you change your username/password you can turn off this message
by configuring "no banner login" and "no banner exec" in privileged mode.
-----------------------------------------------------------------------
^C
banner login ^CC
% Password change notice.
-----------------------------------------------------------------------
Default username/password setup on AP is cisco/cisco with privilege level 15.
It is strongly suggested that you create a new username with privilege level
15 using the following command for console security.
username <myuser> privilege 15 secret 0 <mypassword>
no username cisco
Replace <myuser> and <mypassword> with the username and password you want to
use. After you change your username/password you can turn off this message
by configuring "no banner login" and "no banner exec" in privileged mode.
-----------------------------------------------------------------------
^C
!
line con 0
privilege level 15
login local
no activation-character
line vty 0 4
login local
!
cns dhcp
end
ap#
=================================================================