White Papers
VRTX Alert Management
MIB files are the set of queries that a SNMP Manager can query the agent. Agent collects these data
locally and stores it, as defined in the MIB. So, the SNMP Manager is aware of these
standard and
private questions for every type of agent.
SNMP Flow Diagram
Figure 6.
SNMP trap destinations and Agent settings can be set got through RACADM command line interface as
follows:
1. To set the SNMP Trap Destination address, run the command
racadm config -g cfgTraps -o cfgTrapsAlertDestIpAddr 143.169.25.1 -i
1
where i is the index of the Destination Address. CMC supports up to index 4 (i.e. CMC
allows up to 4 destinations).
2. To set the SNMP Community string for a specific index, run the command
racadm config -g cfgTraps -o cfgTrapsCommunityName public -i 1
3. To get the SNMP settings, run the command
racadm getconfig -g cfgTraps -i 1
4. The SNMP agent can be enabled through, run the command
racadm config -g cfgOobSnmp –o cfgOobSnmpAgentEnable 1
5. To Set SNMP Agent community String, run the command
racadm config –g cfgOobSnmp –o cfgOobSnmpAgentCommunity public
6. To get SNMP Agent configuration, run the command