Command Reference Line Commands
3.16 history
Use this command to enable command history for the line or set the number of commands in the
command history. Use the no history command to disable command history. Use the no history
size command to restore the number of commands in the command history to the default setting.
The number of commands, in the range from 0 to 256.
This function is enabled by default, The default size is 10.
The following example sets the number of commands in the command history to 20 for line VTY 0 5.
Ruijie(config)# line vty 0 5
Ruijie(config-line)# history size 20
The following example disables the command history for line VTY 0 5.
Ruijie(config)# line vty 0 5
Ruijie(config-line)# no history
Use this command to configure access to the terminal through IPv6 ACL. Use the no form of this
command to restore the default setting.
ipv6 access-class access-list-name { in | out }
no ipv6 access-class access-list-name { in | out }