Forum Discussion
TCL error
Hi , What I try to do is show the putput of the command show pem stats subscriber .....This command is executed when typing tmsh.....
How do I have to execute this command in TCL in the right dir ???? the polling itself works via snmpwalk but I get tcl callback pemconnection return string: couldn't execute "show": no such file or directory
thanks for the help
register_mib ".8" pem string
proc pem {} { set result [exec tmsh] set status [catch {exec show pem stats subscriber | grep Unknown | grep -v Maximum} result] return $result }
- What_Lies_Bene1Cirrostratus
Shouldn't it be
?exec tmsh show pem...
- flupe_183924Nimbostratus
Hi, Thanks in between I've find it. (try & error :-) )
Thanks anyway.
Flupe
- What_Lies_Bene1CirrostratusGreat.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com