Move to interface-based OSPF config
This commit is contained in:
@@ -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
|
||||
!
|
||||
|
||||
Reference in New Issue
Block a user