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

(새 문서: __FORCETOC__ You can add, change, or delete configuration variables in the Configuration Mode. You can enter the configuration mode using the <code>configure</code> command. To exit f...)
 
1번째 줄: 1번째 줄:
 
__FORCETOC__
 
__FORCETOC__
You can add, change, or delete configuration variables in the Configuration Mode. You can enter the configuration mode using the <code>configure</code> command. To exit from the configuration mode, enter the <code>exit</code> command.<br>
+
Configuration Mode는 설정을 추가, 변경, 삭제 할 수 있는 명령 모드입니다. 이 모드에 진입하려면 user mode에서 <code>configure</code>를 입력하고 configuration mode를 종료하려면<code>exit</code> 명령어를 실행하세요.
If you enter the <code>help</code> command in the configuration mode, you can see all commands of the mode.
+
Configuration Mode <code>help</code> 명령어를 실행하면 실행 가능한 모든 명령이 출력됩니다.
  
 
<pre>
 
<pre>
8번째 줄: 8번째 줄:
 
</pre>
 
</pre>
  
=== database ===
+
=== 데이터베이스 ===
Please refer to the [[CLI - Database]] section.
+
[[CLI - Database]]섹션을 참고하세요.
  
 
=== datetime ===
 
=== datetime ===
Please refer to the [[CLI - NTP and datetime]] section.
+
[[CLI_-_System#.EB.82.A0.EC.A7.9C.EC.99.80_.EC.8B.9C.EA.B0.84 | CLI - System]] 섹션을 참고하세요.
  
 
=== dhcpv4, dhcpv6 ===
 
=== dhcpv4, dhcpv6 ===
Please refer to the [[CLI - Services(daemons)]] section.
+
[[CLI - 서비스(데몬)]] 섹션을 참고하세요.
  
 
=== fail2ban ===
 
=== fail2ban ===
Please refer to the [[CLI - fail2ban]] section.
+
[[CLI - Fail2ban 설정]] 섹션을 참고하세요.
  
 
=== failover ===
 
=== failover ===

2021년 5월 18일 (화) 11:32 판

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

LYSH@MyHostName# configure
configure# help

데이터베이스

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

datetime

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

dhcpv4, dhcpv6

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

fail2ban

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

failover

Please refer to the CLI - System Failover section.

hostname

Please refer to the CLI - Hostname section.

ip

Please refer to the CLI - Networking section.

log

Please refer to the CLI - Log section.

logexp

Please refer to the CLI - Services(daemons) section.

loghost

Please refer to the CLI - Log section.

nameserver

Plese refer to the CLI - Networking section.

netplan

You can apply the network configuration immediately.

LYSH@MyHostName# configure
configure# netplan apply

ntp

Please refer to the CLI - NTP and datetime section.

rtlog

Please refer to the CLI - Services(daemons) section.

system

Please refer to the CLI - System.

timezone

You can configure the timezone of the device.

LYSH@MyHostName# configure
configure# tiemzone

ufw

It is the default firewall configuration tool. Please refer to the CLI - ufw section.

user

Please refer to the CLI - User and Session section.

References