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

Is it possible to create KRON job to ping?

han14
Level 1
Level 1

so I have a Cisco ASA and a meraki. I'm having this weird issue where the meraki wont bring up the tunnel unless I ping from the remote End. Meraki is of no help, Cisco said to create a Cron job. I asked how I would do that and I've been waiting on a response. It's been a few days so I figure'd I'd ask here.

anyone know how I could create a Cron job to ping a vlan from a ISR4331 acting as a voice gateway?

I can log in and ping the vlan and then the tunnel is up. I'm just wondering how to automate this.

1 Reply 1

Hi

 Never used before and can not test now, but if you can test, do as follow

Router(config)#kron policy-list PingIP
Router(config-kron-policy)#cli ping x.x.x.x
Router(config-kron-policy)#exit


Router(config)#kron occurrence SaveConfigSchedule at < hour ><week day> recurring
Router(config-kron-occurrence)#policy-list PingIP