Configure Session Translation

Group your translation rules in the session-translation element. Within a session-translation group, you can enable or disable specific rules, declare whether a rule is required, and define the order in which your rules execute.

  1. Access the session-translation configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# session-translation
    ORACLE(session-translation)# 
  2. id—Enter a name for this session translation.
    You'll use this name later when applying it to a session agent or realm.
  3. Navigate to the session-trans-rule element.
    ORACLE(session-translation)# session-trans-rule
  4. rule-id—Enter the name of the translation-rule element you want to add to this session-translation group.
    The value here matches the id attribute of the translation rule you previously configured.
  5. mandatory—Set whether this rule is required for the session translation group.
    If one mandatory rule fails to be applied successfully, all the rules within that session translation group are reverted. The default is disabled.
  6. move—Move a translation rule from one position to another.
    The syntax for the move command.
    move <from-position> <to-position>
    For example, to move the group's second rule to the first position so that it gets executed first, run this command:
    move 2 1
  7. Type done to save your translation rule.
  8. Add more translation rules if necessary.
  9. Type exit to return to the session-translation element.
  10. Type done to save your session translation.