#!/bin/bash
ps -ef | grep "zebra -d" | grep -v grep
ps -ef | grep "ospfd -d" | grep -v grep
ps -ef | grep "quagga" | grep -v grep

