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:
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: |
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:
|
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).
|
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: |
example_policy |
Route Policy | The name of the policy that this route uses for outgoing SCCP messages. Valid values are:
This question is asked per route. create_config.info question: |
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