12-10-2018 12:40 PM - edited 02-21-2020 08:33 AM
Hi, I had some trouble to let the ASA sub-interfaces to be able to reach each other.
Here is the topology diagram description:
one 9300 SW has port 47 and 48 link to ASA 5525 port 1 and 2 via port channel. I create two sub-interfaces on ASA under PO1 that are po1.11 and po1.110 and give vlan id, nameif and security level 100.
I would like to let both sub-interfaces can access each other temporarily so the host reside under one VLAN can reach one host in another VLAN.
I believe I have missed something on the ASA. If anyone can help will be very appreciated
PCCDSSFW1# show inter ip bri
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/1 unassigned YES unset up up
GigabitEthernet0/2 unassigned YES unset up up
Port-channel1 unassigned YES unset up up
Port-channel1.11 10.71.1.1 YES manual up up
Port-channel1.110 10.10.10.124 YES manual up up
PCCDSSFW1# ping 10.71.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.71.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
PCCDSSFW1# ping 10.10.10.124
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.124, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
CANNOT be reached if I specify the interface from 10.10.10.124
PCCDSSFW1# ping
TCP Ping [n]:
Interface: MGMTNet
Target IP address: 10.71.1.1
Repeat count: [5]
Datagram size: [100]
Timeout in seconds: [2]
Extended commands [n]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.71.1.1, timeout is 2 seconds:
?????
Success rate is 0 percent (0/5)
PCCDSSFW1#
Here is the configurations:
FW ASA5525:
interface GigabitEthernet0/1
channel-group 1 mode on
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/2
channel-group 1 mode on
no nameif
no security-level
no ip address
!
interface Port-channel1
lacp max-bundle 8
no nameif
no security-level
no ip address
no split-horizon eigrp 1
!
interface Port-channel1.11
vlan 11
nameif PCCDSSNet
security-level 100
ip address 10.71.1.1 255.255.255.0
!
interface Port-channel1.110
vlan 110
nameif MGMTNet
security-level 100
ip address 10.10.10.124 255.255.255.128
!
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
!
icmp permit any PCCDSSNet
icmp permit any MGMTNet
!
Switch C9300:
interface Port-channel2
switchport mode trunk
!
interface GigabitEthernet1/0/47
switchport mode trunk
channel-group 2 mode on
!
interface GigabitEthernet1/0/48
switchport mode trunk
channel-group 2 mode on
!
Solved! Go to Solution.
12-10-2018 04:29 PM
12-10-2018 04:29 PM
12-11-2018 08:31 PM
@Sheraz.Salim wrote:
run this command
packet tracer input PCCDSSNet tcp 10.71.1.5 1234 10.10.10.10 80 detail
the reason it showing you it is not pining becouse you are using asa interface to ping. use a client ip address on both side or SVI on the switch if there is any.
config looks ok
Thank you for the answer Radio_City. It's weird that today all things work after couple of attempts - remove any any and add subsets. Right now I added any any back and they are still working.
12-11-2018 08:37 PM
12-12-2018 12:50 AM
kindly could you please rate this if you think i was helpful
Regards
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