View Categories

Launch the CLI for this product

To simplify the configuration of this product, the amsh program is available as a dedicated CLI.

NOTE

The compact router runs the amsh program directly when you log in. Therefore, it is not possible to start it with the amsh option.

amnimo C series AC10 version 1.5.0 build 00000

amnimo login: admin		←ログイン名adminを入力してEnter
Password: 			←設定したパスワードを入力してEnter
Last login: Wed Jan  1 00:01:24 +0000 2020 on /dev/ttyGS0.
amnimo$

Running the amsh program #

The amsh program is invoked as follows

Execution example
admin@amnimo:~$ amsh ⮠

Run the amsh program with the option #

Describes the startup options for the amsh program.

option

Specify the log level to be output to the console or syslog of the CLI program.
Logs with a higher priority than the specified priority (the lower the number, the higher the priority) will be output.

Setting Parameterdegree of relative priorityContents
none0Do not display
emerg1Logs requiring very urgent action
alert2Logs requiring more urgent action
crit3Logs requiring urgent action
err4Log of Errors
warning5Warning Level Log
info6Logs for displaying various information
debug7Debug Log

Display the version of the CLI program.

Display help for the CLI program.

Execution example
amnimo@amnimo:~$ amsh --help ⮠		←ヘルプを表示する
Copyright (c) 2020 amnimo Inc. All Rights Reserved.
amnimo G series shell program version 1.0.0

Usage: amsh [<OPTIONS> ...]
OPTOINS:
  -V <level>, --verbose <level>	: verbose output to console and syslog
  -v				: display the version number
  -h,--help			: display this help and exit
Scroll to Top