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.
Hi,I have a problem where i cant telnet to one of our ASA firewalls anymore. I can ASDM to the box and see the logs when i try to telnet to the appliance and i get the following message:TCP connection limit exceeded from 10.XX.X.XXX/3172 to sopdc:10....
There is nothing in tacacs administration logs.The code on the PIX 7.0 for accounting is:aaa accounting enable console TACACS+aaa accounting telnet console TACACS+aaa accounting command TACACS+
You can configure the usernames with the username command and add their password on the same command line. username testuser priv 15 pass ciscoOptionally, you can configure the privilege level of that user. Level 15 is the administrative user.Once co...