blob: a314c69eaff62446d7688cc94218e49a6f3f81b8 [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 csu-eth0
11interface csu-eth1
12interface csu-eth2
13interface csu-eth3
14interface csu-eth4
15interface csu-eth5
16!
17!
18!access-list ospfn permit 10.0.0.0/8
19!access-list ospfn deny any
20!
21router ospf
22 ospf router-id 0.0.0.2
23 redistribute connected
24 distribute-list ospfn out connected
25 network 1.0.0.12/30 area 0
26 network 1.0.0.24/30 area 0
27 network 1.0.0.16/30 area 0
28 network 1.0.0.20/30 area 0
29 network 1.0.0.28/30 area 0
30 network 1.0.0.32/30 area 0
31 capability opaque
32!
33line vty
34!
35!end of configuration file here