大虾留步:WIN2000 用什么命令可以看MTU?netstat好像不行.
大虾留步:WIN2000 用什么命令可以看MTU?netstat好像不行. 问题点数:0、回复次数:4Top
1 楼zfb7901(zfb)回复于 2003-08-03 12:05:11 得分 0
ipconfig/allTop
2 楼szAlanLiao(艾伦)回复于 2003-08-04 23:14:13 得分 0
哪有呀?
C:\>ipconfig /all
Windows 2000 IP Configuration
Host Name . . . . . . . . . . . . : MeIsMe
Primary DNS Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter 本地连接:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139(A) PCI Fast Ethernet
Adapter
Physical Address. . . . . . . . . : 00-E0-4C-01-BD-92
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.120
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 211.95.193.97
202.96.134.133Top
3 楼greatzhum(纯净水)回复于 2003-08-08 09:36:12 得分 0
netstat -in不行??Top
4 楼szAlanLiao(艾伦)回复于 2003-08-08 21:59:00 得分 0
没有这个参数,奇怪,高手哪里去了:(
C:\>netstat -in
Displays protocol statistics and current TCP/IP network connections.
NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]
-a Displays all connections and listening ports.
-e Displays Ethernet statistics. This may be combined with the -s
option.
-n Displays addresses and port numbers in numerical form.
-p proto Shows connections for the protocol specified by proto; proto
may be TCP or UDP. If used with the -s option to display
per-protocol statistics, proto may be TCP, UDP, or IP.
-r Displays the routing table.
-s Displays per-protocol statistics. By default, statistics are
shown for TCP, UDP and IP; the -p option may be used to specif
a subset of the default.
interval Redisplays selected statistics, pausing interval seconds
between each display. Press CTRL+C to stop redisplaying
statistics. If omitted, netstat will print the current
configuration information once.Top



