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

Previous
Previous
Next
Next

Links

Managed object

link

GUI page updated

SS7/Sigtran > Configuration > Links page.

Allowed operations

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

Table 5-22 CLI Links Allowed Configuration Operations

Operation Description
Insert Adds a Link to the configuration.
Delete Deletes a Link from the configuration.

Table 5-23 shows the operations allowed on the SS7/Sigtran > Maintenance > Links page. The operations are not case-sensitive.

Table 5-23 CLI Links Allowed Maintenance Operations

Operation Description
Enable Enables a Link io the system.
Disable Disables a Link in the system.

Required attributes

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

Note:

Links elements provide valid attribute values.

Table 5-24 CLI Links Required Attributes

Attributes Name GUI Field Name For Operation
name Link Name
  • Insert
  • Delete
linkset Link Set Insert
association Association Insert

Optional attributes

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

Note:

Links elements provide valid attribute values.

Table 5-25 CLI Links Optional Attributes

Attribute Name GUI Field Name For Operation Notes
nename Signaling Network Element Name Insert On SS7 applications where configuration is performed from the SOAM, this parameter is optional.
force Not applicable Delete The only valid value is force=1. The attribute is used to force the delete operation for an association, irrespective of its Admin State.

Samples

To insert a Link named Link1 with a Link Set of LS1 and an association of Assoc1 on Signaling Network Element NE_01, use any of the following commands:

insert: link: nename=NE_01: name=Link1: linkset=LS1: association=Assoc1

Insert: Link: NeName=NE_01: Name=Link1: Linkset=LS1: Association=Assoc1

INSERT: LINK: NENAME=NE_01: NAME=Link1: LINKSET=LS1: ASSOCIATION=Assoc1

To delete the Link, Link1, use any of the following commands:

delete: link: name=Link1

Delete: Link: Name=Link1

DELETE: LINK: NAME=Link1

DELETE: LINK: NAME=Link1: FORCE=1

All attribute values are case sensitive. The following commands add two different Links:

insert: link: nename=NE_01: name=Link1: linkset=LS1: association=Assoc1

insert: link: nename=NE_01: name=LINK1: linkset=LS2: association=Assoc1