echo "-----------------------------"
echo "Enter First 3 Octets (x.x.x):"
read ipthree
echo "-----------------------------"
echo "Enter 4th Octet FIRST IP:"
read ipfirst
echo "-----------------------------"
echo "Enter 4th Octet ENDING IP:"
read iplast
echo "-----------------------------"
sleep 1
clear
2011年3月19日 星期六
2010年11月26日 星期五
常用的snmp mib for Cisco
SNMP Object Navigator
http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en.iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifAdminStatus(.1.3.6.1.2.1.2.2.1.7)
ifAlias(1.3.6.1.2.1.31.1.1.1.18)
訂閱:
文章 (Atom)
熱門文章
-
https://docs.microsoft.com/zh-tw/azure/expressroute/expressroute-asymmetric-routing Asymmetric routing with multiple network path 越來越多的網路環...
-
putty也可以log輸入過的所有指令,打開時,點選左邊的 logging ,點選 All session output ,代表記錄設備所有的輸出, Browse 選擇儲存檔案位置,關掉putty後,log就不會記錄,下次重開,又要重新設定一次,除非把此設定儲存起來。 不...
-
為了安全考量,系統中內部會記錄上船的檔案名稱,以便讓我們能 交叉比對該檔案是否真的是客戶端上傳的檔案名稱 ,由兩個函式來完成。 is_uploaded_file($filename); $filename是要檢查的檔案名稱,實際在使用時,is_uploaded_file()函式...