I’m trying to get agentless monitoring working on our Cisco ASA 5510
firewall. The issue is that our provider manages this for us, and didn’t
want to give us the enable password. We did however get a locked down
enable password, but to get it to work, we had to issue the command “enable
3” instead of enable. I changed the Shell script from ‘send “enable\r” ‘
to ‘send “enable{Space}3\r” ‘ and it doesn’t spit out an error, but my
provider is telling me that they aren’t seeing the command go through, just
the initial user login. Does anyone know if I’m just editing the script
wrong, or if it’s even possible to do this with anything but the enable
command?