Multistage Local Policy Routing Configuration
To set up your local policy attributes for routing using the TO header:
- 
In Superuser mode, type 
			 configure terminal and press Enter.
		  
ORACLE# configure terminal ORACLE(configure)# 
- 
Type 
			 session-router and press Enter.
		  
ORACLE(configure)# session-router ORACLE(session-router)# 
- 
Type 
			 local-policy 
			 and press Enter. If you are adding this feature to a pre-existing local policy configuration, you will need to select and edit a local policy.
		  
ORACLE(session-router)# local-policy ORACLE(local-policy)# 
- 
Type 
			 policy-attributes 
			 and press Enter. If you are adding this feature to a pre-existing local policy configuration, you will need to select and edit your local policy.
		  
ORACLE(local-policy)# policy-attributes ORACLE(local-policy-attributes)# 
- 
next-hop—This is the next signaling host and/or object to query. This parameter can be configured as an IP address, ENUM server, or LRT. You can also add a lookup key to an ENUM server or LRT lookup with the following syntax:
		  
next-hop enum:ENUM-object;key=$TO
- terminate-recursion—Set this parameter to enabled to terminate local policy route recursion when the current stage completes.
- lookup—Leave this parameter at the default single for single stage local policy routing or set it to multi to enable multistage local policy routing.
- next-key—Set this parameter to $TO, $FROM, or $PAI if you wish to override the recently-returned lookup key value for the next stage.
- Save and activate your configuration.


 
