cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
478
Views
0
Helpful
5
Replies

How do I intergrate APs into a campus network without Vlan 1

All cisco LAN documentation talks about NOT using vlan 1 as the native vlan, this is ok on switches but how do I do this on APs? You cannot delete BVI1, I have multiple voice ,data and Wireless vlans

5 Replies 5

lamav
Level 8
Level 8

Why do you feel that you have to use vlan 1 as the native vlan?

You can configure any vlan to be the native vlan in an AP.

I am presently working in a configuration in which I have a 1242 AP connected to a switchport on a 3750 that is configured as a trunk. The AP supports 3 SSIDs (3 vlans) and they are configured as sub interfaces on the fastethernet interface of the AP (like a router on a stick). One of those vlans happens to be the native vlan...

The BVI interface is your management interface and it can reside in the native vlan if you wish.

Does this help or am I misunderstanding your question?

I dont want to use Vlan1 for the switches( as per Cisco recommendations ) looking at it i can configure the APS something like ;-

interface Dot11Radio0.1

encapsulation dot1Q 51

!

interface FastEthernet0.1

encapsulation dot1Q 51

!

interface BVI1

ip address 192.168.111.103 255.255.255.0

then I still use BVI1 for the management of the AP but it is no longer on vlan 1

Since the AP's are not switches you also need the Bridge-Group commands to link the SSID's to the FastEthernet Sub-Interfaces. The Bridge-Group ID is also used to tie the Management interface to so it doesn't have to be VLAN 1:

interface FastEthernet0.50

encapsulation dot1Q 50 native

no ip route-cache

bridge-group 1

no bridge-group 1 source-learning

bridge-group 1 spanning-disabled

!

interface BVI1

ip address 192.168.130.29 255.255.255.224

no ip route-cache

!

HTH

Andy

Andy:

Interesting...

Can you elaborate further?

how does one make the determintion that bridging is necessary? Can you elaborate a bit more on bridging, etc?

Thanks

Victor

Victor,

THe wireless APs are not routers, so the only way to link the wired Fast ethernet interface to the radio interfaces is by bridging, this applies to the vlans eg:

int fa0.1

bridge-group 1

int fa0.50

bridge-group 2

int fa0.51

bridge-group 3

int dot11radio0.1

bridge-group 1

int dot11radio0.50

bridge-group 2

int dot11radio0.51

bridge-group 3

so in above example the vlans on the wired side ae matched to the radio subnets

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card