View Categories

Use convenient functions

Table of Contents

This section describes features that are useful in using the CLI.

Refer to Help #

?" key to display a list of command and parameter candidates and a help message. If there is no candidate list, the carriage return " " character is displayed.

Execution example

amnimo(cfg)# 		               ←何も入力せずに「?」キーを押す
interface	    Setup network interface setting.
(省略)
exit		    Exit current mode and back to previous mode.

amnimo(cfg)#        interface 	       ←コマンドと半角スペースに続けて「?」キーを押す
<IFNAME>            Interface’s name.

amnimo(cfg)# s		               ←入力の途中で「?」キーを押す
schedule            Setup schedule.
service             Service control.
show                Show configuration.
ssh                 Setup ssh.
storage             Setup storage.
syslog              Setup syslog.

amnimo(cfg)# exit 	               ←コマンドと半角スペースに続けて「?」キーを押す
<cr>			               ←exitコマンドにはパラメーターがないため<cr>が表示される
Scroll to Top