Remote RMX-3200 Version 5.2x Configuration Guide
Configuring the SNMP Proxy: Configuring a Mediation SNMP Point Template
22-7
6. Configure the poll value of 1 for the up state:
config mediation snmp event-template ifEntryDef state up poll-
value 1
7. Configure the trap oid .1.3.6.1.6.3.1.1.5.4 for the up state:
config mediation snmp point-template ifEntryDef state up trap-oid
.1.3.6.1.6.3.1.1.5.4
8. Configure the varbind match .1.3.6.1.2.1.2.2.1.1 $(ifIndex) for the up
state, that is, the OID equals the value of $(ifIndex):
config mediation snmp point-template ifEntryDef state up varbind-
match .1.3.6.1.2.1.2.2.1.1 $(ifIndex)
9. Configure the severity as normal for the up state:
config mediation snmp point-template ifEntryDef state up severity
normal
10. Configure the message as $(point) is up for the up state:
config mediation snmp point-template ifEntryDef state up message
$(point) is up
You will now configure similar parameters for the down state using the same point
template,
ifEntryDef.
11. Configure the
down state for point template ifEntryDef:
config mediation snmp point-template ifEntryDef state down
12. Configure the poll value of 2 for the down state:
config mediation snmp event-template ifEntryDef state down poll-
value 2
13. Configure the trap oid .1.3.6.1.6.3.1.1.5.3 the down state:
config mediation snmp point-template ifEntryDef state down trap-
oid .1.3.6.1.6.3.1.1.5.3
14. Configure the varbind match .1.3.6.1.2.1.2.2.1.1 $(ifIndex) for the down
state:
config mediation snmp point-template ifEntryDef state down
varbind-match .1.3.6.1.2.1.2.2.1.1 $(ifIndex)
15. Configure the severity as major for the down state:
config mediation snmp point-template ifEntryDef state down
severity major
16. Configure the message as $(point) is down:
config mediation snmp point-template ifEntryDef state down message
$(point) is down