carlosmscabral | 6d3dd60 | 2013-03-23 11:12:34 -0300 | [diff] [blame] | 1 | |
| 2 | hostname caida-ucsd |
| 3 | password pwd |
| 4 | enable password pwd |
| 5 | !log file /var/log/quagga/ospfd-s1.log |
| 6 | log file ospfd.log |
| 7 | ! |
| 8 | ! |
| 9 | ! |
| 10 | interface uci-eth0 |
| 11 | interface uci-eth1 |
| 12 | interface uci-eth2 |
| 13 | ! |
| 14 | ! |
| 15 | !access-list ospfn permit 10.0.0.0/8 |
| 16 | !access-list ospfn deny any |
| 17 | ! |
| 18 | router ospf |
| 19 | ospf router-id 0.0.0.13 |
| 20 | redistribute connected |
| 21 | distribute-list ospfn out connected |
| 22 | network 1.0.0.128/30 area 0 |
| 23 | network 1.0.0.64/30 area 0 |
| 24 | network 1.0.0.4/30 area 0 |
| 25 | capability opaque |
| 26 | ! |
| 27 | line vty |
| 28 | ! |
| 29 | !end of configuration file here |