[root@nagios etc]# /etc/quagga/sbin/zebra -h
Usage : zebra [OPTION...]
Daemon which manages kernel routing table management and redistribution between different routing protocols.
-b, --batch Runs in batch mode
-d, --daemon Runs in daemon mode
-f, --config_file Set configuration file name
-i, --pid_file Set process ide
[root@nagios etc]# /etc/quagga/sbin/zebra -d
[root@nagios etc]# ps -ef | grep zebra
root 27881 1 0 16:13 ? 00:00:00 /etc/quagga/sbin/zebra -d
使用方式: telnet 127.0.0.1 2601 (密码在zebra.conf文件内)
telnet 127.0.0.1 2601
Trying 127.0.0.1...
Connected to nagios.JF.com (127.0.0.1).
Escape character is '^]'.
Hello, this is Quagga (version 0.99.17).
Copyright 1996-2005 Kunihiro Ishiguro, et al.
User Access Verification
Password:
Router> en
Password:
Router#