Quagga

Differences between revisions 9 and 10
Revision 9 as of 2008-03-21 02:55:08
Size: 1983
Editor: 123-2-46-70
Comment: Jonathan Ferguson
Revision 10 as of 2008-08-06 16:13:46
Size: 2017
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[BR]]Download the following Files:
[[BR]]attachment:bgpd.conf # File owner: quagga - Quagga routing suite; File group: quagga
[[BR]]attachment:isisd.conf # File owner: quagga - Quagga routing suite; File group: quagga
[[BR]]attachment:ospf6d.conf # File owner: quagga - Quagga routing suite; File group: quagga
[[BR]]attachment:ospfd.conf # File owner: quagga - Quagga routing suite; File group: quagga
[[BR]]attachment:ripd.conf # File owner: quagga - Quagga routing suite; File group: quagga
[[BR]]attachment:ripngd.conf # File owner: quagga - Quagga routing suite; File group: quagga
[[BR]]attachment:vtysh.conf # File owner: quagga - Quagga routing suite; File group: quaggavty
[[BR]]attachment:zebra.conf # File owner: quagga - Quagga routing suite; File group: quagga
[[BR]]
[[BR]]Use `sudo nautilus` to copy those Files to /etc/quagga and alter their Permissions, then close Nautilus.
[[BR]]
[[BR]]`sudo gedit /etc/quagga/daemons` and make the following alterations, then save and close:
[[BR]]zebra=''yes''
[[BR]]bgpd=''yes''
[[BR]]ospfd=''yes''
[[BR]]ospf6d=''yes''
[[BR]]ripd=''yes''
[[BR]]ripngd=''yes''
[[BR]]isisd=''yes''
[[BR]]
[[BR]]`sudo gedit /etc/quagga/debian.conf` and make the following alterations, then save and close:
[[BR]]vtysh_enable=yes
[[BR]]zebra_options=" --daemon -A 127.0.0.1 ''-P 2601'' ''-u quagga'' ''--keep_kernel'' ''--retain''"
[[BR]]bgpd_options=" --daemon -A 127.0.0.1 ''-P 2605'' ''-u quagga'' ''--retain'' ''-p 179''"
[[BR]]ospfd_options=" --daemon -A 127.0.0.1 ''-P 2604'' ''-u quagga''"
[[BR]]ospf6d_options=" --daemon -A ::1 ''-P 2606'' ''-u quagga''"
[[BR]]ripd_options=" --daemon -A 127.0.0.1 ''-P 2602'' ''-u quagga'' ''--retain''"
[[BR]]ripngd_options=" --daemon -A ::1 ''-P 2603'' ''-u quagga''"
[[BR]]isisd_options=" --daemon -A 127.0.0.1 ''-P 2608'' ''-u quagga''"
[[BR]]
[[BR]]`sudo /etc/init.d/quagga restart`
[[BR]]
[[BR]]
<<BR>>Download the following Files:
<<BR>>[[attachment:bgpd.conf]] # File owner: quagga - Quagga routing suite; File group: quagga
<<BR>>[[attachment:isisd.conf]] # File owner: quagga - Quagga routing suite; File group: quagga
<<BR>>[[attachment:ospf6d.conf]] # File owner: quagga - Quagga routing suite; File group: quagga
<<BR>>[[attachment:ospfd.conf]] # File owner: quagga - Quagga routing suite; File group: quagga
<<BR>>[[attachment:ripd.conf]] # File owner: quagga - Quagga routing suite; File group: quagga
<<BR>>[[attachment:ripngd.conf]] # File owner: quagga - Quagga routing suite; File group: quagga
<<BR>>[[attachment:vtysh.conf]] # File owner: quagga - Quagga routing suite; File group: quaggavty
<<BR>>[[attachment:zebra.conf]] # File owner: quagga - Quagga routing suite; File group: quagga
<<BR>>
<<BR>>Use `sudo nautilus` to copy those Files to /etc/quagga and alter their Permissions, then close Nautilus.
<<BR>>
<<BR>>`sudo gedit /etc/quagga/daemons` and make the following alterations, then save and close:
<<BR>>zebra=''yes''
<<BR>>bgpd=''yes''
<<BR>>ospfd=''yes''
<<BR>>ospf6d=''yes''
<<BR>>ripd=''yes''
<<BR>>ripngd=''yes''
<<BR>>isisd=''yes''
<<BR>>
<<BR>>`sudo gedit /etc/quagga/debian.conf` and make the following alterations, then save and close:
<<BR>>vtysh_enable=yes
<<BR>>zebra_options=" --daemon -A 127.0.0.1 ''-P 2601'' ''-u quagga'' ''--keep_kernel'' ''--retain''"
<<BR>>bgpd_options=" --daemon -A 127.0.0.1 ''-P 2605'' ''-u quagga'' ''--retain'' ''-p 179''"
<<BR>>ospfd_options=" --daemon -A 127.0.0.1 ''-P 2604'' ''-u quagga''"
<<BR>>ospf6d_options=" --daemon -A ::1 ''-P 2606'' ''-u quagga''"
<<BR>>ripd_options=" --daemon -A 127.0.0.1 ''-P 2602'' ''-u quagga'' ''--retain''"
<<BR>>ripngd_options=" --daemon -A ::1 ''-P 2603'' ''-u quagga''"
<<BR>>isisd_options=" --daemon -A 127.0.0.1 ''-P 2608'' ''-u quagga''"
<<BR>>
<<BR>>`sudo /etc/init.d/quagga restart`
<<BR>>
<<BR>>
Line 36: Line 36:
''[https://wiki.edubuntu.org/JonathanFerguson/Quagga]'' ''[[https://wiki.edubuntu.org/JonathanFerguson/Quagga]]''


Download the following Files:
bgpd.conf # File owner: quagga - Quagga routing suite; File group: quagga
isisd.conf # File owner: quagga - Quagga routing suite; File group: quagga
ospf6d.conf # File owner: quagga - Quagga routing suite; File group: quagga
ospfd.conf # File owner: quagga - Quagga routing suite; File group: quagga
ripd.conf # File owner: quagga - Quagga routing suite; File group: quagga
ripngd.conf # File owner: quagga - Quagga routing suite; File group: quagga
vtysh.conf # File owner: quagga - Quagga routing suite; File group: quaggavty
zebra.conf # File owner: quagga - Quagga routing suite; File group: quagga

Use sudo nautilus to copy those Files to /etc/quagga and alter their Permissions, then close Nautilus.

sudo gedit /etc/quagga/daemons and make the following alterations, then save and close:
zebra=yes
bgpd=yes
ospfd=yes
ospf6d=yes
ripd=yes
ripngd=yes
isisd=yes

sudo gedit /etc/quagga/debian.conf and make the following alterations, then save and close:
vtysh_enable=yes
zebra_options=" --daemon -A 127.0.0.1 -P 2601 -u quagga --keep_kernel --retain"
bgpd_options=" --daemon -A 127.0.0.1 -P 2605 -u quagga --retain -p 179"
ospfd_options=" --daemon -A 127.0.0.1 -P 2604 -u quagga"
ospf6d_options=" --daemon -A ::1 -P 2606 -u quagga"
ripd_options=" --daemon -A 127.0.0.1 -P 2602 -u quagga --retain"
ripngd_options=" --daemon -A ::1 -P 2603 -u quagga"
isisd_options=" --daemon -A 127.0.0.1 -P 2608 -u quagga"

sudo /etc/init.d/quagga restart


https://wiki.edubuntu.org/JonathanFerguson/Quagga


JonathanFerguson/Quagga (last edited 2019-12-09 03:33:15 by jonathan-ferguson)