Changes

Jump to: navigation, search

Orange Pi R1

780 bytes added, 13:38, 24 June 2022
Configure OSPF Routing Protocol
a.After installed Quagga routing protocol, configure the following:<br>
i. Check whether there is configure files on /usr/local/etc directory:
<div>[[文件:Orange-pi-r1-img-21.png|600px|]]</div>
<br>
ii. Re-name the configure file of protocol(no matter which protocol, make sure zebra turn on)<br>
$ cp ripd.conf.sample ripd.conf<br>
$ cp zebra.conf.sample zebra.conf<br>
$ cp bgpd.conf.sample bgpd.conf<br>
b.Open corresponding routing protocol access:<br>
$ zebra -d<br>
$ ospfd -d<br>
If display the following mistake:
<div>[[文件:Orange-pi-r1-img-22.png|600px|]]</div>
<br>
Then copy corresponding files on /usr/local/lib to /lib
<div>[[文件:Orange-pi-r1-img-23.png|600px|]]</div>
<br>
c.Connect corresponding protocol of daemon with telnel(Password is:zebra)
<div>[[文件:Orange-pi-r1-img-24.png|600px|]]</div>
<br>
d.Process of configure OSPF protocol:
<div>[[文件:Orange-pi-r1-img-25.png|600px|]]</div>
<br>

Navigation menu