每当我用ASA编写一些命令时,它都会隐藏完整的命令,并显示一些命令。如何增加我用ASA编写的命令的长度,这样它就不会隐藏写在终端会话上的命令?我试着用谷歌搜索,但没有找到解决方案。
(ASA)#sho run object-group id $发布于 2012-05-16 11:35:21
您需要将ASA上的终端宽度参数修改为大于默认的80列的值。
发布于 2017-09-01 14:14:31
确保您处于配置模式。
(config)# terminal ?
configure mode commands/options:
width Set terminal width, default is 80 columns
exec mode commands/options:
monitor Syslog monitor
no Turn off syslogging to this terminal
pager Control page length for pagination. The page length set here is not saved to configuration.https://serverfault.com/questions/389575
复制相似问题