2016/02/23 EdgeMAX シリーズのファームウェア v1.8.0 がリリースされました。
詳細はこちら をご覧下さい。
「コマンド > コマンド一覧」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
細編集の要約なし |
||
62行目: | 62行目: | ||
* データをコピーする | * データをコピーする | ||
|- | |- | ||
|[[コマンド > debug (operational)|debug | |[[コマンド > debug (operational)|debug]] | ||
| | | | ||
* Enable debugging of specified routing protocol | * Enable debugging of specified routing protocol | ||
87行目: | 87行目: | ||
* 初期設定ダイアログ モードに入る | * 初期設定ダイアログ モードに入る | ||
|- | |- | ||
| [[コマンド > no (operational)|no | | [[コマンド > no (operational)|no]] | ||
| | | | ||
* Disable or reset operational variable | * Disable or reset operational variable | ||
276行目: | 276行目: | ||
* | * | ||
|} | |} | ||
[[Category:コマンド]] |
2015年9月27日 (日) 02:35時点における版
このページの概要
このページでは、EdgeOS の CLI の基本操作と、利用可能なコマンドの一覧、各コマンドの詳細へのリンクを提供します。
操作モード / 設定モード 切替
- 表示モード → 設定モード
USER@EDGEOS:~$ configure
- 設定モード → 操作モード
USER@EDGEOS# exit
コマンド補完
Edge OS のコマンドラインでは、他のネットワーク OS と同様に、Tab キーでコマンド補完を行ってくれます。
USER@EDGEOS:~$ c [TAB]
clear configure connect copy
USER@EDGEOS:~$ co [TAB]
configure connect copy
Tab キーを2回押すと、説明を表示してくれます。
USER@EDGEOS:~$ co [TAB] ※ 1回目
configure connect copy
USER@EDGEOS:~$ co [TAB] ※ 2回目
Possible completions:
configure Enter configure mode
connect Establish a connection
copy Copy data
操作モード時
add |
|
clear |
|
configure |
|
connect |
|
copy |
|
debug |
|
delete |
|
disconnect |
|
generate |
|
initial-setup |
|
no |
|
ping |
|
ping6 |
|
reboot |
|
release |
|
rename |
|
renew |
|
reset |
|
restart |
|
set |
|
show |
|
shutdown |
|
telnet |
|
terminal |
|
traceroute |
|
traceroute6 |
|
undebug |
|
update |
|
設定モード時
confirm |
|
comment |
|
commit |
|
commit-confirm |
|
compare |
|
copy |
|
delete |
|
discard |
|
edit |
|
exit |
|
load |
|
loadkey |
|
merge |
|
rename |
|
rollback |
|
run |
|
save |
|
set |
|
show |
|