Hi Ben,
OK, I'm glad to hear that you got this working ... however it's
not supported to have the BVI IP address in a non-native VLAN.
So, if you should encounter any problems and should need to open a
TAC case, I'd recommend that temporarily put on a "kosher" config
while we work in your issue. (Configuring BVI1 in a non-native
VLAN *won't* void your warranty ;-)
Cheers,
Aaron
---
~ On Mon, 15 Aug 2005 10:04:55 -0700, Aaron Leonard wrote:
~
~
~ > ~ Also I want to manage my access point on a tagged
~ > ~ vlan, lets call this id 50.
~ >
~ > This you can't do. Cisco Aironet APs must have exactly
~ > one IP address, which must be on interface BVI1 (i.e.
~ > in bridge-group 1), and bridge-group 1 must be bridged to
~ > the native VLAN.
~ >
~
~ I have have managed to get this working. Here is a snippet from my config :-
~
~ !
~ interface FastEthernet0
~ no ip address
~ no ip route-cache
~ duplex auto
~ speed auto
~ !
~ interface FastEthernet0.1
~ encapsulation dot1Q 50
~ no ip route-cache
~ bridge-group 1
~ no bridge-group 1 source-learning
~ bridge-group 1 spanning-disabled
~ !
~ interface FastEthernet0.40
~ encapsulation dot1Q 40 native
~ no ip route-cache
~ bridge-group 1
~ no bridge-group 1 source-learning
~ bridge-group 1 spanning-disabled
~ !
~ interface FastEthernet0.10
~ encapsulation dot1Q 10
~ no ip route-cache
~ bridge-group 255
~ no bridge-group 255 source-learning
~ bridge-group 255 spanning-disabled
~ !
~ interface BVI1
~ ip address x.x.x.x y.y.y.y
~ no ip route-cache
~ !
~
~ Does it matter that I have a tagged interface as well as a native
~ interface both being members of bridge group 1 ?
~
~ Thanks, Ben
|