티스토리 뷰
일반적으로 회선 점검을 위해 L3 에서 ping 명령어를 사용.
이때 기본적인 ping 명령은 아래와 같습니다. (일반적인 윈도우나 리눅스의 ping과 같습니다.)
WORD Ping destination address or hostname
ip IP echo
ipv6 IPv6 echo
tag Tag encapsulated IP echo
BottomL3>ping xx.xx.xx.xx
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to xx.xx.xx.xx, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/9 ms
BottomL3>
BottomL3>
packet 개수가 defualt 5개로 세팅이 되어 있기 때문에 5개를 시도.
Extended Ping으로 테스트를 하기 위해서는 enable 모드로 진입하고,
아래와 같은 설정으로 가능합니다 (불필요한 defualt 는 엔터로 넘기도록 합니다.)
BottomL3#ping
Protocol [ip]:
Target IP address: xx.xx.xx.xx // target ip
Repeat count [5]: 5000 // send packet count
Datagram size [100]: 1500 // packet size
Timeout in seconds [2]:
Extended commands [n]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5000, 1500-byte ICMP Echos to xx.xx.xx.xx, timeout is 2 seconds:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.
.
.
Success rate is 100 percent (5000/5000), round-trip min/avg/max = 1/2/34 ms
BottomL3#
테스트 종료는 Ctrl+Shift+6 (Ctrl+^) 로 가능합니다.
(packet을 너무 많이 쏜 경우.. 종료는 필수입니다;; )
'개발 > Network' 카테고리의 다른 글
FTP 20, 21 port (0) | 2012.10.09 |
---|---|
Windows XP IPv6 사용 (0) | 2012.05.16 |
dhcp relay (0) | 2012.04.12 |
RADIUS (only Wireshark) (0) | 2012.03.14 |
DTLS dump Wireshark로 확인 (0) | 2011.08.08 |
- Total
- Today
- Yesterday