blob: b853c74102a2146fda1e3ad1edefaf4c63ec1e8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
!
interface lo
ip ospf cost 10
!
interface r5-eth1
ip ospf dead-interval 4
ip ospf hello-interval 1
ip ospf cost 10
!
router ospf
router-id 10.0.0.5
network 192.168.56.0/24 area 0
network 10.0.0.5/32 area 0
|