"CLI - Configuration Mode"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 9개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 
__FORCETOC__
 
__FORCETOC__
 
Configuration Mode는 설정을 추가, 변경, 삭제 할 수 있는 명령 모드입니다. 이 모드에 진입하려면 user mode에서 <code>configure</code>를 입력하고 configuration mode를 종료하려면<code>exit</code> 명령어를 실행하세요.
 
Configuration Mode는 설정을 추가, 변경, 삭제 할 수 있는 명령 모드입니다. 이 모드에 진입하려면 user mode에서 <code>configure</code>를 입력하고 configuration mode를 종료하려면<code>exit</code> 명령어를 실행하세요.
Configuration Mode <code>help</code> 명령어를 실행하면 실행 가능한 모든 명령이 출력됩니다.
+
Configuration Mode에서 <code>help</code> 명령어를 실행하면 실행 가능한 모든 명령이 출력됩니다.
  
 
<pre>
 
<pre>
 
LYSH@MyHostName# configure
 
LYSH@MyHostName# configure
configure# help
+
LYSH@MyHostName(config)# help
 +
 
 +
Documented commands (use 'help -v' for verbose/'help <topic>' for details):
 +
===========================================================================
 +
database  dhcpv6    failover  lcm    loghost    ntp    ssh      ufw
 +
datetime  exit      hostname  log    nameserver  radius  system    user
 +
dhcpv4    fail2ban  ip        logexp  netplan    rtlog  timezone  web
 
</pre>
 
</pre>
  
20번째 줄: 26번째 줄:
 
[[CLI - Fail2ban 설정]] 섹션을 참고하세요.
 
[[CLI - Fail2ban 설정]] 섹션을 참고하세요.
  
=== failover ===
+
=== failover(시스템 이중화) ===
Please refer to the [[CLI - System Failover]] section.
+
[[CLI - 시스템 이중화 설정]] 섹션을 참고 하세요.
  
 
=== hostname ===
 
=== hostname ===
Please refer to the [[CLI - Hostname]] section.
+
[[CLI - Hostname]] 섹션을 참고하세요.
  
 
=== ip ===
 
=== ip ===
Please refer to the [[CLI - Networking]] section.
+
[[CLI - Networking]] 섹션을 참고하세요.
 +
 
 +
=== lcm ===
 +
[[CLI - Lcm]] 섹션을 참고하세요.
  
 
=== log ===
 
=== log ===
Please refer to the [[CLI - Log]] section.
+
[[CLI - Log]] 섹션을 참고하세요.
  
 
=== logexp ===
 
=== logexp ===
Please refer to the [[CLI - Services(daemons)]] section.
+
[[CLI - Services(daemons)]] 섹션을 참고하세요.
  
 
=== loghost ===
 
=== loghost ===
Please refer to the [[CLI - Log]] section.
+
[[CLI - Log]] 섹션을 참고하세요.
  
 
=== nameserver ===
 
=== nameserver ===
Plese refer to the [[CLI - Networking]] section.
+
[[CLI - Networking]] 섹션을 참고하세요.
  
 
=== netplan ===
 
=== netplan ===
You can apply the network configuration immediately.
+
[[CLI - Networking]] 섹션을 참고하세요.
<pre>
 
LYSH@MyHostName# configure
 
configure# netplan apply
 
</pre>
 
  
 
=== ntp ===
 
=== ntp ===
Please refer to the [[CLI - NTP and datetime]] section.
+
[[CLI - NTP]] 섹션을 참고하세요.
  
 
=== rtlog===
 
=== rtlog===
Please refer to the [[CLI - Services(daemons)]] section.
+
[[CLI - Services(daemons)]] 섹션을 참고하세요.
  
 
=== system===
 
=== system===
Please refer to the [[CLI - System]].
+
[[CLI - System]] 섹션을 참고하세요.
  
 
=== timezone===
 
=== timezone===
You can configure the timezone of the device.
+
[[CLI - System]] 섹션을 참고하세요.
<pre>
 
LYSH@MyHostName# configure
 
configure# tiemzone
 
</pre>
 
  
 
=== ufw ===
 
=== ufw ===
It is the default firewall configuration tool. Please refer to the [[CLI - ufw]] section.
+
방화벽 설정은 [[CLI - ufw]] 섹션을 참고하세요.
  
 
=== user ===
 
=== user ===
Please refer to the [[CLI - User and Session]] section.
+
[[CLI - 사용자와 세션]] 섹션을 참고하세요.
  
 
=== References ===
 
=== References ===

2023년 10월 4일 (수) 11:02 기준 최신판

Configuration Mode는 설정을 추가, 변경, 삭제 할 수 있는 명령 모드입니다. 이 모드에 진입하려면 user mode에서 configure를 입력하고 configuration mode를 종료하려면exit 명령어를 실행하세요. Configuration Mode에서 help 명령어를 실행하면 실행 가능한 모든 명령이 출력됩니다.

LYSH@MyHostName# configure
LYSH@MyHostName(config)# help

Documented commands (use 'help -v' for verbose/'help <topic>' for details):
===========================================================================
database  dhcpv6    failover  lcm     loghost     ntp     ssh       ufw
datetime  exit      hostname  log     nameserver  radius  system    user
dhcpv4    fail2ban  ip        logexp  netplan     rtlog   timezone  web

데이터베이스

CLI - Database섹션을 참고하세요.

datetime

CLI - System 섹션을 참고하세요.

dhcpv4, dhcpv6

CLI - 서비스(데몬) 섹션을 참고하세요.

fail2ban

CLI - Fail2ban 설정 섹션을 참고하세요.

failover(시스템 이중화)

CLI - 시스템 이중화 설정 섹션을 참고 하세요.

hostname

CLI - Hostname 섹션을 참고하세요.

ip

CLI - Networking 섹션을 참고하세요.

lcm

CLI - Lcm 섹션을 참고하세요.

log

CLI - Log 섹션을 참고하세요.

logexp

CLI - Services(daemons) 섹션을 참고하세요.

loghost

CLI - Log 섹션을 참고하세요.

nameserver

CLI - Networking 섹션을 참고하세요.

netplan

CLI - Networking 섹션을 참고하세요.

ntp

CLI - NTP 섹션을 참고하세요.

rtlog

CLI - Services(daemons) 섹션을 참고하세요.

system

CLI - System 섹션을 참고하세요.

timezone

CLI - System 섹션을 참고하세요.

ufw

방화벽 설정은 CLI - ufw 섹션을 참고하세요.

user

CLI - 사용자와 세션 섹션을 참고하세요.

References