linkset
SS7/Sigtran > Configuration > Link Sets page
Table 1 shows the operations allowed on the SS7/Sigtran > Configuration > Link Sets page. The operation is not case-sensitive; for example, INSERT, insert and Insert are valid.
Operation | Description |
---|---|
Insert | Adds a Link Set to the configuration. |
Delete | Deletes a Link Set from the configuration. |
Table 2 lists the required attributes for the linkset managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Link Sets page in the GUI.
The attribute names are not case sensitive; however, the attribute values are.
Attribute Name | GUI Field Name | For Operation | Notes |
---|---|---|---|
name | Link Set Name |
|
Not applicable |
lsp | Local Signaling Point |
|
Not applicable |
pointcode | Adjacent Remote Point Code |
|
Point codes are normalized based on the specified SS7 domain. Some examples follow:
|
domain | SS7 domain |
|
Not application |
assignrc | Assign Routing Context |
|
If assignrc = yes, and the optional routingcontext attribute is not specified, then the default value of routingcontext prevails (the first unused integer value greater than zero). |
Table 3 lists the optional attributes for the linkset managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Link Sets 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 |
|
On SS7 applications where configuration is performed from the SOAM, this parameter is optional. |
routingcontext | Routing Context |
|
The following rules are applicable for routing context. The attribute value is not case-sensitive:
|
To insert Linkset LS_01 with the LSP as LSP_01 and the adjacent point code as 003-003-003 with no routing context, use any of the following commands:
insert: linkset: nename=sig_oam: name=LS_01: lsp=LSP_01: pointcode=3-3-3: domain=ansi: assignrc=no Insert: Linkset: NeName=sig_oam: Name=LS_01: Lsp=LSP_01: Pointcode=003-003-003: Domain=ansi: Assignrc=no INSERT: LINKSET: NENAME=sig_oam: NAME=LS_01: LSP=LSP_01: POINTCODE=003-003-003: DOMAIN=ANSI: ASSIGNRC=no
To delete Link Set LS_01, use any of the following commands:
delete: linkset: name=LS_01 Delete: Linkset: Name=LS_01 DELETE: LINKSET: NAME=LS_01
All attribute values are case sensitive. The following commands add two different Link Sets:
insert: linkset: name=LS_01: lsp=LSP_01: pointcode=003-003-003: domain=ansi: assignrc=no insert: linkset: name=ls_01: lsp=LSP_01: pointcode=003-003-002: domain=ansi: assignrc=no