Differences between revisions 1 and 2
Revision 1 as of 2006-12-06 11:51:22
Size: 28
Editor: mohacsi
Comment:
Revision 2 as of 2006-12-08 09:24:25
Size: 841
Editor: kadlecsik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe quaggaguide here. = Quagga =
[http://www.quagga.net Quagga] is an open source GPL licensed IPv4/IPv6 routing software, originally forked off of the [http://www.zebra.org zebra] project.

The supported routing protocols are

 * RIPv1
 * RIPv2
 * RIPng
 * OSPFv2
 * OSPFv3
 * BGP-4
 * BGP-4+
 * ISIS
Quagga also supports special BGP Route Reflector and Route Server behavior. With SNMP daemon which supports SMUX protocol, Quagga provides routing protocol MIBs IPv6 routing is fully supported in RIPng, OSPFv3 and BGP-4+.

== Router advertisement ==
One can enable IPv6 router and prefix advertisements on an interface:

{{{
    interface eth0
        ! do not suppress IPv6 router advertisements
        no ipv6 nd suppress-ra
        ! include IPv6 prefix in router advertisements
        ipv6 nd prefix dead:beef::/64}}}
== RIPng ==

Quagga

[http://www.quagga.net Quagga] is an open source GPL licensed IPv4/IPv6 routing software, originally forked off of the [http://www.zebra.org zebra] project.

The supported routing protocols are

  • RIPv1
  • RIPv2
  • RIPng
  • OSPFv2
  • OSPFv3
  • BGP-4
  • BGP-4+
  • ISIS

Quagga also supports special BGP Route Reflector and Route Server behavior. With SNMP daemon which supports SMUX protocol, Quagga provides routing protocol MIBs IPv6 routing is fully supported in RIPng, OSPFv3 and BGP-4+.

Router advertisement

One can enable IPv6 router and prefix advertisements on an interface:

    interface eth0
        ! do not suppress IPv6 router advertisements
        no ipv6 nd suppress-ra
        ! include IPv6 prefix in router advertisements
        ipv6 nd prefix dead:beef::/64

RIPng

Campus6: quaggaguide (last edited 2008-04-10 15:29:40 by localhost)