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

Cisco AP Configuration

florianspy
Level 1
Level 1

Hey guys, 
I hope someone can help me with this topic.. it drives me crazy..
Currently I'am working in a lab environment and try to configure an autonomus Cisco AP. 
SSID works fine and i can connect to my network via passwort but i dont get a IP address and default-gateway etc.. 
Maybe someone of you see the problem in my config.

Switch config:

myswitch#sh run
Building configuration...

Current configuration : 3783 bytes
!
! Last configuration change at 01:45:04 UTC Wed Mar 30 2011 by admin
! NVRAM config last updated at 01:28:23 UTC Wed Mar 30 2011
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname myswitch
!
boot-start-marker
boot-end-marker
!
!
username admin privilege 15 password 0 starten12
no aaa new-model
!
ip dhcp pool wlan
network 10.10.22.0 255.255.255.128
default-router 10.10.22.1
dns-server 8.8.8.8
!
!
ip dhcp snooping vlan 70
ip dhcp snooping
no ip domain-lookup
ip domain-name azubiswitch.de
!
!
crypto pki trustpoint TP-self-signed-2767049472
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2767049472
revocation-check none
rsakeypair TP-self-signed-2767049472
!
!
crypto pki certificate chain TP-self-signed-2767049472
certificate self-signed 01
3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32373637 30343934 3732301E 170D3131 30333330 30313238
32325A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 37363730
34393437 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100D189 32EFEAE2 8F40E7C8 5CC596A4 81A76A7C 2B42096B 0A3B28F4 84AD4FFE
48BEBB63 0056E2E1 0DE29265 642D8765 9342B5B8 D67DB0A6 4544AB97 53F0C1E9
D08EB8BD FCD14AE7 0726D2B3 152FEA5F C0559EC8 F74D3B85 075AC37F 4482A8A5
41F53287 EF9E16A0 712687C0 C2E3AEC1 77C1EA85 1CC643ED E461A957 C0DED6BF
A8990203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
551D2304 18301680 14514330 18B65649 3FCD202B 3AEC69BF E9303488 31301D06
03551D0E 04160414 51433018 B656493F CD202B3A EC69BFE9 30348831 300D0609
2A864886 F70D0101 05050003 81810076 41EDB189 10DA4A01 AC1A9541 A95DD194
934C3D7E 928E06CF A0CEA12B B0FF222B 3E1C2629 2E8F6ED9 655DD3CB 90C9F4A5
333EE39A 30305598 2E4EF5F2 07D34F6F F3BEBDB4 FDE9CFB2 6F896798 472A9DB8
44F28532 5B87DAD6 AE92FFD9 5525420C 8DA1A1CB 733803C6 2DD5D216 32486D3A
708DA365 6DC065D9 7EFC6FFF DDEC6D
quit
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
!
!
!
!
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
!
interface GigabitEthernet0/1
switchport access vlan 10
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable
!
interface GigabitEthernet0/2
switchport access vlan 20
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable
!
interface GigabitEthernet0/3
switchport access vlan 30
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable
!
interface GigabitEthernet0/4
switchport access vlan 40
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable
!
interface GigabitEthernet0/5
switchport access vlan 50
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable
!
interface GigabitEthernet0/6
switchport access vlan 60
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable
!
interface GigabitEthernet0/7
switchport trunk allowed vlan 70
switchport mode trunk
no keepalive
!
interface GigabitEthernet0/8
switchport trunk allowed vlan 10,20,30,40,50,60,70
switchport mode trunk
!
interface GigabitEthernet0/9
!
interface GigabitEthernet0/10
!
interface Vlan1
no ip address
!
interface Vlan70
no ip address
!
ip http server
ip http secure-server
!
!
!
!
line con 0
logging synchronous
login local
stopbits 1
line vty 0 4
exec-timeout 5 0
password starten12
login local
transport input ssh
line vty 5 15
login local
transport input ssh
!
end

AP config:

ap#sh run
Building configuration...

Current configuration : 2779 bytes
!
! Last configuration change at 00:16:33 UTC Mon Mar 1 1993
version 15.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
!
logging rate-limit console 9
enable secret 5 $1$CYRR$i40B.C8uJ92ZABR9b8uwd0
!
no aaa new-model
no ip source-route
no ip cef
no ip domain lookup
!
!
!
!
dot11 syslog
!
dot11 ssid TestLab
vlan 70
authentication open
authentication key-management wpa version 2
guest-mode
mbssid guest-mode
wpa-psk ascii 7 120A1116001F090A7B79
!
!
!
no ipv6 cef
!
!
username Cisco password 7 123A0C041104
!
!
bridge irb
!
!
!
interface Dot11Radio0
no ip address
!
encryption vlan 70 mode ciphers aes-ccm
!
ssid TestLab
!
antenna gain 0
stbc
beamform ofdm
mbssid
speed basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15.
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio0.70
encapsulation dot1Q 70
bridge-group 70
bridge-group 70 subscriber-loop-control
bridge-group 70 spanning-disabled
bridge-group 70 block-unknown-source
no bridge-group 70 source-learning
no bridge-group 70 unicast-flooding
!
interface Dot11Radio1
no ip address
!
encryption vlan 70 mode ciphers aes-ccm
!
ssid TestLab
!
antenna gain 0
peakdetect
no dfs band block
stbc
beamform ofdm
mbssid
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio1.70
encapsulation dot1Q 70
bridge-group 70
bridge-group 70 subscriber-loop-control
bridge-group 70 spanning-disabled
bridge-group 70 block-unknown-source
no bridge-group 70 source-learning
no bridge-group 70 unicast-flooding
!
interface GigabitEthernet0
no ip address
no ip redirects
ip virtual-reassembly in
duplex auto
speed 100
bridge-group 1
bridge-group 1 spanning-disabled
no bridge-group 1 source-learning
!
interface GigabitEthernet0.70
encapsulation dot1Q 70
bridge-group 70
bridge-group 70 spanning-disabled
no bridge-group 70 source-learning
!
interface BVI1
mac-address 7426.ac51.afe0
ip address 10.10.22.2 255.255.255.128
ipv6 address dhcp
ipv6 address autoconfig
ipv6 enable
!
ip forward-protocol nd
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
!
!
!
line con 0
line vty 0 4
login local
transport input all
!
end





0 Replies 0