Link to home
Start Free TrialLog in
Avatar of akosinoah
akosinoah

asked on

Cisco 2800 ping reply is too high in lan interface

I would like to seek an advise with an im facing. Router is configured with interface dialer for ADSL connection.

After the configuration the ping reply is too high? I just would like to understand if the issue from the configuration or something else.


Router#show run
Building configuration...

Current configuration : 1299 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
no ip dhcp use vrf connected
!
ip dhcp pool ADSL_DHCP
   import all
   network 10.10.10.0 255.255.255.248
   dns-server 8.8.8.8
   default-router 10.10.10.1
!
!
ip name-server 8.8.8.8
ip name-server 213.42.20.20
!
!
!
!
!
!
!
interface FastEthernet0/0
 description Internal Interface
 ip address 10.10.10.1 255.255.255.0
 ip nat inside
 speed auto
 full-duplex
!
interface FastEthernet0/1
 description DSL Interface
 no ip address
 duplex auto
 speed auto
 pppoe enable
 pppoe-client dial-pool-number 1
!
interface Dialer1
 ip address negotiated
 ip mtu 1492
 ip nat outside
 encapsulation ppp
 dialer pool 1
 ppp authentication chap pap callin
 ppp chap hostname ######
 ppp pap sent-username cdsda password 0 m01d1299d
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip http server
no ip http secure-server
ip nat inside source list CONNACCESSLIST interface Dialer1 overload
!
ip access-list extended CONNACCESSLIST
 permit ip 10.10.10.0 0.0.0.255 any
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
 login
!
scheduler allocate 20000 1000
end

Router#ping 8.8.8.8

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 272/273/276 ms
Avatar of El Fierro
El Fierro
Flag of United States of America image

did you check  your isp service and equipment?
Avatar of akosinoah
akosinoah

ASKER

Hi ElFierro i think its not from ISP issue because i tried with normal SOHO router it seems to be fine.
ASKER CERTIFIED SOLUTION
Avatar of El Fierro
El Fierro
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you so much clearing the arp cache has solved the problem
you're welcome dude