dmarcisco wrote: » How many vlans do you have for your data networks? I may be be able to help you but in my network I have 1 vlan for data and 1 for voice if your topology is similar I can give you a hand.
dmarcisco wrote: » I assume dhcp is all setup so whatever connects to the ports in vlan 4 on the switch gets the correct ip addresses right?
f0rgiv3n wrote: » Are you able to ping the BVI IP address from another device on vlan 4? Just verifying basic connectivity.
kmusk01 wrote: » Log into the GUI and go to the antenna's and make sure they are enabled. By default they are disabled. Sometimes the GUI is slow, so make sure the whole page loads before trying to enable the antenna. Ken~
kmusk01 wrote: » So are you getting prompted to enter in the network key that you set? Try to remove the network key and leave it open and see if you can connect. I have seen some new devices not able to connect to WEP encryption as its too low of security. Needs to be at least WPA2 or just wide open. Ken~
kmusk01 wrote: » Is the port that the AP is plugged into set as a trunking port and trunking over your vlan 4? Also instead of trying to get the IP camera on wireless can you hard wire it just to make sure its working and that you can in fact ping it? I deal with APs a lot, but mainly in LWAPP mode from a Controller. I am looking around to see if I have a spare AP in autonomous mode to drop your config on to test. Ken~
kmusk01 wrote: » Only have Skype in the office.. What happens if you remove the static on the camera and just let DHCP assign something to it? Also take off all encryption on the WAP and broadcast the SSID, then try to get the camera to connect. Can you get a laptop or another wireless device to connect to the WAP as it sits right now? Ken~
xXErebuS wrote: » You need to change your bridge-groups to 1 not 4.... think of a BVI as a vlan within the AP; but it doesn't isolate after the AP.... On second thought; if you only have 1 SSID why are you even using sub interfaces? Also you may be having an issue with WEP; can you use WPA? dot11 ssid EquityCamera authentication open authentication key-management wpa guest-mode wpa-psk ascii 0 YOURKEYHERE interface Dot11Radio0 no ip address no shut ssid EquityCamera bridge-group 1 interface FastEthernet0 no ip address bridge-group 1 interface BVI1 ip address 10.0.4.251 255.255.255.0
xXErebuS wrote: » I still don't understand why you want to do it this way but w.e. we'll roll with it.... First add "sw trunk allowed vlan 1,4" onto your trunk link.... Clear your config on your AP and put this on it... not how I'd do it but I do not have enough information for VLAN 1 and you need to do more research on IBR... CiscoAiroNet#show run Building configuration... Current configuration : 2067 bytes ! version 12.3 no service pad service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname CiscoAiroNet ! enable secret 5 ! ip subnet-zero ! ! no aaa new-model ! dot11 ssid EquityCamera vlan 4 authentication open authentication key-management wpa guest-mode wpa-psk ascii 7 140713181F13253920 ! ! ! username Cisco password 7 ! bridge irb ! ! interface Dot11Radio0 no ip address no ip route-cache ! encryption mode ciphers wep128 ! encryption vlan 4 mode ciphers tkip ! ssid EquityCamera ! ! mbssid ! 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 no ip route-cache bridge-group 2 bridge-group 2 subscriber-loop-control bridge-group 2 block-unknown-source no bridge-group 2 source-learning no bridge-group 2 unicast-flooding bridge-group 2 spanning-disabled ! interface Dot11Radio0.4 encapsulation dot1Q 4 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 ! interface FastEthernet0.1 encapsulation dot1Q 1 no ip route-cache bridge-group 2 bridge-group 2 subscriber-loop-control bridge-group 2 block-unknown-source no bridge-group 2 source-learning no bridge-group 2 unicast-flooding bridge-group 2 spanning-disabled ! interface FastEthernet0.4 encapsulation dot1Q 4 native no ip route-cache bridge-group 1 no bridge-group 1 source-learning bridge-group 1 spanning-disabled ! interface BVI1 ip address 10.0.4.251 255.255.255.0 no ip route-cache ! ip default-gateway 10.0.4.1 ip http server no ip http secure-server ip http help-path http://www.cisco.com/warp/public/779...onfig/help/eag ! bridge 1 route ip ! ! ! line con 0 line vty 0 4 login local ! end If you ever decide to push that vlan 1 you will just need to create an ssid for it.... I think your issue is you think that BVI interfaces and bridge groups are tied to VLANs. They are not... The interface BVI is tied to a bridge group which is tied to the sub interfaces on the radio and ethernet interface.... EDIT: In case your wondering you can delete the interface BVI1 and use 4 if you wanted; the problem is that there is a process to delete it b/c its assigned to the fa0 interface and it will not allow you while the BVI is up; so in your case where your all ready having issues its easier for me to just assign the BVI1 and bridge-group 1 to your subinterface for vlan 4...