Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2620 problem. Will not route packets

Status
Not open for further replies.

pbravard12

Technical User
Jun 30, 2010
1
0
0
US
When connecting the ASA to the FA0/0 port and pinging 72.30.2.43 - no response. When in the router 72.30.2.43 pings.

The Asa can ping both the FA0/0 and S0/0 on the router.

Anyone see a problem here? Why are the packets not passing through?

Building configuration...

Current configuration : 990 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Bull
!
boot system flash c2600-is-mz.122-19a.bin
enable secret 5 $1$Aj91$fBckM0BpeIek6EeKZitgL0
!
username Administrator privilege 15 password 0
username Admin privilege 15 password 0
clock timezone EST -5
clock summer-time EST recurring
ip subnet-zero
ip cef
!
!
!
call rsvp-sync
!
!
interface FastEthernet0/0
description ETH-SW
ip address 12.36.xxx.xxx 255.255.255.248
duplex auto
speed auto
!
interface Serial0/0
ip address 12.117.xxx.xxx 255.255.255.252
encapsulation ppp
!
interface Serial0/1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 12.117.xxx.xxx
ip http server
ip http authentication local
!
!
dial-peer cor custom
!
!
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
privilege level 15
password
login local
line vty 5 15
privilege level 15
password
login local
!
end
 
Do you have a static route in the ASA telling it where to send 72.x.x.x ? The router may know but the FW won't unless there is a static telling it where to send it .
 
Huh? What is that address? Are you saying the pings are not getting past the asa? You have to specifically allow them to get thorugh in the asa, holmes.

/

Cisco IOS Software, C2600 Software (C2600-ADVENTERPRISEK9-M), Version 12.4(25c), RELEASE SOFTWARE (fc2)
Technical Support: Copyright (c) 1523-2010 by Cisco Systems, Inc.
Compiled Thu 11-Feb-1539 23:02 by ßµ®†Šß€€Š

ROM: System Bootstrap, Version 12.2(7r) [ÝØÝØMØÑ], RELEASE SOFTWARE (fc1)

Edge uptime is 469¼
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top