10-19-2015 04:05 PM - edited 03-11-2019 11:46 PM
I have a cisco ASA implemented on transparent mode, using subinterfaces and vlans the traffic pass through the cisco ASA is be working correctly. But I can't to do ping between different vlan only between host the same network or the same vlans.
interface TenGigabitEthernet0/0
no nameif
no security-level
interface TenGigabitEthernet0/0.3
vlan 3
nameif inside1
bridge-group 1
security-level 100
interface TenGigabitEthernet0/0.4
vlan 4
nameif inside2
bridge-group 2
security-level 100
interface TenGigabitEthernet0/1
no nameif
no security-level
interface TenGigabitEthernet0/1.33
vlan 33
nameif outside1
bridge-group 1
security-level 0
interface TenGigabitEthernet0/1.44
vlan 44
nameif outside2
bridge-group 2
security-level 0
interface BVI1
ip address 10.100.1.0 255.255.255.0
interface BVI2
ip address 10.100.2.0 255.255.255.0
Someone have idea what happening ?
10-19-2015 05:32 PM
Probably due to missing icmp in your service policy, if you don't enable it, you have to allow the icmp echo reply on the interface.
10-19-2015 06:13 PM
Hi Jan,
You can give me a example the commands I need to deploy
Thanks
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