2010年3月7日 星期日

Extreme Switch 基本設定

設定Switch IP Address

#config vlan mgmt  ip_address/subnet_mask
 Example:
 config vlan default ipaddress 192.168.123.1 255.255.255.0
 config vlan default ipaddress 192.168.123.1 / 24
 
設定Default Gateway 
#config iproute add default 
 Example:
 config iproute add default 192.168.123.254
 
儲存設定值 
#save

AdventNet NetFlow Analyzer 9 安裝及移除指令

安裝NetFlowAnalyzer
設定執行權限
root# chmod a+x ManageEngine_NetFlowAnalyzer_9100.bin

執行安裝檔(若在終端機畫面需加參數 -console)
root# ./ManageEngine_NetFlowAnalyzer_9100.bin -console

安裝完畢後,執行NetFlow Analyzer
root# /root/ManageEngine/NetFlow/bin/run.sh

/root/ManageEngine/NetFlow/bin/linkAsService.sh

啟動 NetFlow Analyzer
/etc/init.d/netflowanalyzer start

移除NetFlowAnalyzer
Navigate to the /_uninst directory.
Execute the command ./uninstaller.bin

You will be asked to confirm your choice, after which NetFlow Analyzer is uninstalled.