Skip to content

Commit 07a6f7d

Browse files
committed
Add custom ASAv config to allow inside-to-outside pings
1 parent 6047628 commit 07a6f7d

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

multi-platform/asav/acl.j2

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
!
2+
interface GigabitEthernet0/0
3+
security-level 100
4+
!
5+
access-list ALLOW_INTERNAL extended permit ip 172.16.0.0 255.255.0.0 any log
6+
!
7+
logging monitor debugging
8+
!
9+
access-group ALLOW_INTERNAL in interface GigabitEthernet0/0
10+
!
11+
policy-map global_policy
12+
class inspection_default
13+
inspect icmp

multi-platform/asav/config/fw.cfg

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
: Saved
22

33
:
4-
: Serial Number: 9AFH30Q99A3
4+
: Serial Number: 9A1GJWWR10F
55
: Hardware: ASAv, 2048 MB RAM, CPU Xeon 4100/6100/8100 series 2500 MHz
66
:
77
ASA Version 9.16(4)57
@@ -20,7 +20,7 @@ no mac-address auto
2020
interface GigabitEthernet0/0
2121
description fw -> int [external]
2222
nameif GigabitEthernet0/0
23-
security-level 0
23+
security-level 100
2424
ip address 172.16.1.1 255.255.255.0
2525
!
2626
interface GigabitEthernet0/1
@@ -38,9 +38,11 @@ interface Management0/0
3838
ftp mode passive
3939
dns server-group DefaultDNS
4040
domain-name lab.local
41+
access-list ALLOW_INTERNAL extended permit ip 172.16.0.0 255.255.0.0 any log
4142
pager lines 23
42-
mtu inside 1500
43-
mtu outside 1500
43+
logging monitor debugging
44+
mtu GigabitEthernet0/0 1500
45+
mtu GigabitEthernet0/1 1500
4446
mtu management 1500
4547
no failover
4648
no failover wait-disable
@@ -50,6 +52,7 @@ no asdm history enable
5052
arp timeout 14400
5153
no arp permit-nonconnected
5254
arp rate-limit 8192
55+
access-group ALLOW_INTERNAL in interface GigabitEthernet0/0
5356
router bgp 65000
5457
bgp log-neighbor-changes
5558
bgp router-id 10.0.0.1
@@ -233,6 +236,7 @@ policy-map global_policy
233236
inspect sqlnet
234237
inspect sip
235238
inspect skinny
239+
inspect icmp
236240
policy-map type inspect dns migrated_dns_map_2
237241
parameters
238242
message-length maximum client auto
@@ -261,5 +265,5 @@ call-home
261265
profile License
262266
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
263267
destination transport-method http
264-
Cryptochecksum:177ef40ec20b04cf3290eb46285d28d1
268+
Cryptochecksum:ebb3cddc78118910421126ac82742707
265269
: end

multi-platform/asav/topology.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
message: >
1+
message: |
22
This topology contains a simple ASAv deployment scenario. ASAv is a WAN
33
edge firewall. The wan edge router router is advertising the default BGP route
44
that ASAv should propagate to the inside routers.
@@ -21,6 +21,7 @@ nodes:
2121
fw:
2222
device: asav
2323
bgp.as: 65000
24+
config: [ acl ]
2425
int:
2526
bgp.as: 65001
2627
ext:

0 commit comments

Comments
 (0)