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

event_register_cli skip parameter should not exist

KAROLY KOHEGYI
Level 2
Level 2

Hi,

The EEM TCL script registration should be done the folowing mode .

::cisco::eem::event_register_cli pattern "^interface (.*)$" sync yes skip no

The router send the following error during event registration.

KSZ-R1(config)# event manager policy intf-config.tcl 

Register event failed:Argument "skip" should not exist

    while executing

"::cisco::eem::event_register_cli pattern "^interface (.*)$" sync yes skip no occurs 1"

EEM configuration: failed to retrieve intermediate registration result for policy intf-config.tcl

---------------

Cisco 2811 c2800nm-adventerprisek9-mz.124-24.T8.bin

Regards

1 Reply 1

KAROLY KOHEGYI
Level 2
Level 2

Sorry the sync on is needed.