]> git.proxmox.com Git - mirror_frr.git/blame - zebra/testrib.conf
isisd: implement the 'lsp-too-large' notification
[mirror_frr.git] / zebra / testrib.conf
CommitLineData
fab7f89d
PJ
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
2d30dcac 14 ipv6 address 1::0:1/64
fab7f89d
PJ
15 state up
16!
17interface eth1
18 ip address 10.0.1.1/24
2d30dcac 19 ipv6 address 1::1:1/64
fab7f89d
PJ
20!
21interface eth2
22 ip address 10.0.2.1/24
2d30dcac 23 ipv6 address 1::2:1/64
fab7f89d 24!
2d30dcac 25! Unnumbered
fab7f89d
PJ
26interface foo1
27 ip address 192.168.1.1/32
2d30dcac 28 ipv6 address 2::1:1/128
fab7f89d
PJ
29!
30interface foo0
31 ip address 192.168.1.1/32
32 ip address 192.168.1.1/24 label foo
2d30dcac 33 ipv6 address 2::1:1/128
fab7f89d
PJ
34 state up
35!
fab7f89d
PJ
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
2d30dcac
PJ
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
fab7f89d 49
2d30dcac 50! normalish routes
fab7f89d 51ip route 1.1.2.0/24 10.0.0.2
2d30dcac
PJ
52ipv6 route 80::/64 1::0:e
53
fab7f89d
PJ
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
2d30dcac
PJ
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
fab7f89d
PJ
63! multiple-nexthop + distance
64ip route 1.1.0.2/32 10.0.0.5 10
2d30dcac 65ipv6 route 90::1/128 1::0:d 10
fab7f89d
PJ
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!
2d30dcac 72ip route 1.1.1.0/24 1.1.2.2
fab7f89d
PJ
73
74line vty
75 exec-timeout 0 0
76!