Hi,
I have a problem with the tool ciscocmd. Can anybody please help me?
I tried to migrate ciscocmd to rhel9-server but the tool seems not to work anymore.
I am no programmer, but the tool seems to have any problems with args - the tool asks for password which I entered as an argument.
./ciscocmd -Y -u testuser -p testpw -s testpw2 -t testrouter -c "sh ip int brie"
Please, enter password:
Installed SW-Release:
expect-5.45.4-16.el9.x86_64 / tcl-8.6.10-7.el9.x86_64 / Red Hat Enterprise Linux release 9.4 (Plow)
Kind Regards,
Chris
Hi,
we have found that the script on sourceforge is different to the script on github.
found difference
IFS='µ' ; export ARGS="$*"
IFS='µ' ; export ARGS=$@
Regards,
Chris