- 1、本文档共53页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
网络系统管理常用命令 主要内容 网络管理的基本命令 ping命令 ipconfig/winipcfg命令 Netstat命令 Nbtstat命令 Tracert命令 Pathping命令 Arp命令 route ping命令 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 指定在对方系统中停留的时间 -v TOS设定服务类型“TOS” -r count 在记录路由字段中记录传出和返回数据包的路由器,用来跟踪路由 -s count 类似-r参数,但是只能记录4个路由 -w timeout 设置等待应答的时间(以毫秒)为单位 ipconfig/winipcfg命令 ipconfig/winipcfg命令可以用来查看和修改网络中与TCP/IP协议有关的配置。 Ipconfig命令能查看相关配置,在控制台中才可以使用命令 Winipcfg命令可以查看和修改相关配置,这个是一个windows图形界面的命令 Ipconfig命令 格式: ipconfig [/? | /all | /renew [adapter] / release [adapter] | /flushdns | /displaydns | /registerdns | /showclassid adapter | /setclassid adapter [classid] 参数说明 /?:帮助信息 USAGE: ipconfig [/? | /all | /renew [adapter] | /release [adapter] | /flushdns | /displaydns | /registerdns | /showclassid adapter | /setclassid adapter [classid] ] where adapter Connection name (wildcard characters * and ? allowed, see examples) Options: /? Display this help message /all Display full configuration information. /release Release the IP address for the specified adapter. /renew Renew the IP address for the specified adapter. /flushdns Purges the DNS Resolver cache. /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. /setclassid Modifies the dhcp class id. The default is to display only the IP address, subnet mask and default gateway for each adapter bound to TCP/IP. For Release and Renew, if no adapter name is specified, then the IP addre
文档评论(0)