当前位置:文档之家› 网络系统管理常用工具

网络系统管理常用工具


马晓明
广州航专 计算机信息工程系
参数说明
/?:帮助信息
USAGE:
ipconfig [/? | /all | /renew [adapter] | /release [adapter] |
/flushdns | /displaydns | /registerdns |
/showclassid adapter |
For Release and Renew, if no adapter name is specified, then the IP address
leases for all adapters bound to TCP/IP will be released or renewed.
For Setclassid, if no ClassId is specified, then the ClassId is removed.
DHCP服务器地址
DNS Servers . . . . . . . . . . . : 210.21.4.130
DNS服务器地址
Lease Obtained. . . . . . . . . . : 2006年10月8日 14:41:13
DHCP地址获得时间
Lease Expires . . . . . . . . . . : 2006年10月9日 2:41:13 DHCP地址失效时间
IP地址
Subnet Mask . . . . . . . . . . . : 255.255.255.0
子网掩码
Default Gateway . . . . . . . . . : 10.33.34.254
默认网关
DHCP Server . . . . . . . . . . . : 172.16.0.68
说明
主机名: 节点类型:不知道(可以有 广播、混杂等) IP路由
DNS后缀 网卡描述
MAC地址 DHCP服务:开启 自动配置:开启
马晓明
广州航专 计算机信息工程系
Windows 2000 IP Configuration
说明
IP Address. . . . . . . . . . . . : 10.33.34.57
Ipconfig命令能查看相关配置,在控制台 中才可以使用命令
Winipcfg命令可以查看和修改相关配置, 这个是一个windows图形界面的命令
马晓明
广州航专 计算机信息工程系
Ipconfig命令
格式:
ipconfig [/? | /all | /renew [adapter] / release [adapter] | /flushdns | /displaydns | /registerdns | /showclassid adapter | /setclassid adapter [classid]
/release Release the IP address for the specified adapter.
/renew Renew the IP address for the specified adapter.
/flushdns Purges the DNS Resolver cache.
广州航专 计算机信息工程系
网络系统管理常用命令
马晓明
广州航专 计算机信息工程系
主要内容
网络管理的基本命令
ping命令 ipconfig/winipcfg命令 Netstat命令 Nbtstat命令 Tracert命令 Pathping命令 Arp命令 route
马晓明
广州航专 计算机信息工程系
ping命令
马晓明
广州航专 计算机信息工程系
Ipconfig显示
பைடு நூலகம்
Windows 2000 IP Configuration
Host Name . . . . . . . . . . . . : USER-47689A531F Node Type . . . . . . . . . . . . : Unknown
/setclassid adapter [classid] ]
where
adapter
Connection name
(wildcard characters * and ? allowed, see examples)
Options:
/?
Display this help message
/all
Display full configuration information.
name starting with EL
> ipconfig /release *Con* ... release all matching connections,
eg. "Local Area Connection 1" or
马晓明
"Local Area Connection 2"
广州航专 计算机信息工程系
Ping源于潜水艇上的声纳回音的拟声词 在网络中ping命令是一个测试网络畅通 的基本命令
Ping命令可以测试网络连通和速度 Ping命令应用于TCP/IP协议的网络(包 括局域网和广域网)
马晓明
广州航专 计算机信息工程系
Ping命令的格式
Ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] [-r count] [-s count] [[-j host-list]|[-k host-list]] [-w timeout] < 目的主机ip地址或主机名>
马晓明
广州航专 计算机信息工程系
参数说明
-t 不间断地ping指定的计算机 -a 将ip解析为计算机名 -n count 发送count个数据包给目的主机 -l size 发送大小为size的数据包给目的主 机 -f 发送不分段标志 -i TTL 指定在对方系统中停留的时间
马晓明
广州航专 计算机信息工程系
/registerdns Refreshes all DHCP leases and re-registers DNS names
/displaydns Display the contents of the DNS Resolver Cache.
/showclassid Displays all the dhcp class IDs allowed for adapter.
马晓明
马晓明
广州航专 计算机信息工程系
Windows 2000 IP Configuration
以下信息是宽带拨号信息: PPP adapter Connection to defeng_MA5200
Connection-specific DNS suffix .: Description . . . . . . . . . . . : WAN(PPP/SLIP) Interface Physical Address. . . . . . . . . : 00-A1-B0-03-70-35 Dhcp Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 218.92.218.101 Subnet Mask . . . . . . . . . . . : 255.255.255.255 Default Gateway . . . . . . . . . : 218.92.218.101 DNS Servers . . . . . . . . . . . : 61.177.7.1 NetBIOS over TCP/IP . . . . . : Disabled
马晓明
广州航专 计算机信息工程系
Lease Obtained. . . . . . . . . . : 2006年10月8日 14:41:13 Lease Expires . . . . . . . . . . : 2006年10月9日 2:41:13 Ethernet adapter {25B4C18C-FA72-4962-8D16-FBC673F376F6}: Media State . . . . . . . . . . . : Media disconnected Description . . . . . . . . . . . : VCD VNC Adapter - 数据包计划程序微型端口 Physical Address. . . . . . . . . : 06-00-07-D2-05-00
/all :显示所有的IP地址的配置信息
Windows IP Configuration Host Name . . . . . . . . . . . . : USER-47689A531F Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Unknown IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No
-v TOS设定服务类型“TOS”
-r count 在记录路由字段中记录传出和返 回数据包的路由器,用来跟踪路由
-s count 类似-r参数,但是只能记录4个 路由
-w timeout 设置等待应答的时间(以毫 秒)为单位
马晓明
广州航专 计算机信息工程系
ipconfig/winipcfg命令
ipconfig/winipcfg命令可以用来查看和修 改网络中与TCP/IP协议有关的配置。
Ethernet adapter 本地连接: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethernet NIC Physical Address. . . . . . . . . : 00-A1-B0-03-70-35 Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 10.33.34.57 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 10.33.34.254 DHCP Server . . . . . . . . . . . : 172.16.0.68 DNS Servers . . . . . . . . . . . : 210.21.4.130 210.21.4.131
相关主题