Adjacent Server Groups

Managed object

asg

GUI Page updated

SS7/Sigtran > Configuration > Adjacent Server Groups page

Allowed operations

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.

CLI ASG Allowed Operations
Operation Description
Insert Adds an ASG to the configuration.
Delete Deletes an ASG from the configuration.
Edit Allows modification of an existing ASG.

Required attributes

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.

Note: All attribute values must be valid values that are allowed by the GUI (see Adjacent Server Groups elements ).
CLI ASG Required Attributes
Attribute Name GUI Field Name For Operation Notes
name Adjacent Server Group Identifier
  • Insert
Unique identifier used to label an Adjacent Server Group
adjservers

Adjacent Server Group Member(s)

  • Insert
The list of Adjacent Servers that make up the Adjacent Server Group.

This field contains a comma-separated list of Adjacent Servers.

Optional attribute

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.

Note: All attribute values must be valid values that are allowed by the GUI (see Adjacent Server Groups elements).
CLI ASG Optional Attribute
Attribute Name GUI Field Name For Operation
nename Signaling Network Element Name
  • Insert

Samples

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
Note: All Values for field name are case-sensitive. For example, the following commands will add two different Adjacent Server Groups:
  insert: asgroup: nename=Sig_OAM: name=ASG_01:adjservers=AS_0, as1 

 insert: asgroup: nename=Sig_OAM: name=Asg_01: adjservers=AS_1