mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 08:21:42 +00:00

https://www.rfc-editor.org/rfc/rfc7311.html Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
!
|
|
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
|