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

ISR 1111 - LTE can ping internet and internal, can't return ping

tadkov
Level 1
Level 1

I'm using a 4G connection for a redundant router and am able to ping 8.8.8.8 and my domain controller, but I am unable to ping the loopback or WAN port of the router.

This is the first time I have tried to configure something like this and had to send it out to site without being able to test properly.

The main site connection is a firewall with an ipsec tunnel and I was attempting to have the 1111 router engage when the ipsec tunnel dropped out.

The router is connecting back to my network using an LTE profile connecting to a RADIUS server.

Can someone let me know what I'm missing in the config to at least be able to remotely manage the device?

Config:

interface Loopback0
ip address 10.10.159.241 255.255.255.255
!
interface Cellular0/2/0
ip address negotiated
dialer in-band
dialer idle-timeout 300
dialer string telstra
dialer-group 1
async mode interactive
!
interface GigabitEthernet0/0/0
description Connection to SITESWITCH1
ip address 10.10.159.1 255.255.255.248
!
router ospf 1
redistribute static metric 200 subnets route-map AllowDefault
passive-interface default
no passive-interface GigabitEthernet0/0/0
network 10.10.144.0 0.0.15.255 area 0
default-information originate metric 200
!
ip route 0.0.0.0 0.0.0.0 Cellular0/2/0 250
ip route 10.2.6.6 255.255.255.255 Cellular0/2/0
!
ip prefix-list DefaultOnly seq 5 permit 0.0.0.0/0
!
route-map AllowDefault permit 10
match ip address prefix-list DefaultOnly
!
route-map AllowDefault deny 20
!
dialer-list 1 protocol ip permit

 

 

Let me know if you need any other details.

Thank you.

1 Reply 1

tadkov
Level 1
Level 1

Sorry I forgot to add - the config itself doesn't seem to be working beyond the router as even when connected to the switch, the switch does not come online.

Review Cisco Networking for a $25 gift card