cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
601
Views
5
Helpful
1
Replies

IP Accounting

mkmzaman
Level 1
Level 1

Hi guys,

I have a issue, i will be greatlyfull if someone can help me out. The scenerio is this,

Whenever my isdn dialer is up, i want router to execute a ping command.

thanks,

muneer

1 Reply 1

yjdabear
VIP Alumni
VIP Alumni

Provided your device supports EEM and has "logging event link-status" configured globally or on the dialer interface, you can set up an EEM applet along the lines of:

...

event syslog pattern "Interface Dialer1, changed state to up"

...

action 1.1 cli command "enable"

action 1.2 cli command "ping xx.xx.xx.xx"

...