07-23-2009 12:53 PM - edited 03-15-2019 07:05 PM
if there are multiple partitions in a CSS that have the same route pattern:
9.1900XXXXXXX
the first partition A in this CSS in fact blocked this call.
the second partition B in this CSS route this call.
so will partition A reject this call, or partition will still be looked at to route this call?
Solved! Go to Solution.
07-23-2009 01:00 PM
Since they're equally good matches, then the order of the partitions in CSS does come into play, if the 1st one says to block it then it takes precedence and the call will be blocked
HTH
java
if this helps, please rate
07-23-2009 01:01 PM
Whether a pattern is eventually blocked or not does not influence which pattern is selected.
If the patterns are identical, ie. they have the same number of possible matches, then the position of the partitions in the CSS is used to break the tie.
Regards,
Michael.
07-23-2009 01:00 PM
Since they're equally good matches, then the order of the partitions in CSS does come into play, if the 1st one says to block it then it takes precedence and the call will be blocked
HTH
java
if this helps, please rate
07-23-2009 01:01 PM
Whether a pattern is eventually blocked or not does not influence which pattern is selected.
If the patterns are identical, ie. they have the same number of possible matches, then the position of the partitions in the CSS is used to break the tie.
Regards,
Michael.
07-23-2009 01:26 PM
so the logic is the same as access list on router!
07-23-2009 01:34 PM
That's one way to look at it, yes. Once a pattern is selected, no additional patterns with potential matches will be considered.
Regards,
Michael.
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