Hello All,
I want to create a IP SLA so that I can monitor UP time for ISP's as the I Ethernet connectivity, so if there link down beyond the mux, i cannot find that when it went down and at what time it came back, Basically for how long it? So i want to set IP SLA between CE-PE and same i want to plot a graph in MTRG so that NOC team can motinor as well we can pull historical report for that link.
Can you please suggest if this is achievable? if yes than how can i achieve this?
Thanks
Jagdev
Solved! Go to Solution.
Hi Jagdev ,
Yes you can specify tag on your configuration
tag text
Router(config-sla-monitor-echo)# tag TelnetPollServer1
HTH
Sandy
Hi ,
You can configure IP SLA on your device using below link
http://www.cisco.com/c/en/us/td/docs/ios/12_4/ip_sla/configuration/guide/hsla_c/hsicmp.html
you need to download MIB on to your MRTG server for montioring
CISCO-IPSLA-ECHO-MIB
CISCO-IPSLA-ETHERNET-MIB
Look into below url for loading MIB
http://oss.oetiker.ch/mrtg/doc/mrtg-reference.en.html
HTH
Sandy
Thanks Sandy,
I am planning to configure following stuff on CE router:-
ip sla monitor 11
type echo protocol ipIcmpEcho 10.1.3.1 source-ip 10.1.3.2
owner TEST
threshold 15
timeout 15
frequency 5
ip sla schedule 11 life forever start-time now
I want to give tag to each SLA, will this states in MRTG, related to time instead of latency, which i can see in following commands:-
sh ip sla statistics
sh ip sla statistics details
Thanks
Jagdev
Hi Jagdev ,
Yes you can specify tag on your configuration
tag text
Router(config-sla-monitor-echo)# tag TelnetPollServer1
HTH
Sandy