Options

cannot obtain IP from DHCP running on core router via Cisco AP1231

kaanpekerkaanpeker Registered Users Posts: 1 ■□□□□□□□□□
Hello,

My access point AP1231 is connected to a Cisco Cat.EXP500POE switch. On the same NW I have 2811 is a internet router runs DHCP on it.

I cannot manage to obtain IP through Cisco AP1231 on that configuration.

Do you have any idea what I missed ?

Here is the AP config

Cisco-AP-D13-YonetimOfisi#show conf
Using 2398 out of 32768 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco-AP-D13-YonetimOfisi
!
!
ip subnet-zero
ip domain name HTR949442
ip name-server 10.142.76.1
!
!
aaa new-model
!
!
aaa group server radius rad_eap
server 10.20.30.240 auth-port 1812 acct-port 1812
!
aaa group server radius rad_mac
!
aaa group server radius rad_acct
!
aaa group server radius rad_admin
!
aaa group server tacacs+ tac_admin
!
aaa group server radius rad_pmip
!
aaa group server radius dummy
!
aaa authentication login default local
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods local
aaa authorization exec default local
aaa accounting network acct_methods start-stop group rad_acct
aaa session-id common
!
dot11 ssid citylights
vlan 1
authentication open eap eap_methods
authentication network-eap eap_methods
authentication key-management wpa
accounting acct_methods
guest-mode
!
!
!
username admin privilege 15 password 7 00171C081D0A5B56
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption vlan 1 mode ciphers tkip
!
ssid citylights
!
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 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 FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
hold-queue 160 in
!
interface FastEthernet0.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.20.30.8 255.255.255.0
no ip route-cache
!
ip default-gateway 10.20.30.254
ip http server
ip http authentication aaa
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
ip radius source-interface BVI1
!
radius-server attribute 32 include-in-access-req format %h
radius-server host 10.20.30.240 auth-port 1812 acct-port 1812 key 7 151102181D262223202726
radius-server vsa send accounting
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
!
end

Comments

  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    What have you tried so far to fix it? Any kind of errors you are seeing anywhere?
    An expert is a man who has made all the mistakes which can be made.
  • Options
    weakness33weakness33 Member Posts: 29 ■□□□□□□□□□
    Is the IP address of the server you are attempting to get an address from the same as the one the AP is on? If not you'd need to forward DHCP requests from the router to the network of the DHCP server. You would use ip helper-address to forward your DHCP request to the server that would send you the IP address in return.

    Can you post the router config too?
  • Options
    RouteMyPacketRouteMyPacket Member Posts: 1,104
    weakness33 wrote: »
    Is the IP address of the server you are attempting to get an address from the same as the one the AP is on? If not you'd need to forward DHCP requests from the router to the network of the DHCP server. You would use ip helper-address to forward your DHCP request to the server that would send you the IP address in return.

    Can you post the router config too?

    Translation:

    "Is the IP address of the server you are attempting to get an address from on the same network segment as the AP?"

    icon_lol.gif
    Modularity and Design Simplicity:

    Think of the 2:00 a.m. test—if you were awakened in the
    middle of the night because of a network problem and had to figure out the
    traffic flows in your network while you were half asleep, could you do it?
Sign In or Register to comment.