SCCP Routing Policy Configuration

You can use configuration parameters in create_config.py to define Network Enabler configuration for Signaling Connection Control Part (SCCP) routing policy.

Example SCCP Routing Policy Configuration

SCCP Routing Policy Configuration describes the create_config.py parameters necessary for configuring SCCP routing policy and SCCP routing policy rules and shows example values for each parameter:

Table 1. SCCP Routing Policy Configuration
Parameter Description Example Value
Number of Policy Rules The number of policy rules required for routing outgoing messages based on fields from the SCCP called or calling party address.

create_config.info question: Network Enabler:How many routing policy rules do you want?

1
Policy Fields A comma-separated list of up to 16 fields to match from the SCCP called or calling party address. Prefix calling party fields with 'o_'. Valid values are:
  • ai and o_ai — Address indicator.
  • ri and o_ri — Routing indicator.
  • ssn and o_ssn — Subsystem number.
  • pc and o_pc — Point Code.
  • gti and o_gti — Global title indicator.
  • tt and o_tt — Translation type in the global title.
  • np and o_np — Numbering plan in the global title.
  • noa and o_noa — Nature of address in the global title.

create_config.info question: Network Enabler Policy Rule 1: What are the fields to match?

ssn
Field Value The value to match for the specified policy field when applying this rule. Defaults to -1 (a match occurs when the specified field is not present in the called or calling party address).

create_config.info question: Network Enabler Policy Rule 1: What is the field value to match?

146
Policy Name The name of the policy that this rule belongs to. Messages that match a rule belonging to a named policy use only routes assigned to that policy.

create_config.info question: Network Enabler Policy Rule 1: What is the name of the policy to apply?

example_policy
Route Policy The name of the policy that this route uses for outgoing SCCP messages. Valid values are:
  • * — The route is valid for all policies.
  • Policy_Name — The route is valid for the policy with this name.
Press enter for routes that apply to messages for which there is no matching policy.

This question is asked per route.

create_config.info question: Network Enabler Route 1: What policy is this route for?

example_policy

SCCP Routing Policy Configuration

The following create_config.info section shows example SCCP routing policy configuration.

Network Enabler:How many routing policy rules do you want?1
Network Enabler Policy Rule 1:What are the fields to match?ssn
Network Enabler Policy Rule 1:What is the ssn value to match?146
Network Enabler Policy Rule 1:What is the name of the policy to apply?example_policy
Network Enabler Route 1:What policy is this route for?example_policy