Paul Jakma | fab7f89 | 2009-08-06 12:12:12 +0100 | [diff] [blame] | 1 | ! |
| 2 | ! Zebra configuration saved from vty |
| 3 | ! 2007/04/01 17:46:48 |
| 4 | ! |
| 5 | password foo |
| 6 | log stdout |
| 7 | service advanced-vty |
| 8 | ! |
| 9 | debug zebra rib |
| 10 | debug zebra kernel |
| 11 | ! |
| 12 | interface eth0 |
| 13 | ip address 10.0.0.1/24 |
| 14 | state up |
| 15 | ! |
| 16 | interface eth1 |
| 17 | ip address 10.0.1.1/24 |
| 18 | ! |
| 19 | interface eth2 |
| 20 | ip address 10.0.2.1/24 |
| 21 | ! |
| 22 | interface foo1 |
| 23 | ip address 192.168.1.1/32 |
| 24 | ! |
| 25 | interface foo0 |
| 26 | ip address 192.168.1.1/32 |
| 27 | ip address 192.168.1.1/24 label foo |
| 28 | state up |
| 29 | ! |
| 30 | ip route 1.1.1.0/24 1.1.2.2 |
| 31 | |
| 32 | ! statics that should be subsumed by connected routes, according to interface |
| 33 | ! state |
| 34 | ip route 10.0.0.0/24 10.0.1.254 |
| 35 | ip route 10.0.1.0/24 10.0.2.254 |
| 36 | ip route 10.0.2.0/24 10.0.0.254 |
| 37 | |
| 38 | ! normalish route |
| 39 | ip route 1.1.2.0/24 10.0.0.2 |
| 40 | ! different admin distances |
| 41 | ip route 1.1.0.2/32 10.0.0.3 10 |
| 42 | ip route 1.1.0.2/32 10.0.0.4 20 |
| 43 | ip route 1.1.0.2/32 10.0.1.3 30 |
| 44 | |
| 45 | ! multiple-nexthop + distance |
| 46 | ip route 1.1.0.2/32 10.0.0.5 10 |
| 47 | |
| 48 | ! a recursive route, potentially. |
| 49 | ip route 1.1.3.0/24 10.0.0.2 |
| 50 | ! double recursive, potentially |
| 51 | ip route 1.1.0.1/32 1.1.3.1 |
| 52 | ! |
| 53 | |
| 54 | line vty |
| 55 | exec-timeout 0 0 |
| 56 | ! |