|
|
|
Setting up SNMP alarm reporting involves two main tasks:
The primary server may be either an S8300 Media Server or an S8700 Media Server. The Media Server supports two methods for reporting alarms. Either method, both, or no alarm-reporting method may be used at a given site.
To activate SNMP alarm notification: On the server Web Interface, use the Configure Trap Destinations screen to set up SNMP destinations in the corporate NMS.
The following procedure using the primary server's Linux shell commands administers the dial-out modem to send alarms in the OSS method. In this example, the primary server is an S8300, and the services support agency is Avaya's Initialization and Administration System (INADS).
Perform this task after all Communication Manager administration is complete.
To add INADS phone numbers and enable alarms to INADS
Begin _____________________
Note: Do these steps only if the S8300 is the primary controller and the customer has a maintenance contract with Avaya. Use the information acquired from the ART tool (see "Run the ART Tool for the INADS IP Address" in Chapter 3 of "Installation and Upgrades for the Avaya G700 Media Gateway Controlled by an Avaya S8300 or S8700 Media Server, 555-234-100"). Also, a USB modem must have already been installed. See "Universal Serial Bus (USB) Modems" in Chapter 7 of the same source.
Configuring the G700 Media Gateway to send SNMP traps to the primary server can be accomplished by two commands:
SNMP requires community strings to be used for each SNMP "request". You can set only three community strings on the G700 -- one each for read requests, write requests, and traps. The command for traps is set snmp community trap [community string].
To configure an SNMP community string for traps
Begin _____________________
Events occurring on the G700 cause SNMP traps to be generated. The G700 MGP can be configured to send SNMP traps to any network management system (NMS) in the network, including the primary server (S8300/S8700). The MGP CLI set snmp trap command is the way to configure the NMS network element that will receive those traps. The traps are sent in User Datagram Protocol (UDP) on the customer's IP network.
set SNMP trap <IP address> {enable|disable}
[{all|power|temp|app|module|config|voice|operations}]
where <IP address> is the IP address of the NMS trap receiver that will be receiving the traps from the G700, and
[{all|power|temp|app|module|config|voice|operations}] indicates the groups whose traps will be sent to the specified receiver. If no keywords follow the IP address entry, then all traps will be enabled for the specified receiver.
If "enable" or "disable" is used without a trap designation keyword, then all traps is assumed. Up to ten trap receivers can be configured.
To configure the destination for G700 SNMP traps
Begin _____________________
|
|
|