]> git.proxmox.com Git - mirror_frr.git/blame_incremental - zebra/testrib.conf
Merge pull request #5789 from donaldsharp/bgp_ebgp_reason
[mirror_frr.git] / zebra / testrib.conf
... / ...
CommitLineData
1!
2! Zebra configuration saved from vty
3! 2007/04/01 17:46:48
4!
5password foo
6log stdout
7service advanced-vty
8!
9debug zebra rib
10debug zebra kernel
11!
12interface eth0
13 ip address 10.0.0.1/24
14 ipv6 address 1::0:1/64
15 state up
16!
17interface eth1
18 ip address 10.0.1.1/24
19 ipv6 address 1::1:1/64
20!
21interface eth2
22 ip address 10.0.2.1/24
23 ipv6 address 1::2:1/64
24!
25! Unnumbered
26interface foo1
27 ip address 192.168.1.1/32
28 ipv6 address 2::1:1/128
29!
30interface foo0
31 ip address 192.168.1.1/32
32 ip address 192.168.1.1/24 label foo
33 ipv6 address 2::1:1/128
34 state up
35!
36
37! statics that should be subsumed by connected routes, according to interface
38! state
39ip route 10.0.0.0/24 10.0.1.254
40ip route 10.0.1.0/24 10.0.2.254
41ip route 10.0.2.0/24 10.0.0.254
42ipv6 route 1::0:0/64 1::1:f
43ipv6 route 1::1:0/64 1::2:f
44ipv6 route 1::2:0/64 1::0:f
45
46! null route
47ip route 10.1.0.1/32 null0
48ipv6 route 100::1:1/128 null0
49
50! normalish routes
51ip route 1.1.2.0/24 10.0.0.2
52ipv6 route 80::/64 1::0:e
53
54! different admin distances
55ip route 1.1.0.2/32 10.0.0.3 10
56ip route 1.1.0.2/32 10.0.0.4 20
57ip route 1.1.0.2/32 10.0.1.3 30
58
59ipv6 route 90::1/128 1::0:a 10
60ipv6 route 90::1/128 1::0:b 20
61ipv6 route 90::1/128 1::1:c 30
62
63! multiple-nexthop + distance
64ip route 1.1.0.2/32 10.0.0.5 10
65ipv6 route 90::1/128 1::0:d 10
66
67! a recursive route, potentially.
68ip route 1.1.3.0/24 10.0.0.2
69! double recursive, potentially
70ip route 1.1.0.1/32 1.1.3.1
71!
72ip route 1.1.1.0/24 1.1.2.2
73
74line vty
75 exec-timeout 0 0
76!