- 5
- 0
- 约1.02万字
- 约 9页
- 2017-01-02 发布于北京
- 举报
网络测试命令整理
2009.12.26
如果你玩过路由器的话,就知道路由器里面那些很好玩的命令缩写。例如,sh int 的意思是 show interface。 现在 Windows 2000 也有了类似界面的工具,叫做 netsh。 我们在 Windows 2000 的 cmd shell 下,输入 netsh就出来:netsh 提示符,输入 int ip 就显示:interface ip 然后输入 dump ,我们就可以看到当前系统的网络配置: # ---------------------------------- # Interface IP Configuration # ---------------------------------- pushd interface ip # Interface IP Configuration for Local Area Connection set address name = Local Area Connection source = static addr = 68 mask = add address name = Local Area Connection addr = 11 mask = set address name = Local Area Connection gateway = 0
原创力文档

文档评论(0)