blob: 01d7cda8a8d1ef8380ffcc427ac2c9221df14bf8 [file] [log] [blame]
carlosmscabral6d3dd602013-03-23 11:12:34 -03001
2hostname um
3password pwd
4enable password pwd
5!log file /var/log/quagga/ospfd-s1.log
6log file ospfd.log
7!
8!
9!
10interface um-eth0
11interface um-eth1
12interface um-eth2
13interface um-eth3
14interface um-eth4
15!
16!
17!access-list ospfn permit 10.0.0.0/8
18!access-list ospfn deny any
19!
20router ospf
21 ospf router-id 0.0.0.16
22 redistribute connected
23 distribute-list ospfn out connected
24 network 1.0.0.124/30 area 0
25 network 1.0.0.28/30 area 0
26 network 1.0.0.136/30 area 0
27 network 1.0.0.44/30 area 0
28 network 1.0.0.84/30 area 0
29 capability opaque
30!
31line vty
32!
33!end of configuration file here