Session Translation

To configure session translations:

  1. Exit out of the translation rules element and enter the session translation element.
    ORACLE(translation-rules)# exit
    ORACLE(session-router)# session-translation
    ORACLE(session-translation)#

    From this point, you can configure the session translation element. To view all session translation parameters, enter a ? at the system prompt. The following is an example of what a session translation configuration might look like:

    session-translation
            id                             lrules-out
            rules-calling                  rule1 rule2 rule3
            rules-called                   addplus1
  2. ID—Set a descriptive ID name for this session translation.
  3. rules-calling—Enter the rules calling in the order in which they should be applied. Multiple rules should be included in quotes and separated by spaces.
    ORACLE(session-translation)# rules-calling "rule1 rule2 rule3"
  4. rules-called—Enter the rules called in the order in which they should be applied. Multiple rules should be included in quotes and separated by spaces.