Routes

Managed object

route

GUI Page updated

SS7/Sigtran > Contiguration > Routes page

Allowed operations

Table 1 shows the operations allowed on the SS7/Sigtran > Configuration > Routes page. The operation is not case-sensitive; for example, INSERT, insert and Insert are valid.

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 2 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 in the GUI.

The attribute names are not case sensitive; however, the attribute values are.

Note: All attribute values must be valid values that are allowed by the GUI (see Routes elements).
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 3 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 in the GUI.

The attribute names are not case sensitive; however, the attribute values are.

Note: All attribute values must be valid values that are allowed by the GUI (see Routes elements).
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