cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
662
Views
0
Helpful
1
Replies

Want to create vlan on asa5510 (8.2)

aung.htwe
Level 1
Level 1

User want to create on 5 network , 100.x , 200.x , 210.x , 250.x , 220.x .at the ASA5510, no enough port for 5 network.

So I want to create 4 vlans on eth 0/3. I can create vlan but i cannot run this command "

switchport mode trunk"   "

"switchport trunk allowed vlan list" how can be done for that?Thanks

Acctually i want to use like this

ASA5510-----4 vlans on eth 0/3------switch----vlan200,vlan210,vlan250,vlan220.


Ko Htwe
1 Reply 1

Jennifer Halim
Cisco Employee
Cisco Employee

You don't have to configure "switchport mode trunk" on the ASA interface.

You just have to configure the sub interfaces under eth0/3 and configure vlan under that interface.

Eg:

interface eth0/3.200

   vlan 200

   ip address 200.200.200.1 255.255.255.0

   nameif vlan200-dmz

   security-level 50

interface eth0/3.210

   vlan 210

   ip address 210.210.210.1 255.255.255.0

   nameif vlan210-dmz

   security-level 55

Hope that helps.

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