Eric Spakman wrote: > > Andrew, > >>> >>> Hi Andrew, >>> >>> >>> Are you sure both the zebra and ripd daemons are running? I don't use >>> ripd, but zebra/ospf is working fine. The uClibc version has the >>> complete feature set. >>> >>> Eric >>> >>> >>>> >>> >>>> I would like to get zebra + ripd working on my Bering uClibC 3.0.2 >>>> system but am running into problems. I have zebra + ripd working as I >>>> want/expect on RHL9, but when I try the same configuration files on >>>> Bering uClibC >>>> 3.0.2 I >>>> get errors such as: >>>> >>>> Starting Zebra daemon: ripdThere is no such command. >>>> Error occured during reading below line. >>>> neighbor 192.168.1.1 >>>> >>>> My configuration files: >>>> >>>> >>>> >>>> ----- start /etc/zebra/zebra.conf ----- >>>> hostname Router password zebra >>>> >>>> interface eth0 no shutdown multi cast >>>> >>>> interface eth1 no shutdown multicast >>>> >>>> log file /var/log/zebra.log ----- end /etc/zebra/zebra.conf on BUC >>>> 3.0.2 >>>> ----- >>>> >>>> >>>> >>>> ----- start /etc/zebra/ripd.conf on BUC 3.0.2 ----- >>>> hostname ripd password zebra >>>> >>>> router rip version 2 interface eth0 interface eth1 neighbor >>>> 192.168.1.1 >>>> !redistribute kernel >>>> !redistribute static >>>> redistribute connected >>>> >>>> log file /var/log/ripd.log ----- start /etc/zebra/ripd.conf on BUC >>>> 3.0.2 >>>> ----- >>>> >>>> >>>> >>>> If I comment out the 'neighbor' command and include any of the >>>> 'redistribute' commands I get a similar error to the effect that the >>>> commands do not exist. >>>> >>>> Are all of the zebra/ripd commands actually implemented in BUC? >>>> Anyone know why this is happening, or how to fix this? >>>> >>>> >>>> >>>> Thanks in advance. >>>> >>>> >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Problem-with-zebra-%2B-ripd-on-Bering-uClibC-3.0 >>>> .2- >>>> tf3626885.html#a10127396 Sent from the leaf-user mailing list archive >>>> at Nabble.com. >>>> >>>> >>>> >>>> >>>> --------------------------------------------------------------------- >>>> ---- >>>> This SF.net email is sponsored by DB2 Express >>>> Download DB2 Express C - the FREE version of DB2 express and take >>>> control of your XML. No limits. Just data. Click to get it now. >>>> http://sourceforge.net/powerbar/db2/ >>>> ---------------------------------------------------------------------- >>>> -- >>>> leaf-user mailing list: leaf-user@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/leaf-user >>>> Support Request -- http://leaf-project.org/ >>>> >>>> >>>> >>> >>> >>> >>> ----------------------------------------------------------------------- >>> -- >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>> ------------------------------------------------------------------------ >>> leaf-user mailing list: leaf-user@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/leaf-user >>> Support Request -- http://leaf-project.org/ >>> >>> >>> >> >> Eric: >> >> >> If you look at the error message it indicates that Zebra is starting the >> ripd service. Besides, the 'neighbor' command appears only in the >> ripd.conf file, which I assume is only read by ripd when it tries to >> start. >> > Can you try to start with the default configuration and check the output > of "ps", after that make your changes (in ripd.conf first) and restart the > ripd with "/etc/init.d/ripd restart". > > > Eric > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > leaf-user mailing list: leaf-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/leaf-user > Support Request -- http://leaf-project.org/ > >
Eric: Sometimes it helps to restart from scratch. After re-tracing my steps I discovered my mistake. In /etc/zebra/ripd.conf I used the keyword 'interface' when it should have been 'network'. The modifiied ripd.conf should read: ----- start /etc/zebra/ripd.conf on BUC 3.0.2 ----- hostname ripd password zebra router rip version 2 # use the keyword 'network' not 'interface' # see http://www.zebra.org/zebra/RIP-Configuration.html#RIP%20Configuration network eth0 network eth1 redistribute connected log file /var/log/ripd.log ----- end /etc/zebra/ripd.conf on BUC 3.0.2 ----- Now my other RIP router (Linksys) sees the routes on BUC. Thanks for your help. -- View this message in context: http://www.nabble.com/Problem-with-zebra-%2B-ripd-on-Bering-uClibC-3.0.2-tf3626885.html#a10241745 Sent from the leaf-user mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ------------------------------------------------------------------------ leaf-user mailing list: leaf-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/