route
SS7/Sigtran > Contiguration > Routes page
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.
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. |
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.
Attribute Name | GUI Field Name | For Operation | Notes |
---|---|---|---|
pointcode | Remote Point Code |
|
Point codes are normalized based on the specified SS7 domain. Some examples follow:
|
domain | SS7 Domain |
|
Not applicable |
linkset | Link Set |
|
Not applicable |
relcost | Relative Cost |
|
CLI ignores leading zeros, for example: 001 = 01 = 1 |
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.
Attribute Name | GUI Field Name | For Operation | Notes |
---|---|---|---|
nename | Signaling Network Element Name |
|
In the MD-IWF SS7 Application, where configuration is performed from the SOAM, this parameter is optional. |
name | Route Name |
|
Not applicable. |
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