blob: 3b7752b6778a6bde218e472500794d162ef8b29c [file] [log] [blame]
carlosmscabral6d3dd602013-03-23 11:12:34 -03001
2hostname ucla
3password pwd
4enable password pwd
5!log file /var/log/quagga/ospfd-s1.log
6log file ospfd.log
7!
8!
9!
10interface ucla-eth0
11interface ucla-eth1
12interface ucla-eth2
13interface ucla-eth3
14interface ucla-eth4
15interface ucla-eth5
16interface ucla-eth6
17interface ucla-eth7
18!
19!
20!access-list ospfn permit 10.0.0.0/8
21!access-list ospfn deny any
22!
23router 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!
37line vty
38!
39!end of configuration file here