Avatar of IvanY
IvanY

asked on 

ASA 5510 - Routing issues between sub-intefaces

Used to have Cisco 1811 as my router and gateway, but had some issue with VPN tunnels, decided to use ASA 5510, 9.1(6), Security Plus lic instead.
Have a network with eth0/0 (internet), eth 0/1 (data) and eth 0/2 (voice).

Issue: I can ping both internal networks from ASA, but not between networks.

interface Ethernet0/0
 nameif outside
 security-level 0
 ip address xxx.xxx.xxx.xxx 255.255.255.240
!            
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 172.22.35.19 255.255.255.0
!
interface Ethernet0/2
 nameif voice
 security-level 100
 ip address 10.0.1.3 255.255.255.0

Attached is my full config. I'm new to ASA (ok with IOS) and most help I find to resolve is for pre-8.3 ASA.
Thank you!
ASA5510-upload.txt
CiscoSecurityVoice Over IPNetworking

Avatar of undefined
Last Comment
IvanY

8/22/2022 - Mon