lsp
SS7/Sigtran > Configuration > Local Signaling Points page
Table 1 shows the operations allowed on the SS7/Sigtran > Configuration > Local Signaling Points page. The operation is not case-sensitive, for example, INSERT, insert and Insert are valid.
Operation | Description |
---|---|
Insert | Adds an LSP to the configuration. |
Delete | Deletes an LSP from the configuration. |
Edit | Allows modification of an existing LSP. |
Table 2 lists the required attributes for the lsp managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Local Signaling Points 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 | MTP Code |
|
The MTP point code that identifies this Local Signaling Point. Only one LSP can have this MTP True Point Code. |
domain | SS7 Domain |
|
The SS7 domain in which the Node resides. |
svrgroups | Server Group(s) |
|
Server Group(s) that serve this Local Signaling Point.
For multiple server groups, this field contains a comma-separated list of server groups. Each server group can host an lsp of each of the three domains - ANSI, ITUI and ITUN. |
Table 3 lists an optional attribute for the lsp managed object. The table maps the command attribute to its corresponding field name on the SS7/Sigtran > Configuration > Local Signaling Points page in the GUI.
The attribute name is not case sensitive; however, the attribute value is.
Attribute Name | GUI Field Name | For Operation |
---|---|---|
netname | Signaling Network Element Name |
|
cpc | MTP Capability Point Code(s) |
|
cpc2 | MTP Capability Point Code(s) |
|
name | Local Signaling Point Name |
|
To insert Local Signaling Point with pointcode as 001-001-001 in ANSI domain and auto generated LSP Name for Signaling NE Sig_OAM, use any of the following commands. The LSP Name added would be: ANSI_001_001_001
insert: lsp: nename=Sig_OAM: domain=ANSI: pointcode=001-001-001: svrgroups=SG_MP Insert: Lsp: NeName=Sig_OAM: Domain=ANSI: Pointcode=001-001-001: Svrgroups=SG_MP INSERT: LSP: NENAME=Sig_OAM: DOMAIN=ANSI: POINTCODE=001-001-001: SVRGROUPS=SG_MP
To insert Local Signaling Point LSP_01 with pointcode as 001-001-001 in ANSI domain for Signaling NE Sig_OAM, use any of the following commands:
insert: lsp: nename=Sig_OAM: name=LSP_01: domain=ANSI: pointcode=001-001-001: svrgroups=SG_MP Insert: Lsp: NeName=Sig_OAM: Name=LSP_01: Domain=ANSI: Pointcode=001-001-001: Svrgroups=SG_MP INSERT: LSP: NENAME=Sig_OAM: NAME=LSP_01: DOMAIN=ANSI: POINTCODE=001-001-001: SVRGROUPS=SG_MP
To delete Local Signaling Point LSP_01, use any of the following commands:
delete: lsp: name=LSP_01 Delete: Lsp: Name=LSP_01 DELETE: LSP: NAME=LSP_01
insert: lsp: nename=Sig_OAM: name=LSP_01: domain=ANSI: pointcode=001-001-001: servergroups=SG_MP insert: lsp: nename=Sig_OAM: name=lsp_01: domain=ANSI: pointcode=002-002-002: servergroups=SG_MP1