asg
SS7/Sigtran > Configuration > Adjacent Server Groups page
Table 1 shows the operations allowed on the SS7/Sigtran > Configuration > Adjacent Server Groups page. The operation is not case-sensitive, for example, INSERT, insert and Insert are valid.
Operation | Description |
---|---|
Insert | Adds an ASG to the configuration. |
Delete | Deletes an ASG from the configuration. |
Edit | Allows modification of an existing ASG. |
Table 2 lists the required attributes for the asg managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Adjacent Server Groups 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 | Adjacent Server Group Identifier |
|
Unique identifier used to label an Adjacent Server Group |
adjservers | Adjacent Server Group Member(s) |
|
The list of Adjacent Servers that make
up the Adjacent Server Group. This field contains a comma-separated list of Adjacent Servers. |
Table 3 lists an optional attribute for the asg managed object. The table maps the command attribute to its corresponding field name on the SS7/Sigtran > Configuration > Adjacent Server Groups page in the GUI.
The attribute name is not case sensitive; however, the attribute value is.
Attribute Name | GUI Field Name | For Operation |
---|---|---|
nename | Signaling Network Element Name |
|
To insert Adjacent Server Group ASG_01 on Signaling NE Sig_OAM with Adjacent Servers AS_0, use any of the following commands.
insert: asgroup: nename=Sig_OAM: name=ASG_01: adjservers=AS_0, as1 Insert: Insert: AsGroup: NeName=Sig_OAM: Name=ASG_01: AdjServers=AS_0, as1 INSERT: INSERT: ASGROUP: NENAME=Sig_OAM: NAME=ASG_01: ADJSERVERS=AS_0, as1
To delete Adjacent Server Group ASG_01, use any of the following commands:
delete: asgroup: name=ASG_01 Delete: Asgroup: Name=ASG_01 DELETE: ASGROUP: NAME=ASG_01
insert: asgroup: nename=Sig_OAM: name=ASG_01:adjservers=AS_0, as1 insert: asgroup: nename=Sig_OAM: name=Asg_01: adjservers=AS_1