Quagga soft route analysis and installation of quagga yum install quagga www.2cto.com
Basic configurations: vim/etc/quagga/zebra. conf hostname router password router save and exit, execute service zebra start and then telnet 127.0.0.1 2601 enter the above password router, then you can enter command line mode similar to cisco .... appendix: The tcp port used by quagga (from the official document) is as follows: zebrasrv 2600/tcp # zebra service zebra 2601/tcp # zebra vty ripd 2602/tcp # RIPd vty ripngd 2603/tcp # RIPngd vty ospfd 2604/tcp # OSPFd vty bgpd 2605/tcp # BGPd vty ospf6d 2606/tcp # OSPF6d vty ospfapi 2607/tcp # ospfapi isisisd 2608/tcp # isisd vty www.2cto.com or through cat/etc/services | grep '260. /tcp ): hpstgmgr 2600/tcp zebrasrv # HPSTGMGR discp-client 2601/tcp zebra # discp client discp-server 2602/tcp ripd # discp server servicemeter 2603/tcp ripngd # Service Meter nsc-ccs 2604/ tcp ospfd # nsc ccs nsc-posa 2605/tcp bgpd # nsc posa netmon 2606/tcp ospf6d # Dell Netmon
Author nir_no