cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3927
Views
5
Helpful
2
Replies

Cisco ASA 5510 cannot create a Interface VLAN?

Rommel Papa
Level 1
Level 1

Hi Guys,

May I know the reason why we cannot create interface vlan on Cisco ASA 5510?

Thank you very much..

1 Accepted Solution

Accepted Solutions

Jouni Forss
VIP Alumni
VIP Alumni

Hi,

You can only do this on an ASA5505 which has a built in switch module.

On the other ASA models you will create a Trunk from one of the Physical interfaces of the ASA. You do this by creating sub interface for a certain Vlan and not a Vlan interface

For example you have the physical interface

interface GigabitEthernet0/0

description Trunk

no nameif

no security-level

no ip address

interface GigabitEthernet0/0.100

description VLAN 100

vlan 100

nameif vlan-100

security-level 100

ip add 10.10.100.1 255.255.255.0

interface GigabitEthernet0/0.200

description VLAN 200

vlan 200

nameif vlan-200

security-level 100

ip add 10.10.200.1 255.255.255.0

And so on for example

Hope this helps If so, remember to rate the answer. Do ask more if needed

- Jouni

View solution in original post

2 Replies 2

Jouni Forss
VIP Alumni
VIP Alumni

Hi,

You can only do this on an ASA5505 which has a built in switch module.

On the other ASA models you will create a Trunk from one of the Physical interfaces of the ASA. You do this by creating sub interface for a certain Vlan and not a Vlan interface

For example you have the physical interface

interface GigabitEthernet0/0

description Trunk

no nameif

no security-level

no ip address

interface GigabitEthernet0/0.100

description VLAN 100

vlan 100

nameif vlan-100

security-level 100

ip add 10.10.100.1 255.255.255.0

interface GigabitEthernet0/0.200

description VLAN 200

vlan 200

nameif vlan-200

security-level 100

ip add 10.10.200.1 255.255.255.0

And so on for example

Hope this helps If so, remember to rate the answer. Do ask more if needed

- Jouni

Thank you very much..Very helpful..

Review Cisco Networking for a $25 gift card