cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

TCL script returns an error regarding "libovl"

odahlqvist
Level 4
Level 4

Hi 

I am trying a simple tcl script to make a VRF ping but are getting this in return , are running version 5.3.0, quiet new to TCL scriptning maybe i am missing something here.

#run tclsh

% foreach i {

220.200.200.15

} {[exec "ping vrf 200 $i"]}
%The executable: ping vrf 200 220.200.200.15 cannot be launched. Error: 'libovl' detected the 'fatal' condition 'No such file or directory'
No error

Who Me Too'd this topic