09-09-2017 02:23 PM - edited 02-21-2020 06:17 AM
Hi
I have some trouble creating a "trunk" on the ASA5506-x-w.
On the old 5505 easy switchport trunk etc..
but on the 5506 with sub-interfacec, i have a hard time to get my setup working, (simple setup)
and is a bit embarrassed that i have to ask for help about this, but i am in a dead lock and don't know how to get any further.
the setup:
have a inside network 192.168.1.0/24 vlan10 and have a DMZ 192.168.200.0/24. vlan 200
My main building only have vlan 10 and the other building have both vlan 10 and 200 (Trunk)
from my main building a can reach vlan 200 but not my default vlan 10.
from my other building i can reach vlan 10 and internet.
as is it now in a non working state:
ASA:
interface GigabitEthernet1/3
bridge-group 1
nameif inside_2
security-level 100
!
interface GigabitEthernet1/3.1
shutdown
vlan 1
bridge-group 1
nameif inside-vlan1
security-level 100
!
interface GigabitEthernet1/3.10
vlan 10
nameif inside-vlan10
security-level 100
no ip address
!
interface GigabitEthernet1/3.200
vlan 200
nameif DMZ
security-level 50
ip address 192.168.200.1 255.255.255.0
!
interface BVI1
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
Switch:
(can't reach the switch right now, so this is from memmory)
interface gigabit 0/1
switchport mode trunk
switchport mode trunk native vlan 10
switchport allowed vlan 1,20,200
fa interface 0/1
switchport access
swich port access vlan 10
fa interface 0/3
switchport access
swich port access vlan 200
vlan 1,10,200
interface vlan 200
ip add 192.168.1.200/24
default gateway 192.168.1.1
Do anyone know what i am doint wrong?
Br Kevin
09-12-2017 06:18 PM
09-13-2017 01:51 AM - edited 09-13-2017 01:52 AM
Hi
Have noone ever made a "trunk" from a ASA5506 to a switch before and got it to work?
thanks for the suggestions but still no luck :(
I did try to switch out the old 2940 to a new 2960-cx switch to see if there where an IOS bug on the switch but the outcome where exactly the same.
The ASA config is the same no changes for previous post.
Can't ping on the same subnet 192.168.1.0/24 cross the "trunk" on the ASA
As you can see from the test below, the switch can see both the equipment on vlan 10 and 200 on the correct ports.
And the test computer connected to the switch 192.168.1.25 can ping its gateway 192.168.1.1 (ASA)
The ASA is DHCP server to the computer connected to directly to it 192.168.1.10
So $$ question is why cant the ASA find the way when it is gateway for computer 192.168.1.25 and DHCP server for computer 192.168.1.10 ARHHH....!
here are the resaults:
Switch#sh mac address-table
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
All 0019.55fb.f080 STATIC CPU
All 0100.0ccc.cccc STATIC CPU
All 0100.0ccc.cccd STATIC CPU
All 0100.0cdd.dddd STATIC CPU
Total Mac Addresses for this criterion: 4
Switch#sh mac address-table
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
All 0019.55fb.f080 STATIC CPU
All 0100.0ccc.cccc STATIC CPU
All 0100.0ccc.cccd STATIC CPU
All 0100.0cdd.dddd STATIC CPU
200 0090.e85f.b57a DYNAMIC Fa0/2
200 00a6.ca07.54f1 DYNAMIC Gi0/1
10 0023.2461.e54b DYNAMIC Fa0/1
10 00a6.ca07.54f1 DYNAMIC Gi0/1
Total Mac Addresses for this criterion: 8
--------------------------------------------------------------------
From PC direct connected to ASA
Vlan10 network
Pinging 192.168.1.25 with 32 bytes of data:
Reply from 192.168.1.10: Destination host unreachable.
Reply from 192.168.1.10: Destination host unreachable.
Reply from 192.168.1.10: Destination host unreachable.
Reply from 192.168.1.10: Destination host unreachable.
Ping statistics for 192.168.1.25:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
------------------------------------------------------------------
vlan200 network
Pinging 192.168.200.25 with 32 bytes of data:
Reply from 192.168.200.25: bytes=32 time=1ms TTL=255
Reply from 192.168.200.25: bytes=32 time=1ms TTL=255
-------------------------------------------------------------------
From PC direct connected to Switch
Vlan10 network
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=255
Reply from 192.168.1.1: bytes=32 time=1ms TTL=255
------------------------------------------------------------------
Vlan10 network
Pinging 192.168.1.10 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.1.10:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
----------------------------------------------------------------------
switc config
hostname Switch
!
!
ip subnet-zero
!
vtp domain DKCPH-TERM
vtp mode transparent
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
vlan 10
name inside
!
vlan 200
name DMZ
!
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 200
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface GigabitEthernet0/1
switchport mode trunk
spanning-tree portfast trunk
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip default-gateway 192.168.1.1
ip http server
!
line con 0
line vty 5 15
!
!
end
09-13-2017 03:03 PM
09-13-2017 11:46 PM
Hi Francesco
If you think that it is possible to make this setup, then yes it would be helpful
I am in time zone UTC +2 CEST, I have written you a private message.
of course if anyone have some suggestions you are more than welcome to continue to write this
Br Kevin
09-14-2017 05:00 AM
You need a webex to get this solved.
09-14-2017 02:19 PM
03-19-2018 01:54 PM
Hello,
Try pinging from withing the security zone on the firewall.
ping inside 192.168.1.200
10-29-2018 10:19 AM
11-01-2018 07:04 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide