Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 1130AG Autonomous BVI no DHCP

Status
Not open for further replies.

Tegguy92

Technical User
Mar 26, 2011
41
0
0
US
I am having a problem getting DHCP to work for interface BVI1. I have tried everything I can think of and now am asking for the smarter peoples help. DHCP works great for the clients but BVI1 will not get a DHCP address no matter what I try. Below is a copy of the config for the AP and the port.



AP


Current configuration : 2754 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Library-103
!
logging rate-limit console 9
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
!
aaa session-id common
!
!
ip dhcp-server 155.31.18.69
dot11 syslog
dot11 vlan-name Wireless vlan 3402
!
dot11 ssid Eaglenet_CiscoTest
vlan 3402
authentication open
guest-mode
mbssid guest-mode
!
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid Eaglenet_CiscoTest
!
station-role root access-point
!
interface Dot11Radio0.9
encapsulation dot1Q 9 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 Dot11Radio0.3402
encapsulation dot1Q 3402
no ip route-cache
bridge-group 254
bridge-group 254 subscriber-loop-control
bridge-group 254 block-unknown-source
no bridge-group 254 source-learning
no bridge-group 254 unicast-flooding
bridge-group 254 spanning-disabled
interface Dot11Radio1
no ip address
no ip route-cache
!
ssid Eaglenet_CiscoTest
!
station-role root access-point
!
interface Dot11Radio1.9
encapsulation dot1Q 9 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 Dot11Radio1.3402
encapsulation dot1Q 3402
no ip route-cache
bridge-group 254
bridge-group 254 subscriber-loop-control
bridge-group 254 block-unknown-source
no bridge-group 254 source-learning
no bridge-group 254 unicast-flooding
bridge-group 254 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet0.9
encapsulation dot1Q 9 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface FastEthernet0.3402
encapsulation dot1Q 3402
no ip route-cache
bridge-group 254
no bridge-group 254 source-learning
bridge-group 254 spanning-disabled
!
interface BVI1
ip address dhcp
no ip route-cache
!
ip default-gateway 155.31.9.254
ip http server
ip http authentication aaa
no ip http secure-server
ip http help-path snmp-server community Cisco_Wireless RO
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
!
end


Switch
interface GigabitEthernet1/0/47
description Meraki WAP
switchport access vlan 9
switchport trunk encapsulation dot1q
switchport trunk native vlan 9
switchport trunk allowed vlan 7,9,29,3402
switchport mode trunk
switchport nonegotiate
priority-queue out
mls qos trust dscp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top