Forum Discussion
Jahmed_335337
Nimbostratus
Oct 03, 2017Reset command failure
I entered the reset command as below but it gives out with "syntax error". what i went wrong ???
tmsh modify /sys db tm.rstcause.pkt value enable tmsh modify /sys db tm.rstcause.log value enable...
cjunior
Nacreous
Oct 03, 2017Hi, Try to put that three commands in separated lines or separated by semicolon eg.
Run on advanced shell (bash):
tmsh modify /sys db tm.rstcause.pkt value enable
tmsh modify /sys db tm.rstcause.log value enable
tmsh modify /sys db log.ssl.level value Debug
or
tmsh modify /sys db tm.rstcause.pkt value enable; tmsh modify /sys db tm.rstcause.log value enable; tmsh modify /sys db log.ssl.level value Debug
or
tmsh -c "modify /sys db tm.rstcause.pkt value enable; modify /sys db tm.rstcause.log value enable; modify /sys db log.ssl.level value Debug"
Run on tmsh:
modify /sys db tm.rstcause.pkt value enable
modify /sys db tm.rstcause.log value enable
modify /sys db log.ssl.level value Debug
or
modify /sys db tm.rstcause.pkt value enable; modify /sys db tm.rstcause.log value enable; modify /sys db log.ssl.level value Debug
I hope it helps.
Regards.Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects
