C:\>pathping  ==> traceroute와 ping의 혼합 통계치 명령이다. ip기반 유틸리티이다.
C:\>pathping -n 192.168.0.3  ==> 이름변환 없이 진행.
Tracing route to 192.168.0.3 over a maximum of 30 hops
  0  192.168.0.3
  1  192.168.0.3
Computing statistics for 25 seconds...
            Source to Here   This Node/Link
Hop  RTT    Lost/Sent = Pct  Lost/Sent = Pct  Address
  0                                           192.168.0.3
                                  0/ 100 =  0%   |
  1    0ms     0/ 100 =  0%     0/ 100 =  0%  192.168.0.3
Trace complete.
C:\>pathping -h 8 -w 300 192.168.0.3 ==> 최대 홉 수를 8으로, 각 구간의 응답대기
시간을 300ms로 설정합니다.
Tracing route to mymain.xxxxx [192.168.0.3]
over a maximum of 8 hops:
  0  mymain.xxxxxxx [192.168.0.3]
  1  mymain.xxxxxxx [192.168.0.3]
Computing statistics for 25 seconds...
            Source to Here   This Node/Link
Hop  RTT    Lost/Sent = Pct  Lost/Sent = Pct  Address
  0                                           mymain.xxxxxxx [192.168.0.3]
                                0/ 100 =  0%   |
  1    0ms     0/ 100 =  0%     0/ 100 =  0%  mymain.xxxxxxx [192.168.0.3]
Trace complete.
C:\>pathping -T 192.168.0.1  ==> 각 구간 사이의 layer-2 priority tag를 검사
Tracing route to 192.168.0.1 over a maximum of 30 hops
  0  mymain.xxxxxx [192.168.0.3]
  1  192.168.0.1
Checking for connectivity with Layer-2 tags.
  1  192.168.0.1     OK.
Computing statistics for 25 seconds...
            Source to Here   This Node/Link
Hop  RTT    Lost/Sent = Pct  Lost/Sent = Pct  Address
  0                                           mymain.xxxxxxxx [192.168.0.3]
                                0/ 100 =  0%   |
  1    0ms     0/ 100 =  0%     0/ 100 =  0%  192.168.0.1
Trace complete.

+ Recent posts