Hi all
I have configured OER to use R1 as the primary link but to use R2 if the link is not available or is out of policy. My policy dictates that delay should be less than 50ms and jitter less than 5ms. I put a shaper on R1 so the link is out of policy but it does not move the traffic to R2 and I am stumped.
DstPrefix Appl_ID Dscp Prot SrcPort DstPort SrcPrefix
Flags State Time CurrBR CurrI/F Protocol
PasSDly PasLDly PasSUn PasLUn PasSLos PasLLos EBw IBw
ActSDly ActLDly ActSUn ActLUn ActSJit ActPMOS
-------------------------------------------------------------------------------
0.0.0.0/0 N ef 256 N N 155.1.44.0/24
INPOLICY @82 150.1.1.1 Fa0/0 PBR
N N N N N N N N
938 938 0 0 70 100
Above the output is showing active delay of 938m. My threshold below is 50ms, INPOLICY how?
oer-map OER 5
match traffic-class access-list EF
set mode select-exit good
set delay threshold 50
set resolve delay priority 1 variance 1
set resolve jitter priority 2 variance 1
no set resolve utilization
set jitter threshold 5
set active-probe jitter 150.1.5.5 target-port 32768
set probe frequency 4
set link-group R1 fallback R2
Router 1 SLA STATS
==================
R1#sh ip sla sta 17
Round Trip Time (RTT) for Index 17
Latest RTT: 1044 milliseconds
Latest operation start time: 16:42:11.403 CET Tue Jan 21 2014
Latest operation return code: OK
RTT Values:
Number Of RTT: 41 RTT Min/Avg/Max: 1/1044/1954 milliseconds
Latency one-way time:
Number of Latency one-way Samples: 39
Source to Destination Latency one way Min/Avg/Max: 154/1009/1866 milliseconds
Destination to Source Latency one way Min/Avg/Max: 87/88/89 milliseconds
Jitter Time:
Number of SD Jitter Samples: 35
Number of DS Jitter Samples: 35
Source to Destination Jitter Min/Avg/Max: 1/93/976 milliseconds
Destination to Source Jitter Min/Avg/Max: 0/1/1 milliseconds
Packet Loss Values:
Loss Source to Destination: 0 Loss Destination to Source: 0
Out Of Sequence: 0 Tail Drop: 48
Packet Late Arrival: 11 Packet Skipped: 0
Voice Score Values:
Calculated Planning Impairment Factor (ICPIF): 67
MOS score: 1.83
Number of successes: 207
Number of failures: 1
Operation time to live: Forever
Router 2 SLA STATS
==================
R2#sh ip sla sta 171
Round Trip Time (RTT) for Index 171
Latest RTT: 2 milliseconds
Latest operation start time: 16:44:31.525 CET Tue Jan 21 2014
Latest operation return code: OK
RTT Values:
Number Of RTT: 100 RTT Min/Avg/Max: 2/2/3 milliseconds
Latency one-way time:
Number of Latency one-way Samples: 0
Source to Destination Latency one way Min/Avg/Max: 0/0/0 milliseconds
Destination to Source Latency one way Min/Avg/Max: 0/0/0 milliseconds
Jitter Time:
Number of SD Jitter Samples: 99
Number of DS Jitter Samples: 99
Source to Destination Jitter Min/Avg/Max: 0/1/1 milliseconds
Destination to Source Jitter Min/Avg/Max: 0/1/1 milliseconds
Packet Loss Values:
Loss Source to Destination: 0 Loss Destination to Source: 0
Out Of Sequence: 0 Tail Drop: 0
Packet Late Arrival: 0 Packet Skipped: 0
Voice Score Values:
Calculated Planning Impairment Factor (ICPIF): 11
MOS score: 4.06
Number of successes: 449
Number of failures: 0
Operation time to live: Forever
As you can see Delay and Jitter are very bad on R1 but it does not move the traffic class.
Any suggestions?
Thanks