12/16/2012

網路設備測試工作常用工具指令 on Windows


以下工具是網管或網路測試人員常會用到的工具, 在此列出指令方便往後快速開啟:

按下執行後輸入:


cmd, 命令提示字元

nslookup, 查詢domain name的IP
ipconfig /flushdns 清除暫存在本機的DNS紀錄
節省你在那裡用控制台介面慢慢設定IP, netmask, dns的時間
{
netsh dump > C:\ipconfig.txt, 倒出目前PC網路設定檔
netsh < C:\ipconfig.txt, 改完設定後再倒回去
netsh dump | find "8.8.8.8" > C:\ipconfig.txt, 如果想要濾出要改的部份可用find
}

關閉防火牆
{
netsh firewall set opmode
mode=disable profile=corporate
}

開啟防火牆
{

netsh firewall set opmode
mode=enable profile=other

}

calc, 算頻寬或是網段使用
snipping, Screenshot擷圖證明使用
mspaint, 小畫家當作備用的Screenshot
powerpoint, 作測試報告用