I'm unable to get the %ctUM:PauseTime meta command to function correctly in a Device.Cli.Send Commands activity in CatTools 3.6.0. CatTools is interpreting the "%ctUM:PauseTime 1" line as a command and sending it to the device. Examining the device log confirms this. Am I missing something syntactically? Does whitespace matter?
My activity:
config t%ctCR
snmp-server contact email "noc@webpass.net"%ctCR
clock timezone -8%ctCR
clock auto-correct-DST%ctCR
sntp server 204.14.152.10 version 1%ctCR
%ctUM:PauseTime 05
exit
write mem
The switch received the command:
TELNET:2> %ctUM:PauseTime 05
The device is an Adtran Netvanta managed switch accessed via telnet.