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

wired lan and wifi lan on the same vlan

jillesmiedema
Level 1
Level 1

i have a cisco 877w router and configured a wired lan 10.10.10.0   vlan1  and via a bvi a wirelss lan 10.70.10.0

is it possible to make one vlan of them ?

jilles

3 Replies 3

Antonio Knox
Level 7
Level 7

This is possible if you make the wireless router a node on the 10.10.10.0 network and NAT the traffic from the 10.70.10.0  network to the 10.10.10.0 network (schema attached).  Alternatively, you can put the wireless router into Wireless access point mode and it will act like a switch, no further config required (schema2 attached).

both networks are inside, the wan interface is the outsde

, how do i nat from inside to inside ?

Allow me to correct myself.  I misread you initial question.  You have two networks on the same router, correct?

In this case, you should be able to accomplish this.  All you have to do is do configure the same vlan on the BVI and FastEthernet interfaces

Short config (some output omitted):

!---Wired---

interface FastEthernet0

switchport access vlan 10

interface FastEthernet2

switchport access vlan 10

interface FastEthernet3

switchport access vlan 10

interface FastEthernet4

switchport access vlan 10

!---Wireless---

interface Dot11Radio0

ssid SSID-name

vlan 10

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