I use ebgp between my SPLAT and a Cisco upstream device. Cisco router has bgp of AS 1 and SPLAT has BGP AS 2. Here is what you put in the bgpd.conf file: router bgp 2 neighbor 192.168.1.1 remote-as 1 the syntax is very similar to Cisco IOS syntax. Good luck!
Stig Bull <[EMAIL PROTECTED]> wrote: > That is NOT true. You can can either BGP and/or OSPF with > either R55 or R55w without any problems on SPLAT. You have > to go to /etc/zebra directory and modify the daemons.conf, > change the value of ZEBRA=0 and BGP=0 to > ZEBRA=1 and BGP=1. > > After that, modify the bgpd.conf and put in the route that > you want to advertise and any bgp peering that you like. > > Finally, do "service zebra restart". That will bring up BGP. > > Good Luck! Excellent, thanks! Do you know if this is documented in a manual? daemons.conf is fine, but the rest of the files in the directory are zero bytes so I don't know the syntax I should use: drwxr-x--- 2 root root 1024 Jan 17 2005 . drwxr-xr-x 24 root root 2048 Apr 25 23:40 .. -rw-r----- 1 root root 0 Apr 15 2004 bgpd.conf -rw-r----- 1 root root 250 Apr 15 2004 daemons.conf -rw-r----- 1 root root 0 Apr 15 2004 ospf6d.conf -rw-r----- 1 root root 0 Apr 15 2004 ospfd.conf -rw-r----- 1 root root 0 Apr 15 2004 ripd.conf -rw-r----- 1 root root 0 Apr 15 2004 ripngd.conf -rw-r----- 1 root root 0 Apr 15 2004 vtysh.conf -rw-r----- 1 root root 0 Apr 15 2004 zebra.conf -- Stig Bull Networking and Systems Administrator Hugin ASA http://www.hugincorporate.com Phone: +47 22 80 79 89 Mobile: +47 91 60 88 74 Fax: +47 22 80 79 79 - Your reputation connects through Hugin Any views expressed in this email are those of the author and do not necessarily represent those of Hugin or its subsidiary companies. ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] ================================================= __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] =================================================
