/* Quagga */

This commit is contained in:
Astro 2012-02-08 17:51:47 +00:00
parent 138d5144a1
commit 866daacaf7

View File

@ -296,3 +296,88 @@ config aiccu
option nat '0'
option heartbeat '1'
</pre>
=== Quagga ===
<pre>
root@ratbert:/etc/rc.d# vtysh
Hello, this is Quagga (version 0.99.20).
Copyright 1996-2005 Kunihiro Ishiguro, et al.
ratbert# sh ru
Building configuration...
Current configuration:
!
!
interface aiccu
ipv6 nd suppress-ra
!
interface eth0
ipv6 nd suppress-ra
!
interface eth0.0
ipv6 nd suppress-ra
!
interface eth0.1
ip ospf message-digest-key 1 md5 $GEHEIM
ipv6 address 2001:6f8:1194:c3d2::1/64
ipv6 nd prefix 2001:6f8:1194:c3d2::/64
ipv6 nd ra-interval 5
ipv6 nd ra-lifetime 60
ipv6 nd reachable-time 30
no ipv6 nd suppress-ra
!
interface eth0.2
ipv6 nd suppress-ra
!
interface lo
!
interface mon.wlan0
ipv6 nd suppress-ra
!
interface pppoe-wan
ipv6 nd suppress-ra
!
interface sit0
ipv6 nd suppress-ra
!
interface wlan0
ipv6 address 2001:6f8:1194:c3d4::1/64
ipv6 nd prefix 2001:6f8:1194:c3d4::/64
ipv6 nd ra-interval 10
ipv6 nd ra-lifetime 600
ipv6 nd reachable-time 60
no ipv6 nd suppress-ra
!
router bgp 64699
bgp router-id 172.22.99.4
network 172.22.99.0/24
network 172.22.101.0/24
neighbor fe80::a800:42ff:fe7a:3246 remote-as 64699
neighbor fe80::a800:42ff:fe7a:3246 description dn42.hq.c3d2.de
neighbor fe80::a800:42ff:fe7a:3246 interface eth0.1
!
address-family ipv6
neighbor fe80::a800:42ff:fe7a:3246 activate
neighbor fe80::a800:42ff:fe7a:3246 soft-reconfiguration inbound
exit-address-family
!
router ospf
ospf router-id 172.22.99.4
redistribute connected
network 172.22.99.0/24 area 0.0.0.0
network 172.22.101.0/24 area 0.0.0.0
area 0.0.0.0 authentication message-digest
!
access-list vty permit 127.0.0.0/8
access-list vty deny any
!
ip forwarding
ipv6 forwarding
!
line vty
access-class vty
!
end
</pre>