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

3702i AP IOS 15.3 JPJ3 has DHCP, HTTP Disabled by default? Help?

FIX A PC
Level 1
Level 1

So i cant see to get my DHCP client working correctly, this is a fresh flash of JPJ3. I noticed the HTTP and DHCP client are disabled now by default. I have gone into conf t and make some changes to my startup configuration but iam still not getting an IP via DHCP? 

Here is my startup configuration

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$C5uJ$fGg5fdf3yYTlGDQal42uf/
!
no aaa new-model
no ip source-route
no ip cef
!
!
!
!
dot11 pause-time 100
dot11 syslog
!
!
no ipv6 cef
!
!
username Cisco password 7 14341B180F0B
!
!
bridge irb
!
!
!
interface Dot11Radio0
 no ip address
 shutdown
 antenna gain 0
 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
 no ip address
 shutdown
 antenna gain 0
 peakdetect
 no dfs band block
 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 GigabitEthernet0
 no ip address
 duplex auto
 speed auto
 bridge-group 1
 bridge-group 1 spanning-disabled
 no bridge-group 1 source-learning
!
interface BVI1
 mac-address 70db.982c.6024
 ip address dhcp client-id GigabitEthernet0
 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

 

High Performance Networking
3 Replies 3

Did you check both BVI & Gig0 interface up when you do show ip int brief

AAP1# sh ip int brief
Interface IP-Address OK? Method Status Protocol
BVI1 unassigned YES DHCP up up
Dot11Radio0 unassigned YES NVRAM administratively down down
Dot11Radio1 unassigned YES NVRAM administratively down down
GigabitEthernet0 unassigned YES NVRAM up up

 

Your config is good from AP perspective, Can you check connecting your laptop to the same port where you plug AP & check Laptop get an IP address?

 

Rasika

Its plugged into a network with a dhcp server, no issues if I flash it with
an older IOS it just does it with the new IOSs. The IOSs that have the
http enabled by default get the dhcp IP right away.
High Performance Networking

ok, then it could be something to do with that latest image version

 

HTH

Rasika

Review Cisco Networking for a $25 gift card