Move to interface-based OSPF config

This commit is contained in:
2026-04-05 17:21:51 +02:00
parent d623bbd79f
commit a7fb7db978
3 changed files with 3 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ service integrated-vtysh-config
ip router-id 10.82.98.0
!
interface eth2
ip ospf area 0
ip ospf bfd
ip ospf cost 10
ip ospf network point-to-point
@@ -22,13 +23,9 @@ exit
!
router ospf
redistribute connected
network 10.82.98.0/24 area 0
exit
!
router ospf6
redistribute connected
exit
!
bfd
exit
!

View File

@@ -7,6 +7,7 @@ service integrated-vtysh-config
ip router-id 10.82.98.1
!
interface eth2
ip ospf area 0
ip ospf bfd
ip ospf cost 10
ip ospf network point-to-point
@@ -22,7 +23,6 @@ exit
!
router ospf
redistribute connected
network 10.82.98.0/24 area 0
exit
!
router ospf6