Advertisement

05.10.2008 at 03:03PM PDT, ID: 23392104 | Points: 500
[x]
Attachment Details

Cisco ASA 5505 loses internect connectivity

Asked by SQLstick in Cisco PIX Firewall

Tags: Cisco, ASA 5505, Firewall

I purchased an ASA 5505 a month ago to function as a firewall for our office.  The router loses internect connectivity at least two times a day for the past 2 weeks.  Inside hosts cannot connect outside, and i cannot even ping the ISP default gateway from the router itself when it is in this state.  issuing a reload on the router immediatly fixes the problem.  I have also issued a packet trace when it is in this state and it reports that the packet is successfully sent to the default gateway.  The default gateway is an Overtur box provided by Timewarner which hands the ASA ethernet.  I've replaced the router with a new one, and it is still hapening.  Timewarner has checked the overture for errors and it is functioning properly.  I'm thinking i have something wrong with the config, so here it is:
Result of the command: "show run"

: Saved
:
ASA Version 7.2(3)
!
hostname ciscoasa
domain-name resqnet.local
enable password xxxx encrypted
names
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.1.1 255.255.255.0
!
interface Vlan2
 nameif timewarner
 security-level 0
 ip address 64.129.xxx.xxx 255.255.255.252
!
interface Vlan3
 nameif airband
 security-level 0
 ip address 66.226.xxx.xxx 255.255.255.224
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
 switchport access vlan 3
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
 switchport access vlan 4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd xxxxxx encrypted
boot system disk0:/asa723-k8.bin
ftp mode passive
dns domain-lookup timewarner
dns domain-lookup airband
dns server-group DNS-1
 name-server 216.136.xxx.xxx
 name-server 216.138.xxx.xxx
dns server-group DefaultDNS
 domain-name resqnet.local
same-security-traffic permit intra-interface
object-group network vericenter
 network-object 10.229.200.16 255.255.255.240
 network-object 10.229.200.32 255.255.255.240
access-list timewarner_cryptomap extended permit ip 192.168.1.0 255.255.255.0 object-group vericenter
access-list inside_nonat extended permit ip 192.168.1.0 255.255.255.0 object-group vericenter
pager lines 24
logging enable
logging timestamp
logging trap informational
logging asdm debugging
logging host inside 192.168.1.2
mtu inside 1500
mtu timewarner 1500
mtu airband 1500
no failover
monitor-interface inside
monitor-interface timewarner
monitor-interface airband
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-523.bin
no asdm history enable
arp timeout 14400
global (timewarner) 1 interface
global (airband) 1 interface
nat (inside) 0 access-list inside_nonat
nat (inside) 1 0.0.0.0 0.0.0.0
route timewarner 0.0.0.0 0.0.0.0 64.129.174.121 1
route timewarner 10.229.200.16 255.255.255.240 64.129.174.121 1
route timewarner 10.229.200.32 255.255.255.240 64.129.174.121 1
route timewarner 209.235.xxx.xxx 255.255.255.255 64.129.174.121 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
aaa authentication enable console LOCAL
aaa authentication ssh console LOCAL
aaa authorization command LOCAL
http server enable
http 0.0.0.0 0.0.0.0 timewarner
http 0.0.0.0 0.0.0.0 airband
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set aes-256-set esp-aes-256 esp-sha-hmac
crypto map vpnmap 10 match address timewarner_cryptomap
crypto map vpnmap 10 set peer 209.235.xxx.xxx
crypto map vpnmap 10 set transform-set aes-256-set
crypto map vpnmap interface timewarner
crypto isakmp identity address
crypto isakmp enable timewarner
crypto isakmp policy 10
 authentication pre-share
 encryption aes-256
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 20
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto isakmp nat-traversal  20
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 inside
ssh 0.0.0.0 0.0.0.0 timewarner
ssh 0.0.0.0 0.0.0.0 airband
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 inside
!

!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
  inspect icmp
  inspect icmp error
!
service-policy global_policy global
ssl encryption des-sha1 rc4-md5
username kburton password xxxxx encrypted privilege 15
tunnel-group 209.235.xxx.xxx type ipsec-l2l
tunnel-group 209.235.xxx.xxx ipsec-attributes
 pre-shared-key xxxxxxx
privilege cmd level 3 mode exec command perfmon
privilege cmd level 3 mode exec command ping
privilege cmd level 3 mode exec command who
privilege cmd level 3 mode exec command logging
privilege cmd level 3 mode exec command failover
privilege show level 5 mode exec command running-config
privilege show level 3 mode exec command reload
privilege show level 3 mode exec command mode
privilege show level 3 mode exec command firewall
privilege show level 3 mode exec command interface
privilege show level 3 mode exec command clock
privilege show level 3 mode exec command dns-hosts
privilege show level 3 mode exec command access-list
privilege show level 3 mode exec command logging
privilege show level 3 mode exec command ip
privilege show level 3 mode exec command failover
privilege show level 3 mode exec command asdm
privilege show level 3 mode exec command arp
privilege show level 3 mode exec command route
privilege show level 3 mode exec command ospf
privilege show level 3 mode exec command aaa-server
privilege show level 3 mode exec command aaa
privilege show level 3 mode exec command crypto
privilege show level 3 mode exec command vpn-sessiondb
privilege show level 3 mode exec command ssh
privilege show level 3 mode exec command dhcpd
privilege show level 3 mode exec command vpn
privilege show level 3 mode exec command blocks
privilege show level 3 mode exec command uauth
privilege show level 3 mode configure command interface
privilege show level 3 mode configure command clock
privilege show level 3 mode configure command access-list
privilege show level 3 mode configure command logging
privilege show level 3 mode configure command ip
privilege show level 3 mode configure command failover
privilege show level 5 mode configure command asdm
privilege show level 3 mode configure command arp
privilege show level 3 mode configure command route
privilege show level 3 mode configure command aaa-server
privilege show level 3 mode configure command aaa
privilege show level 3 mode configure command crypto
privilege show level 3 mode configure command ssh
privilege show level 3 mode configure command dhcpd
privilege show level 5 mode configure command privilege
privilege clear level 3 mode exec command dns-hosts
privilege clear level 3 mode exec command logging
privilege clear level 3 mode exec command arp
privilege clear level 3 mode exec command aaa-server
privilege clear level 3 mode exec command crypto
privilege cmd level 3 mode configure command failover
privilege clear level 3 mode configure command logging
privilege clear level 3 mode configure command arp
privilege clear level 3 mode configure command crypto
privilege clear level 3 mode configure command aaa-server
prompt hostname context
Cryptochecksum:xxxxxxxx
: end
Start Free Trial
[+][-]05.10.2008 at 05:23PM PDT, ID: 21541026

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.10.2008 at 06:22PM PDT, ID: 21541173

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628