Go to primary content
Diameter Signaling Router SS7/Sigtran
Release 8.2
E89009
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Routes

Managed object

route

GUI Page updated

SS7/Sigtran > Configuration > Routes page.

Allowed operations

Table 5-26 shows the operations allowed on the SS7/Sigtran > Configuration > Routes page. The operations are not case-sensitive.

Table 5-26 CLI Routes Allowed Operations

Operation Description
Insert Adds a Route to the configuration.
Delete Deletes a Route from the configuration.
Edit Allows modification of the Route Cost for an existing Route.

Required attributes

Table 5-27 lists the required attributes for the route managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Routes page. The attribute values are case-sensitive.

Note:

Routes elements provide valid attribute values.

Table 5-27 CLI Routes Required Attributes

Attribute Name GUI Field Name For Operation Notes
pointcode Remote Point Code
  • Insert
  • Delete
  • Edit
Point codes are normalized based on the specified SS7 domain. Some examples follow:
  • ANSI point code 1-1-1 becomes 001-001-001
  • ITU-I point code 1-1-1 becomes 1-001-1
  • ITU-N point code 00001 becomes 1 and ITU-N point code 000 becomes 0
domain SS7 Domain
  • Insert
  • Delete
  • Edit
Not applicable
linkset Link Set
  • Insert
  • Delete
  • Edit
Not applicable
relcost Relative Cost
  • Insert
  • Edit
CLI ignores leading zeros, for example: 001 = 01 = 1

Optional attributes

Table 5-28 lists the optional attributes for the route managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Routes page. The attribute values are case-sensitive.

Note:

Routes elements provide valid attribute values..

Table 5-28 CLI Routes Optional Attributes

Attribute Name GUI Field Name For Operation Notes
nename Signaling Network Element Name Insert In the MD-IWF SS7 Application, where configuration is performed from the SOAM, this parameter is optional.
name Route Name Insert Not applicable.

Samples

To insert a Route with a point code of 1-1-1, the domain as ANSI, and a relative cost of 5, use any of the following commands:

insert: route: nename=sig_oam: pointcode=1-1-1: domain=ansi: linkset=LS1: relcost=5

Insert: Route: NeName=sig_oam: Pointcode=001-001-001: Domain=ansi: Linkset=LS1: Relcost=5
 
INSERT: ROUTE: NENAME=sig_oam: POINTCODE=001-001-001: DOMAIN=ANSI: LINKSET=LS1: RELCOST=5

To delete Route_01, use any of the following commands:

delete: route: pointcode=1-1-1: domain=ansi: linkset=LS1

Delete: Route: Pointcode=001-001-001: Domain=Ansi: Linkset=LS1

DELETE: ROUTE: POINTCODE=001-001-001: DOMAIN=ANSI: LINKSET=LS1

To update the Relative Cost for Route_01 with a value of 10, use any of the following commands:

edit: route: pointcode=1-1-1: domain=ansi: linkset=LS1: relcost=10

Edit: Route: Pointcode=001-001-001: Domain=Ansi: Linkset=LS1: Relcost=10

EDIT: ROUTE: POINTCODE=001-001-001: DOMAIN=ANSI: LINKSET=LS1: RELCOST=10