CyberKit ネットワーク診断ツールWindowsNT/2000

2000/04/10

技術サービス  遠藤  衛

WindowsNT/2000 ではネットワーク診断ツールはコマンドラインから起動できます、私がよく使用するのは下記のコマンドです。

関連ドキュメント:  Linux/WindowsNTのネットワークコマンド

ping   128.10.50.1 IMERGEがネットワークで応答するかのテスト
ping  -l  64000  128.10.50.1 64kBのパケットの応答が10msであれば100Base、100msであると 10Base です
arp  -a ping を実行したあと、イーサネットカードのアドレスを表示させる
tracert  128.10.50.1 指定したホストまでのルートを表示させる、
ipconfig  [ /all ] ネットワークカードの状況を表示する、インターネットに接続している場合には、PPPのIPアドレスも表示します。

コマンド実行画面(詳しくはWindowsのヘルプを見てください)

C:\>ping 128.10.10.10

Pinging 128.10.10.10 with 32 bytes of data:

Reply from 128.10.10.10: bytes=32 time<10ms TTL=1
Reply from 128.10.10.10: bytes=32 time<10ms TTL=1
Reply from 128.10.10.10: bytes=32 time<10ms TTL=1
Reply from 128.10.10.10: bytes=32 time<10ms TTL=1

Ping statistics for 128.10.10.10:
Packets: Sent = 4, Received = 4, Lost = 0 (0%
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\>arp -a

Interface: 128.10.201.226 on Interface 0x2
Internet Address Physical Address Typ
128.10.10.10 00-60-08-96-8b-6b dyn

C:\>tracert 128.10.10.10

Tracing route to YUKARI [128.10.10.10]
over a maximum of 30 hops:

1 <10 ms <10 ms <10 ms YUKARI [128.10.10

Trace complete.

C:\>

C:\>ipconfig /all

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : endou
Primary DNS Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter corega PCC-TX:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : corega FastEther PCC-TX Ethernet
Card
Physical Address. . . . . . . . . : 00-00-F4-5E-51-67
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 128.10.201.226
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 128.10.10.10
DNS Servers . . . . . . . . . . . :
Lease Obtained. . . . . . . . . . : 2000年4月10日 12:02:31
Lease Expires . . . . . . . . . . : 2000年4月13日 12:02:31

C:\>

 

上記のコマンドは CybaKit であれば以下のような GUIのインターフェイスが利用できます

http://www.cyberkit.net/

SunfferBasic などのプロトコルアナライザーツールではさらに強力なツールが使用できます。