carlosmscabral | 6d3dd60 | 2013-03-23 11:12:34 -0300 | [diff] [blame^] | 1 | |
| 2 | hostname ucla |
| 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 ucla-eth0 |
| 11 | interface ucla-eth1 |
| 12 | interface ucla-eth2 |
| 13 | interface ucla-eth3 |
| 14 | interface ucla-eth4 |
| 15 | interface ucla-eth5 |
| 16 | interface ucla-eth6 |
| 17 | interface ucla-eth7 |
| 18 | ! |
| 19 | ! |
| 20 | !access-list ospfn permit 10.0.0.0/8 |
| 21 | !access-list ospfn deny any |
| 22 | ! |
| 23 | router ospf |
| 24 | ospf router-id 0.0.0.14 |
| 25 | redistribute connected |
| 26 | distribute-list ospfn out connected |
| 27 | network 1.0.0.60/30 area 0 |
| 28 | network 1.0.0.52/30 area 0 |
| 29 | network 1.0.0.68/30 area 0 |
| 30 | network 1.0.0.8/30 area 0 |
| 31 | network 1.0.0.128/30 area 0 |
| 32 | network 1.0.0.120/30 area 0 |
| 33 | network 1.0.0.24/30 area 0 |
| 34 | network 1.0.0.116/30 area 0 |
| 35 | capability opaque |
| 36 | ! |
| 37 | line vty |
| 38 | ! |
| 39 | !end of configuration file here |