cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
417
Views
0
Helpful
1
Replies

Connecting CGR2010 to the internet

test1234343
Level 1
Level 1

I'm trying to do a basic internet connection on a CGR2010, it's similar to the 2901. I got to the point that I was able to ping DNS 8.8.8.8, but 60% success rate. However, I'm stuck now, why is it only 60%? The internet connection is fine as I tested it with a simple Linksys router and got 100% ping response.

 

Here is the ISP Info:

Static IP Address: 207.164.80.YYY

Gateway IP Address: 207.164.80.XXX

Subnet 255.255.255.224

 

Here is my config:

 


Deltro2010#show config
Using 1599 out of 262136 bytes
!
! Last configuration change at 22:19:57 UTC Wed May 30 2018
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router2010
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$AeO6$khE5aFSiUSu/0h/x3SXf3.
!
no aaa new-model
!
ip cef
!
!
!
!
!
!
ip name-server 8.8.8.8
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
license udi pid CGR-2010/K9 sn XXXXXXXXX
!
username xxxxxx privilege 15 secret 5 $1$EDfC$3slLIvBt3aTANhku75fMf0
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 207.164.80.YYY 255.255.255.224
ip access-group 100 in
ip virtual-reassembly in
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/0/0
ip address 172.21.10.250 255.255.255.0
ip nat inside
ip virtual-reassembly in
no negotiation auto
!
ip default-gateway 207.164.80.XXX
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 100 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
ip route 0.0.0.0 0.0.0.0 207.164.80.XXX
!
access-list 100 permit icmp host 8.8.8.8 any echo-reply
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line 3
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
flowcontrol software
line vty 0 4
password XXXXXXX
login
transport input all
!
scheduler allocate 20000 1000
!
end

1 Reply 1

Harold Ritter
Spotlight
Spotlight

You should start with removing the following line from your configuration.

 

ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)