01-29-2012 12:21 AM - edited 03-14-2019 09:15 AM
Dears;
What is the right rule (right configuration) that I have to place it to be able to distribute for the following VXML browsers in the below algorith:
zone prefix IPCCKWT_P 4519* gw-priority 10 IPCCSTCVG1 IPCCSTCVG2 IPCCSTCVG3 IPCCSTCVG4
First request to: IPCCSTCVG1
Second request: IPCCSTCVG2
Third request: IPCCSTCVG1
Fourth request: IPCCSTCVG2
Fifth request: IPCCSTCVG3
Sixth request: IPCCSTCVG4
Seventh request: IPCCSTCVG1
Eight request: IPCCSTCVG2
Ninth request: IPCCSTCVG1
Tenth request: IPCCSTCVG2
Eleventh request: IPCCSTCVG3
Thirteeth request: IPCCSTCVG4
...
Regards
Bilal
01-29-2012 07:20 AM
I don't see how this would be doable, you either load balance equally by having the same priority, or you define servers for backup with lowering the priority.
On flip side you could create priority and weight distribution with SIP Proxy server if you had SIP deployment.
HTH,
Chris
01-30-2012 01:46 AM
Dear Chris;
Thanks alot for your kindly help and support.
or you define servers for backup with lowering the priority.
* How? Do u mean like this:
zone prefix IPCCKWT_P 4519* gw-priority 10 IPCCSTCVG1 IPCCSTCVG2
zone prefix IPCCKWT_P 4519* gw-priority 20 IPCCSTCVG3 IPCCSTCVG4
Regards
Bilal
01-30-2012 07:12 AM
Instead of 20 use 9, 10 is the max:
gw-priority pri-0-to-10 gw-alias - Range is from 0 to 10, where 0 prevents the gatekeeper from using the gateway
gw-alias for that prefix and 10 places the highest priority on gateway gw-alias. The default is 5.
Good doc on GKs:
http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a00800a8928.shtml
HTH, please rate all useful posts!
Chris
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide