码迷,mamicode.com
首页 > 其他好文 > 详细

启动quagga

时间:2020-07-12 20:22:37      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:user   number   netlink   daemon   div   pen   bugzilla   ali   redist   

[root@kunpeng82 Ryu-SDN-IP]# zebra -d
[root@kunpeng82 Ryu-SDN-IP]# ps -elf | grep zebra
0 S root      1143 50677  0  80   0 -  1729 pipe_w 11:44 pts/22   00:00:00 grep --color=auto zebra
1 S quagga   36047     1  0  80   0 -   418 do_sel 03:48 ?        00:00:00 /usr/sbin/zebra -d -A 127.0.0.1 -f /etc/quagga/zebra.conf
[root@kunpeng82 Ryu-SDN-IP]# 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 identifier file name
-z, --socket       Set path of zebra socket
-k, --keep_kernel  Dont delete old routes which installed by zebra.
-C, --dryrun       Check configuration for validity and exit
-A, --vty_addr     Set vtys bind address
-P, --vty_port     Set vtys port number
-r, --retain       When program terminates, retain added route by zebra.
-u, --user         User to run as
-g, --group       Group to run as
-s, --nl-bufsize   Set netlink receive buffer size
-v, --version      Print program version
-h, --help         Display this help and exit

Report bugs to https://bugzilla.quagga.net
[root@kunpeng82 Ryu-SDN-IP]# 

 

启动quagga

标签:user   number   netlink   daemon   div   pen   bugzilla   ali   redist   

原文地址:https://www.cnblogs.com/dream397/p/13289576.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!