Context
The context of routing
within the schema tree is shown. Italicised links are to other pages.
deployment-config:routing (in routing-config.yaml) routing-rules list name target interface gateway node-types list
Routing configuration.
This node and its descendants are configured in routing-config.yaml
.
- When present
-
Always.
routing-rules list
The list of routing rules.
List Structure
name string target union interface traffic-type gateway ip-address node-types list enumeration
The key is name
.
The values of target
must be unique.
target
The target for the routing rule. Can be either an IP address or a block of IP addresses.
This node is mandatory.
Type union
- Value
-
- ip-address
-
The ip-address type represents an IPv4 address in dotted-quad notation or an IPv6 address in full, mixed, shortened, and shortened-mixed notation.
See RFC 6991 for full details.
- or ip-prefix
-
The ip-prefix type represents an IPv4 prefix (eg 192.168.0.0/24) or an IPv6 prefix similarly.
See RFC 6991 for full details.
interface
The interface to use to connect to the specified endpoint. This must be one of the allowed traffic types, corresponding to the interface carrying the traffic type.
This node is mandatory.
Type traffic-type
- Description
-
The name of the traffic type.
- Value
-
- signaling-traffic-type
-
The name of the signaling traffic type.
one of the following
Value | Description |
---|---|
|
Internal signaling traffic. |
|
Diameter signaling traffic. |
|
SS7 signaling traffic. |
|
SIP signaling traffic. |
|
HTTP signaling traffic. |
|
Applies to custom VMs only. Custom signaling traffic. |
|
Applies to custom VMs only. Second custom signaling traffic. |
- or multihoming-signaling-traffic-type
-
The name of the multihoming signaling traffic type.
one of the following
Value | Description |
---|---|
|
Second Diameter signaling traffic. |
|
Second SS7 signaling traffic. |
- or enumeration
-
one of the following
Value | Description |
---|---|
|
Management traffic. |
|
Cluster traffic. |
|
Access traffic. |
gateway
The IP address of the gateway to route through.
This node is mandatory.
Type ip-address
- Description
-
The ip-address type represents an IPv4 address in dotted-quad notation or an IPv6 address in full, mixed, shortened, and shortened-mixed notation.
See RFC 6991 for full details.
- Value
node-types list
The node-types this routing rule applies to.
Type List of enumeration
- Values
-
one of the following
Value | Description |
---|---|
|
Apply this routing rule to the shcm nodes. |
|
Apply this routing rule to the mag nodes. |
|
Apply this routing rule to the mmt-gsm nodes. |
|
Apply this routing rule to the mmt-cdma nodes. |
|
Apply this routing rule to the smo nodes. |
|
Apply this routing rule to the tsn nodes. |
|
Apply this routing rule to the max nodes. |
|
Apply this routing rule to the rem nodes. |
|
Apply this routing rule to the sgc nodes. |
|
Apply this routing rule to the custom nodes. |