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

Previous
Previous
Next
Next

Adjacent Server Groups

Managed object

asg

GUI Page updated

SS7/Sigtran > Configuration > Adjacent Server Groups page.

Allowed operations

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

Table 5-5 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 5-6 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. The attribute values are case-sensitive.

Note:

Adjacent Server Groups elements provide valid attribute values.

Table 5-6 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 5-7 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. The attribute value is case-sensitive.

Note:

Adjacent Server Groups elements provide valid attribute values.

Table 5-7 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 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