You can set the terminal parameters for the current session. You can also set password attributes for the length of the session and login attempts.
device# terminal length 30
Note
Setting the terminal length to 0 removes page breaks for the show commands' output.device# terminal timeout 3600
Note
Specifying a value of 0 allows the terminal session to stay open until the device is rebooted or the connection is terminated by other means.device# configure terminal
device(config)# password-attributes max-retry 4
device(config)# password-attributes admin-lockout max-lockout-duration 5
The following configuration is the example of the previous steps.
device# terminal length 30 device# terminal timeout 3600 device# configure terminal device(config)# password-attributes max-retry 4 device(config)# password-attributes admin-lockout max-lockout-duration 5