490491492493494495496497
protected void registerSnmpMIBs() { heartbeatMIB = new Snmp4jHeartbeatMib(super.getNotificationOriginator(), new OctetString(), super.snmpv2MIB.getSysUpTime()); agentppSimulationMIB = new AgentppSimulationMib(); super.registerSnmpMIBs(); }