While running a command script on a device, I noticed that sometimes, some error or warnings messages are not shown in the results tab. For example, when I run a script with the following command:
--> aaa-server TACACS+ (inside) host INVALIDHOSTNAME TacacsKey
I don't get any error or warning. but when I type the exact command on the PIX, I get this error:
PIX(config)# aaa-server TACACS+ (inside) host INVALIDHOSTNAME TacacsKey
invalid IP address
Usage: [no] aaa-server <tag> [<(if_name)>] host <ip_address> [<key>] [timeout <seconds>]
[no] aaa-server <tag> protocol tacacs+|radius
[no] aaa-server <tag> max-failed-attempts <tries>
[no] aaa-server <tag> deadtime <deadtimeout>
clear aaa-server [<tag>]
[no] aaa-server radius-authport [<auth_port>]
[no] aaa-server radius-acctport [<acct_port>]
Am I missing something? Is there a way to get ALL the feedback from the devices in the results tab?