mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 13:07:24 +00:00

https://www.rfc-editor.org/rfc/rfc7311.html Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
18 lines
268 B
Plaintext
18 lines
268 B
Plaintext
!
|
|
interface lo
|
|
ip ospf cost 10
|
|
!
|
|
interface r1-eth0
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
ip ospf cost 10
|
|
!
|
|
interface r1-eth1
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
ip ospf cost 30
|
|
!
|
|
router ospf
|
|
router-id 10.0.0.1
|
|
network 0.0.0.0/0 area 0
|