hi,everybody! I have several questions about PfR when I read the cisco's documents.Here is the example
Q1:
enable
configure terminal
ip access-list extended Voice_Traffic
10 permit udp any 10.1.0.0 0.0.255.255 range 16384 32767
exit
pfr-map Voice_MAP 10
match ip address access-list Voice_Traffic
set active-probe jitter 10.1.1.1 target-port 1025 codec g711alaw
set delay threshold 300
set mos threshold 3.76 percent 30
set jitter threshold 15
set loss relative 5
resolve mos priority 1
resolve jitter priority 2
resolve delay priority 3
resolve loss priority 4
Here match ip address acess-list , we can also config as "match traffic-class Voice_Traffic access-list Vioce_Traffic", Is there any differences ?
------------
Q2:
PfR master
policy-rule Voice_MAP
mode route control
mode monitor both
mode monitor metric static tag 2012
learn
throghput
delay
I have configed the Policy-rule on PfR master. when I hope PfR can operate normally, Is that all ?
Need I do redistribution on PfR border router as :
route-map PfR
match tag 2012
router eigrp 90
redistribute static route-map PfR
Thank you !