Link to home
Start Free TrialLog in
Avatar of Oeyhope
OeyhopeFlag for Norway

asked on

Create VLAN and trunk port on Asa 5510

Hello!

I am trying to setup a Meru 1500 Wireless controller. To get a separated guest network I need to use VLAN.

I have created a VLAN on my wireless controller with id 200. Now I have connected the vlan controller to the ASA to Ethernet0/3. How can I setup this interface to VLAN 200 ? :)

I have Asa version 8.3
Avatar of fgasimzade
fgasimzade
Flag of Azerbaijan image

Is it ASA5505 or ASA5510?
Avatar of Oeyhope

ASKER

It is Asa 5510
Avatar of Oeyhope

ASKER

I managed to get the config working with the following code:

interface GigabitEthernet0/3
description 802.1q Trunking Interface for Wireless Guest Network

no nameif
no security-level
no ip address

interface GigabitEthernet0/3.2

vlan 200
nameif GuestWireless

security-level 90
ip address 10.1.1.254 255.255.255.0

But I am unable to make the vlan access the internet. How can I route this to outside?
ASKER CERTIFIED SOLUTION
Avatar of fgasimzade
fgasimzade
Flag of Azerbaijan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Oeyhope

ASKER

Created NAT rule fixed the problem :)