Configure command line options
Configure the command line interface to meet your needs.
- Use the following command to set the terminal character width and number of lines:
hostname (config)# cli session terminal width <number of characters>
hostname (config)# cli session terminal length <number of lines>
- Auto logout is enabled by default. To change the auto logout time use the following command:
hostname (config)# cli default auto-logout <minutes>
To disable auto-logout, set the minutes to 0.
- To enable or disable paging use the following command:
hostname (config)# [no] cli default paging enable
- Use the show cli command to see current CLICommnad line interface settings.
- To save the running configuration, type configuration write.