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.
If I want to configure the following for SSH:1 - Login timeout of 60 seconds2 - ssh authentication retries to 33 - ssh idle timeout of 10 minutesOn a router, this is simple:Login timeout: ip ssh timeout 60auth retries:ip ssh authentication-retries 3...
I have confirmed a cause of the unsuccessful name resolution error message that is not as much a DNS issue as a configuration mis-match between preferences.xml and <profile-filename>.xml. Steps to replicate this problem.1. The end user successfully c...
Florin Barhala: The answer was posted earlier: 06-09-2017 01:27 AM
You can use terminal width in global config mode on an ASA.
Example:
ASA# configure terminal
ASA(config)# terminal width ?
configure mode commands/options: 0 Specify this value t...
I am unable to confirm that Cisco is even tracking this as an issue on the Nexus 5K series.
I believe that customers opening support tickets is one of the main methods for these issues to bubble up to the point of getting fixed. So, I would encoura...
If your image has access to these commands, you should be able to make the modification:
For server:
ip ssh server algorithm mac <your_choice>
ip ssh server algorithm encryption <your_choice>
For client:
ip ssh client algorithm mac <your_choice>
ip s...
In this case, some workarounds were recommended by others, trying to work within the constraints of how TFTP is designed:
From RFC 1350:
Each data packet contains one block of
data, and must be acknowledged by an acknowledgment packet before the
...