2.5.2: CLI - History command bug ?

>
config Configuration manipulations
exit Exit this CLI session
history Display the current session's command line history
linktest Wireless link test
passwd Change password
ping Ping
reboot Rebooth the unit
show Show device information
snmp SNMP commands
tcpdump capture packets flowing in and out of the device
traceroute TraceRoute

>history
Syntax error: The command is not completed

>history [tab]                    (nothing happen)
>history ?
  Unsigned integer  Set the size of history list (zero means unbounded)


From what I understand, the following command
>history[Enter]
should show history but it doesn't accept syntax without the integer to set the max number of command to keep in history.

Don't seem like the're subcommand to "show" for history.

From 2.4.3 version CLI manual:
history [num]
(From page 6)

Any argument surrounded by brackets is considered to be optional. For example, [ filename ] would
indicate an optional filename argument. (From page 3)

Hi Michel,

you can do the following:

>history 10

It will show you last 10 commands.

>history 0

Will show you the full history.

2 Likes

Hi,

I tried the 'history' command (and several other commands give the same error) but get an error, can you please let me know what I'm missing here.

I have tried other commands like ping and traceroute (which worked correctly), so there is a history of commands executed. Thank you.

E501-98D140(config)# history 10
%Error processing cli command
E501-98D140(config)# history 0
%Error processing cli command
E501-98D140(config)#


@az1 wrote:

Hi,

I tried the 'history' command (and several other commands give the same error) but get an error, can you please let me know what I'm missing here.

I have tried other commands like ping and traceroute (which worked correctly), so there is a history of commands executed. Thank you.

E501-98D140(config)# history 10
%Error processing cli command
E501-98D140(config)# history 0
%Error processing cli command
E501-98D140(config)#


Hi,

What FW version is runnin on your radio?

Thank you.