Question : Cisco 1130AG Does not pass DHCP requests to DHCP server

We are trying to configure our Cisco Aironet Wireless AP 1130 to permit our wireless clients connecting from radio dot110 to pull a DHCP address from the DHCP server living on our primary network accessed via fastethernet0.

I can get my wireless clients to connect to the AP, however they are not able to pull an IP address.  Is this type of configuration possible?


Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
Here is my current config.
 
sh run
 
Building configuration...
 
Current configuration : 1861 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname 
!
enable secret 5 111111111111111111111111111
!
no aaa new-model
!
!
dot11 mbssid
dot11 syslog
!
dot11 ssid HSS-AP
   authentication open
   authentication key-management wpa version 2 optional
   guest-mode
   wpa-psk ascii 7 111111111111111111
!
dot11 ssid line HSS-AP
   authentication open
   authentication key-management wpa version 2 optional
   wpa-psk ascii 7 111111111111111111
!
dot11 ssid line HSSAP
!
dot11 ssid line hssap
!
eap profile HSS-AP
!
!
!
username Cisco password 7 111111111
!
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 encryption mode ciphers tkip wep128
 !
 ssid HSS-AP
 !
 ssid line hssap
 !
 no mbssid
 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
 dfs band 3 block
 no mbssid
 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 FastEthernet0
 ip dhcp client update dns server both
 ip address dhcp
 no ip route-cache
 duplex auto
 speed auto
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
!
interface BVI1
 no ip address
 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 protocol ieee
bridge 1 route ip
no bridge 1 bridge ip
!
!
!
line con 0
line vty 0 4
login local
!
end

Answer : Cisco 1130AG Does not pass DHCP requests to DHCP server

No solution. We're calling Cisco TAC....
Random Solutions  
 
programming4us programming4us