subscribe to our Youtube
13390 questions
15918 answers
25772 comments
50539 members
Hello good day hope your safe and doing well. Could you try doing adding example command "neighbor 10.0.0.2 password 123456pass" on the config file of bgp that can be done by connecting to SSH then do the "vi" command. Command: vi /etc/config/quagga/bgpd.conf It will give you this slight similar result like the image shown below: navigate to the router bgp settings on the network part press "a" button on your keyboard to start editing. Then from that you can input neighbor 172.29.254.254 password testing now to save your edited config press "esc" then type ":wq" then input command "/etc/init.d/quagga restart" If you have problem executing this command feel free to ask help we can do a short remote session for this. Thank you and have a nice day! Hope it helps, Stay Safe Kind Regards, Jerome
Jerome,
i allready have been busy with manual editing on CLI but did it again conform your post.
vi /etc/config/quagga/bgpd.conf seems to be creating a new file ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ - /etc/config/quagga/bgpd.conf 1/1 100% FYI: bgpd.conf seems not to be located in that directory root@Teltonika-RUT950:~# ls /etc/config/quagga/bgpd.conf ls: /etc/config/quagga/bgpd.conf: Not a directory root@Teltonika-RUT950:~# ls /etc/config/quagga/ ls: /etc/config/quagga/: Not a directory root@Teltonika-RUT950:~# ls /etc/config/quagga /etc/config/quagga root@Teltonika-RUT950:~# find / -name bgpd.conf /etc/quagga/bgpd.conf /overlay/upper/etc/quagga/bgpd.conf /rom/etc/quagga/bgpd.conf if i add the change to /etc/quagga/bgpd.conf or /overlay/upper/etc/quagga/bgpd.conf the change will dissapear after restarting quagga /rom/etc/quagga/bgpd.conf doesn't show any BGP info