Hello!
I would like to configure two trunk ports on Cisco ASA 5506-X for Cisco Access points. I have two BVI interfaces for two VLANs (1,10). When I'm trying to configure the second one I receive an error:
ZAVAS-GW(config-subif)# interface GigabitEthernet1/8.10
ZAVAS-GW(config-subif)# vlan 10
ERROR: VLAN 10 exists in the global vlans table
What am I doing wrong?
My configuration:
interface GigabitEthernet1/5
bridge-group 1
nameif inside_4
security-level 100
!
interface GigabitEthernet1/6
nameif inside_5
security-level 100
no ip address
!
interface GigabitEthernet1/7
description TRUNK - AP1
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/7.1
vlan 1
bridge-group 1
no nameif
security-level 100
!
interface GigabitEthernet1/7.10
vlan 10
bridge-group 2
no nameif
security-level 80
!
interface GigabitEthernet1/8
description TRUNK - AP2
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/8.1
no vlan
bridge-group 1
no nameif
security-level 100
!
interface GigabitEthernet1/8.10
no vlan
bridge-group 2
no nameif
security-level 80
!
interface BVI1
nameif inside
security-level 100
ip address 192.168.3.1 255.255.255.0
!
interface BVI2
nameif home
security-level 80
ip address 172.16.3.1 255.255.255.0
Thank for answers,
AM