This section provides you with the generic steps for adding an SNMP Attribute, and then the 'Additional sections' provides you with examples.

Note

Before you create an M2UA link, you must create an L2 Connection.

To create SNMP Attributes

Tip

Before you start this procedure, you must know the OID of the parent object. While in creation mode, the last instance number must be 0 (when the object gets created, the instance number changes).

  1. Set the RowStatus (254) value to 5 (create and wait).

  2. Set all mandatory attributes. These attributes are documented in the SS7 Application Guide 1 and SS7 Application Guide 2.

    Tip

    SNMP is flexible in handling string optional creatable attributes. If the object to be created has a creatable string attribute that can be left undefined (empty), you can omit this attribute and the interface defaults the attribute to an empty string value.

         

  3. Set the parent OID (253) value as a string.

  4. Do a get on the RowStatus (254).

  5. If the value is 2, the object is ready to be created.

  6. If the value is 3, at least one mandatory value is incorrect or has not been entered.

  7. Create the object by setting the RowStatus to 1 (Active).

  8. Do a walk on a known attribute to verify if the object has been created properly.

  • No labels