I have Cisco devices that do not use TACACS for authentication, but I'd still like to back up these devices nightly. I have no trouble backing up configurations on my Cisco devices when they are on TACACS (I mainly use the Cisco IOS template). However, the devices that are not using TACACS for authentication respond differently to NCM and are not able to be backed up. When I login to a device that is not on TACACS, the login process goes like this:
Cisco device logging into enable 15 to be able to get the configuration (this device not using TACACS for auth):
mspsssga08>enable
Access-Code: ********
mspsssga08#
How do I create a device template that looks for "Access-Code:" instead of the normal Cisco prompt of "password" to back up the device configuration?
If I change the configuration in my Cisco router to "password-prompt password:" from "password-prompt Access-Code:" I can get it to work with the NCM Cisco IOS template, but I'd rather not do that, seeing the Access-Code: prompt lets me know that this device is not on using TACACS, and lets me know I need to use my password of last resort to access this device.
Thanks for all the help.