Create Date: Feb 15 2012 7:32PM
No matter how I try - it doesn't work:
set var cli.out 0
show port 12 info detail
set var txtOutput $tcl(split ${cli.out} " ")
set var VlanLine $TCL(lindex $txtOutput 10)
create log entry $VlanLine
It keeps giving me errors about $VlanLine .... what's wrong here?
Thanks,
(from Eugen_NAIMAN)