paul | 8bddafc | 2002-12-13 21:57:32 +0000 | [diff] [blame] | 1 | ! |
| 2 | ! Zebra configuration saved from vty |
| 3 | ! 2001/03/16 22:07:53 |
| 4 | ! |
| 5 | hostname HOSTNAME |
| 6 | password PASSWORD |
| 7 | log file /var/log/ospfd.log |
| 8 | ! |
| 9 | debug ospf ism |
| 10 | debug ospf nsm |
| 11 | debug ospf lsa |
| 12 | debug ospf zebra |
| 13 | debug ospf event |
| 14 | debug ospf packet all detail |
| 15 | ! |
| 16 | ! |
| 17 | interface fxp0 |
| 18 | ip ospf hello-interval 60 |
| 19 | ip ospf dead-interval 240 |
| 20 | mpls-te link metric 999 |
| 21 | mpls-te link max-bw 1.25e+06 |
| 22 | mpls-te link max-rsv-bw 1.25e+06 |
| 23 | mpls-te link unrsv-bw 0 1.25e+06 |
| 24 | mpls-te link unrsv-bw 1 1.25e+06 |
| 25 | mpls-te link unrsv-bw 2 1.25e+06 |
| 26 | mpls-te link unrsv-bw 3 1.25e+06 |
| 27 | mpls-te link unrsv-bw 4 1.25e+06 |
| 28 | mpls-te link unrsv-bw 5 1.25e+06 |
| 29 | mpls-te link unrsv-bw 6 1.25e+06 |
| 30 | mpls-te link unrsv-bw 7 1.25e+06 |
| 31 | mpls-te link rsc-clsclr 0xab |
| 32 | ! |
| 33 | interface de1 |
| 34 | ip ospf hello-interval 60 |
| 35 | ip ospf dead-interval 240 |
| 36 | mpls-te link metric 111 |
| 37 | mpls-te link max-bw 1.25e+06 |
| 38 | mpls-te link max-rsv-bw 1.25e+06 |
| 39 | mpls-te link unrsv-bw 0 1.25e+06 |
| 40 | mpls-te link unrsv-bw 1 1.25e+06 |
| 41 | mpls-te link unrsv-bw 2 1.25e+06 |
| 42 | mpls-te link unrsv-bw 3 1.25e+06 |
| 43 | mpls-te link unrsv-bw 4 1.25e+06 |
| 44 | mpls-te link unrsv-bw 5 1.25e+06 |
| 45 | mpls-te link unrsv-bw 6 1.25e+06 |
| 46 | mpls-te link unrsv-bw 7 1.25e+06 |
| 47 | mpls-te link rsc-clsclr 0xcd |
| 48 | ! |
| 49 | interface de0 |
| 50 | mpls-te link metric 0 |
| 51 | mpls-te link rsc-clsclr 0x0 |
| 52 | ! |
| 53 | interface lp0 |
| 54 | ip ospf network point-to-point |
| 55 | ! |
| 56 | interface tun0 |
| 57 | ip ospf network point-to-point |
| 58 | ! |
| 59 | interface sl0 |
| 60 | ip ospf network point-to-point |
| 61 | ! |
| 62 | interface ppp0 |
| 63 | ip ospf network point-to-point |
| 64 | ! |
| 65 | interface lo0 |
| 66 | ! |
| 67 | router ospf |
| 68 | compatible rfc1583 |
| 69 | network 192.168.0.0/16 area 1 |
| 70 | ospf opaque-lsa |
| 71 | mpls-te |
| 72 | mpls-te router-address 1.2.3.4 |
| 73 | ! |
| 74 | line vty |
| 75 | ! |