본문 바로가기
IT/TIP

포티게이트(fortigate) ping 사용법(CLI 명령어)

by 베베야 2021. 4. 1.
728x90

이번 시간에는 포티게이트(fortigate) CLI 명령어 중에서 PING 명령어 사용법에 대해서 간단히 알아보겠습니다.

 

PING 명령어

일반적으로 서버에서 사용하는 ping 명령어와 다르게 포티게이트(fortigate)에서는 다음과 같이 사용합니다.

# execute ping 10.10.10.1

64 bytes from 10.10.10.1: icmp_seq=0 ttl=128 time=0.5 ms

64 bytes from 10.10.10.1: icmp_seq=1 ttl=128 time=0.5 ms

64 bytes from 10.10.10.1: icmp_seq=2 ttl=128 time=0.5 ms

 

 

PING 확장 옵션

PING에 대한 여러가지 옵션을 확인하는 명령어입니다.

# execute ping-options

data-size integer value to specify datagram size in bytes

df-bit set DF bit in IP header <yes | no>

interval integer value to specify seconds between two pings

pattern hex format of pattern, e.g. 00ffaabb

repeat-count integer value to specify how many times to repeat ping

source auto | <source interface ip>

timeout integer value to specify timeout in seconds

tos IP type-of-service option

ttl integer value to specify time-to-live

validate-reply validate reply data <yes | no>

view-settings view the current settings for ping option

 

 

PING 확장옵션 사용법

# execute ping-options data-size 10000

 

이상으로 포티게이트(fortigate) CLI에서 PING 명령어를 사용하는 방법에 대해서 알아보았습니다.

반응형
그리드형

댓글