Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Dear team,
I write expect script to check "show run", " show inventory", ... v.v . However, when the script run, it appear not enough log on file log. this is my code:
iplist:
Router's ip addresses
show.sh
#!/usr/bin/expect -f
#setup argument
set...
Dear Javier,
I have some problems with this code. Sometimes, it's miss information of command. For example, when I "show inventory" without code, it appears 10 lines, however I use this code, it appear 8 lines and miss 2 lines. Could you help me wit...