cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
691
Views
0
Helpful
3
Replies

Cisco ISR Wireless Configuration

Hi Everyone,

We've just purchased another Cisco ISR, we've had great success with the others which have been deployed however this time we've got one with wireless and it's been a bit of a struggle.

 

I've been able to assigned the IP address, browse the web interface etc, however have tried setting a simple SSID with WPA2 with a simple wireless key and for some reason it just isn't broadcasting. See below my current AP configuration.If Router config is required I can post up also.

 

Current configuration : 3257 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CTAP
!
logging rate-limit console 9
enable secret 5 **********************************
!
no aaa new-model
!
!
dot11 syslog
!
dot11 ssid ACSR
   vlan 1
   authentication open
   authentication key-management wpa
   wpa-psk ascii 0 wirelesspasskey
!
!
crypto pki trustpoint TP-self-signed-1356561610
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-1356561610
 revocation-check none
 rsakeypair TP-self-signed-1356561610
!
!
crypto pki certificate chain TP-self-signed-1356561610
 certificate self-signed 01
  3082023A 308201A3 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
  31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
  69666963 6174652D 31333536 35363136 3130301E 170D3032 30333031 30303432
  33335A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
  4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 33353635
  36313631 3030819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
  8100BDE7 969F9259 D02F2A74 0CE6710B E0FAAB68 C99F38CE A5C9735A F5FEE512
  332480E0 A8D043CE 0E28CA6E 9E3746A2 371748A4 C3B18652 F6E64647 EA4FC8E0
  D45C7374 FD46BDF2 11D29BEB 81FD13CD FFC4B12C 1733FF56 27224ED5 1D7F619A
  BC2D8371 C082194D 50B59001 7B0ED11D BEBA70DB D44A1E70 DC219EEE 03DE0F37
  97690203 010001A3 62306030 0F060355 1D130101 FF040530 030101FF 300D0603
  551D1104 06300482 02617030 1F060355 1D230418 30168014 EB6D253D A5B3684E
  2292FBD2 B439BC6F B639166D 301D0603 551D0E04 160414EB 6D253DA5 B3684E22
  92FBD2B4 39BC6FB6 39166D30 0D06092A 864886F7 0D010104 05000381 810085C2
  5F9490B3 354CD0D6 96386D33 34D45864 5DB3786C 2851EA66 7CCE67E1 39756A4E
  46739F29 34C60EF7 A257346D 3864AD6F 4132B637 AEF7A05E 63697A98 47D150DA
  D7B1A012 E6745654 84021D8A 49B2A64E 87212197 F2E8C0FE 63994A23 228EE86F
  B8D88483 F5AE81D5 E9B7F435 54E70629 D942C0C6 2EB3BCCD FCBBE40D 8658
  quit
username root privilege 15 secret 5 *****************************
!
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 encryption vlan 1 mode ciphers aes-ccm tkip
 !
 ssid ACSR
 !
 antenna gain 0
 station-role root
!
interface Dot11Radio0.1
 encapsulation dot1Q 1 native
 no ip route-cache
 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 connecting AP with the host router
 no ip address
 no ip route-cache
!
interface GigabitEthernet0.1
 encapsulation dot1Q 1 native
 no ip route-cache
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
!
interface BVI1
 ip address 10.1.1.2 255.255.255.0
 no ip route-cache
!
ip default-gateway 10.1.1.1
ip http server
ip http authentication local
ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
!
!
!
line con 0
 privilege level 15
 login local
 no activation-character
line vty 0 4
 login local
!
cns dhcp
end

 

 

Any assistance would be greatly appreciated!

Regards,

Anthony

1 Accepted Solution

Accepted Solutions

Peter Paluch
Cisco Employee
Cisco Employee

Hi Anthony,

Please try adding the guest-mode command to your dot11 ssid ACSR section. This command should allow the radio to broadcast the SSID - without it, the SSID is hidden.

Best regards,
Peter

View solution in original post

3 Replies 3

Glenn Martin
Cisco Employee
Cisco Employee

Transferring post to the Infrastructure>WAN Community.

Peter Paluch
Cisco Employee
Cisco Employee

Hi Anthony,

Please try adding the guest-mode command to your dot11 ssid ACSR section. This command should allow the radio to broadcast the SSID - without it, the SSID is hidden.

Best regards,
Peter

This worked, thanks!