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