paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | ! |
| 2 | ! Zebra configuration saved from vty |
| 3 | ! 2000/05/11 02:09:37 |
| 4 | ! |
| 5 | hostname ospf6d@yasu3380 |
| 6 | password zebra |
| 7 | log file /var/log/zebra-ospf6d.log |
| 8 | log stdout |
| 9 | ! |
| 10 | debug ospf6 message dbdesc |
| 11 | debug ospf6 message lsreq |
| 12 | debug ospf6 message lsupdate |
| 13 | debug ospf6 message lsack |
| 14 | debug ospf6 neighbor |
| 15 | debug ospf6 spf |
| 16 | debug ospf6 interface |
| 17 | debug ospf6 area |
| 18 | debug ospf6 lsa |
| 19 | debug ospf6 zebra |
| 20 | debug ospf6 config |
| 21 | debug ospf6 dbex |
| 22 | debug ospf6 route |
| 23 | ! |
| 24 | interface ed0 |
| 25 | ipv6 ospf6 cost 1 |
| 26 | ipv6 ospf6 hello-interval 10 |
| 27 | ipv6 ospf6 dead-interval 40 |
| 28 | ipv6 ospf6 retransmit-interval 5 |
| 29 | ipv6 ospf6 priority 1 |
| 30 | ipv6 ospf6 transmit-delay 1 |
| 31 | ipv6 ospf6 instance-id 0 |
| 32 | ! |
| 33 | interface lo0 |
| 34 | ipv6 ospf6 cost 1 |
| 35 | ipv6 ospf6 hello-interval 10 |
| 36 | ipv6 ospf6 dead-interval 40 |
| 37 | ipv6 ospf6 retransmit-interval 5 |
| 38 | ipv6 ospf6 priority 1 |
| 39 | ipv6 ospf6 transmit-delay 1 |
| 40 | ipv6 ospf6 instance-id 0 |
| 41 | ! |
| 42 | router ospf6 |
| 43 | router-id 0.0.0.1 |
| 44 | redistribute static route-map static-ospf6 |
| 45 | interface ed0 area 0.0.0.0 |
| 46 | interface lo0 area 0.0.0.0 |
| 47 | ! |
| 48 | ipv6 prefix-list hostroute seq 10 permit 3ffe:501:100c:4380::/60 le 128 ge 128 |
| 49 | ! |
| 50 | route-map static-ospf6 permit 50 |
| 51 | match ipv6 address prefix-list hostroute |
| 52 | set metric-type type-2 |
| 53 | set metric 30 |
| 54 | ! |