2019年3月26日 星期二

HPE switch NQA設定

HPE switch NQA設定

NQA(Netork Quality Analyzer),與IP-SLA功能相若,通過發送封包,可以監控並檢測網路狀態


設定步驟
1.創建NQA entry,並設定相關參數
2.排定NQA執行的時程

DNS解析
#nqa entry admin dns 設定nqa entry的Administrator名稱與operation tag
#type dns 設定nqa的類型為dns
#destination ip 8.8.8.8 DNS的目的IP為8.8.8.8
#frequency 5000 執行間隔為5000毫秒
#resolve-target www.lealeagroup.com.tw 解析網址為www.lealeagroup.com.tw

HTTP解析
#nqa entry admin http 設定nqa entry的Administrator名稱與operation tag
#type http 設定nqa的類型為http
#frequency 5000 執行間隔為5000毫秒
#history-record enable 啟用歷史紀錄
#source ip 10.10.10.13 設定來源IP
#url http://webmail.lealeagroup.com.tw/ 設定要解析的網址

ICMP解析
#nqa entry admin ping 設定nqa entry的Administrator名稱與operation tag
#type icmp-echo 設定nqa的類型為ICMP
#destination ip 10.10.10.254 設定目的IP
#frequency 1000 執行間隔為1000毫秒
#history-record enable 啟用歷史紀錄
#history-record number 10 設定歷史紀錄10次
#probe count 10
#probe timeout 500
#source ip 10.10.10.13 設定來源IP

設定好之後排定NQA執行的時程,通常都是立即開始持續偵測
nqa schedule admin dns start-time now lifetime forever
nqa schedule admin http start-time now lifetime forever
nqa schedule admin ping start-time now lifetime forever

在NQA開始偵測的時候,就不能修改NQA的設定了,要修改設定必須要停用偵測
undo nqa schedule admin dns
undo nqa schedule admin http
undo nqa schedule admin ping


之後可以透過指令檢視偵測的結果
display nqa history
display nqa result

沒有留言:

張貼留言