SVI-STP SSME
Squire Technologies - Confidential Document
Page
38
of
57
The processing occurs in the following manner:
If a Routeset child element exists then find the highest priority routes within the routeset,
check the availability of each of this routes. If only a single route of this priority exists then
send the message on this route. Otherwise determine the load on these routes and make a
decision based on the weight algorithm.
If no routes on the highest priority are available then move down to the next priority and so
forth
If no routes are available then return NoRoute.
If no routeset exists but route child element exists, then check the availability of the route if
available then return this route for outbound transaction
If the route is not available then return NoRoute
5.2
Routeset
The <Routeset> is always a child of the <RouteEp> Element. For each <RouteEp> element there can
be a maximum of one <Routeset>.
A <Routeset> will have one or more <Route> elements. Each <Route> element describes a method to
forward the incoming message to the next destination.
5.3
Route
The <Route> element is either:
Sub-element of the <RouteEp> in which case there is only 1 <Route> element in each
<RouteEp>
Sub-element of the <Routeset> in which case there is 1 or more <Route> elements in each
<Routeset>
The <Route> should describe a unique method of forwarding the message to the next destination.
They can have the following information for determining the method:
Linkset and Destination Attributes – in this case the new message will be forwarded on the
linkset using the DPC specified in the attribute. DPC can be
o
Named SVI-STP destination resource
o
DPC decimal format
o
DPC hex format
o
Dashed Format
Linkset Only – the message will be forwarded using the current Destination Point Code, this
might have been set by the calling element. If not, it will use the incoming destination point
code of the original message
Destination Only – the message will be forwarded using the DPC specified in the attribute, the
MTP-Routing table will be consulted to determine the linkset to use to reach the destination
If a named destination /linkset is used as an attribute then the SSME will check with the SVI-STP to
determine the availability of the destination / linkset.