cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
444
Views
0
Helpful
2
Replies

Communication between different networks across ASA

waqas.salam
Level 1
Level 1

Hi to all,

I am new with CIsco ASA ..I am trying to learn by self on packet tracer.

I have created one of the below topology :

Please any one can tell me that why i am not able to ping from .10 pc to outside it's Vlan1...Neither i am able to communicate inside or outside from VLAN 1...How it can be work...?(I am new learner)

Below is the config at ASA:

: Saved

 

ASA Version 8.4(2)

 

!

hostname ciscoasa

names

!

interface Ethernet0/0

switchport access vlan 2

!

interface Ethernet0/1

!

interface Ethernet0/2

!

interface Ethernet0/3

!

interface Ethernet0/4

!

interface Ethernet0/5

!

interface Ethernet0/6

!

interface Ethernet0/7

!

interface Vlan1

nameif inside

security-level 100

ip address 40.0.0.30 255.0.0.0

!

interface Vlan2

nameif outside

security-level 0

ip address 30.0.0.30 255.0.0.0

!

!

route outside 0.0.0.0 0.0.0.0 30.0.0.10 1

!

!

 

telnet timeout 5

 

ssh timeout 5

!

dhcpd auto_config outside

!

dhcpd enable inside.....
 

Below is the config at Router :

 

Building configuration...

Current configuration : 657 bytes

!

version 15.1

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

ip cef

no ipv6 cef

!

license udi pid CISCO1941/K9 sn FTX1524NUUS

!

spanning-tree mode pvst

!

!

interface GigabitEthernet0/0

ip address 30.0.0.10 255.0.0.0

duplex auto

speed auto

!

interface GigabitEthernet0/1

ip address 20.0.0.20 255.0.0.0

duplex auto

speed auto

!

interface Vlan1

no ip address

shutdown

!

ip classless

ip route 0.0.0.0 0.0.0.0 30.0.0.30

!

ip flow-export version 9

 

2 Replies 2

By default, the ASA doesn't allow pinging through, as icmp is not inspected statefully. You can enable that with:

fixup protocol icmp

Please can you tell me that how to fix this issue ,by which command and where to apply.

Thanks

Review Cisco Networking for a $25 gift card