link
SS7/Sigtran > Configuration > Links page
Table 1 shows the operations allowed on the Links page. The operation is not case-sensitive; for example, INSERT, insert and Insert are valid.
Operation | Description |
---|---|
Insert | Adds a Link to the configuration. |
Delete | Deletes a Link from the configuration. |
Table 2 shows the operations allowed on the SS7/Sigtran > Maintenance > Links page. The operation is not case-sensitive; for example, ENABLE, Enable and enable are valid.
Operation | Description |
---|---|
Enable | Enables a Link io the system. |
Disable | Disables a Link in the system. |
Table 3 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 in the GUI.
The attribute names are not case sensitive; however, the attribute values are.
Attributes Name | GUI Field Name | For Operation |
---|---|---|
name | Link Name |
|
linkset | Link Set |
|
association | Association |
|
Table 4 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 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. |
force | Not applicable |
|
The only valid value is force=1. The attribute is used to force the delete operation for an association, irrespective of its Admin State. |
To insert a Link named Linkl 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