Command Reference Line Commands
The following example enables user access accounting in line VTY 1.
Ruijie(config)# aaa new-model
Ruijie(config)# aaa accounting exec default start-stop group radius
Ruijie(config)# line vty 1
Ruijie(config-line)# accounting exec default
Use this command to set the ASCII value of the character for activating the terminal session. Use the
no form of this command to restore the default setting.
activation-character ascii-value
Sets the ASCII value of the character for activating the terminal
session, in the range from 0 to 127.
The default is CR (ASCII: 0x0D).
If the current line is configured with the autoselect function, ascii-value must be set to 0x0D.
The following example configures Ctrl+Y (ASCII: 25) for activating the terminal session.
Ruijie(config)#line console 0
Ruijie(config-line)#activation-character 25
Ruijie(config-line)#end
Ruijie#exit
Press CTRL+y to get started
Ruijie>