blob: b495dbd316a35d364f548175b9ee96e237200120 [file] [log] [blame]
carlosmscabral6d3dd602013-03-23 11:12:34 -03001
2hostname caida-ucsd
3password pwd
4enable password pwd
5!log file /var/log/quagga/ospfd-s1.log
6log file ospfd.log
7!
8!
9!
10interface uci-eth0
11interface uci-eth1
12interface uci-eth2
13!
14!
15!access-list ospfn permit 10.0.0.0/8
16!access-list ospfn deny any
17!
18router 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!
27line vty
28!
29!end of configuration file here