Database Administration (MOSC)

MOSC Banner

Help with a Weighted Local Routing Table

I'm trying to get a weighted LRT to work on my 4600 SBC.

I've built the LRT just like this example from the configuration guide, but when I run the command show lrt route-table LRT1 , and it shows everything but the Priority and Weight. Software version is nnSCZ840p8A. Any help would be appreciated.

Thank you.

<?xml version="1.0" encoding="UTF-8"?>
<localRoutes>
<route format="weighted">
      <user type="E164">370</user>
      <next prio="0" weight="40" type="regex">!^.*$!sip:\0@SA1!</next>
      <next prio="1" weight="10" type="regex">!^.*$!sip:\0@SA2!</next>
</route>
</localRoutes>

ORACLESBC# show lrt route-table LRT1
UserName <370>
    Entry Type = E164
      Priority = 0
        Weight = 40

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center