Once upon a time, Baldur Norddahl <[email protected]> said: > What options do we have for monitoring running processes on the > router? Are there other processes than DHCP that should be monitored > too?
JUNOS implements many of the standard SNMP MIBs, which include information about open TCP/UDP ports, so you could monitor UDP-MIB::udpLocalAddress.0.0.0.0.67. If dhcp-relay is running, that variable should return 0.0.0.0; if not, the variable won't exist. -- Chris Adams <[email protected]> _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

