シスコデバイスでは、Cisco IP SLAを使用できます。最初に構成して有効にし、次に結果を監視する必要があります。
手順:
1. ip sla monitor operation-number
2. type echo protocol ipIcmpEcho {destination-ip-address | destination-hostname} [source-ipaddr {ip-address | hostname} | source-interface interface-name]
3. frequency seconds
4. ip sla monitor schedule operation-number [life {forever | seconds}] [start-time {hh:mm[:ss] [month day | day month] | pending | now | after hh:mm:ss] [ageout seconds] [recurring]
シスコの設定例:IP SLA--Analyzing IP Service Levels Using the ICMP Echo Operation。
Router> enable
Router# configure terminal
Router(config)# ip sla monitor 10
Router(config-sla-monitor)# type echo protocol ipIcmpEcho 172.29.139.134
Router(config-sla-monitor-echo)# frequency 300
Router(config-sla-monitor-echo)# exit
Router(config)# ip sla monitor schedule 10 start-time now life forever
監視するために:
show ip sla monitor statistics