Planning and Installation Manual 221
Appendix A
SNMP Managers
Adding SNMP Managers
This appendix describes special procedures for adding a new SNMP
Manager to any matrix when the user is NOT using NetCentral as the
SNMP Manager.
1. Send a GET request for gvgTtCfgTableNextIndex variable defined in
GVG-ELEMENT-MIB e.g.: if it returns 2.
2. Create a new Row in the Trap target table by sending a SET request for
the gvgTtCfgEntryStatus(1.3.6.1.4.1.4947.2.1.3.3.1.4).index, where index is
the value returned in Step 1 above.
E.g.: in this case generate a SET request for 1.3.6.1.4.1.4947.2.1.3.3.1.4.2,
where 2 is the next available index and syntax is INTEGER32. Set the
value as 5 (create and wait). If the SET request is successful proceed to the
next step.
The SET request could be unsuccessful if:
• The row for the above index already exists.
• The number of registered managers count in the SNMP Agent data-
base has reached the maximum allowed. A maximum of 5 man-
agers can be registered at one time. All subsequent attempts to
register additional managers will fail unless existing managers are
deleted from its database.
3. Send a SET request for gvgTtCfgIpAddress (1.3.6.1.4.1.4947.2.1.3.3.1.2)
.index, where index is the value returned in Step 1 above.
E.g.: in this case generate a SET request for 1.3.6.1.4.1.4947.2.1.3.3.1.2.2,
where 2 is the next available index and syntax is IPADDRES. Enter the
IP address of the SNMP Manager to be registered. If the SET request is
successful proceed to the next step.