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
|
ip router-id 10.82.98.0
|
||||||
!
|
!
|
||||||
interface eth2
|
interface eth2
|
||||||
|
ip ospf area 0
|
||||||
ip ospf bfd
|
ip ospf bfd
|
||||||
ip ospf cost 10
|
ip ospf cost 10
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@@ -22,13 +23,9 @@ exit
|
|||||||
!
|
!
|
||||||
router ospf
|
router ospf
|
||||||
redistribute connected
|
redistribute connected
|
||||||
network 10.82.98.0/24 area 0
|
|
||||||
exit
|
exit
|
||||||
!
|
!
|
||||||
router ospf6
|
router ospf6
|
||||||
redistribute connected
|
redistribute connected
|
||||||
exit
|
exit
|
||||||
!
|
!
|
||||||
bfd
|
|
||||||
exit
|
|
||||||
!
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ service integrated-vtysh-config
|
|||||||
ip router-id 10.82.98.1
|
ip router-id 10.82.98.1
|
||||||
!
|
!
|
||||||
interface eth2
|
interface eth2
|
||||||
|
ip ospf area 0
|
||||||
ip ospf bfd
|
ip ospf bfd
|
||||||
ip ospf cost 10
|
ip ospf cost 10
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@@ -22,7 +23,6 @@ exit
|
|||||||
!
|
!
|
||||||
router ospf
|
router ospf
|
||||||
redistribute connected
|
redistribute connected
|
||||||
network 10.82.98.0/24 area 0
|
|
||||||
exit
|
exit
|
||||||
!
|
!
|
||||||
router ospf6
|
router ospf6
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ topology:
|
|||||||
image: git.ipng.ch/ipng/vpp-containerlab:latest
|
image: git.ipng.ch/ipng/vpp-containerlab:latest
|
||||||
startup-config: config/__clabNodeName__/vppcfg.yaml
|
startup-config: config/__clabNodeName__/vppcfg.yaml
|
||||||
binds:
|
binds:
|
||||||
- config/__clabNodeName__/frr.conf:/config/frr/frr.conf
|
- config/__clabNodeName__/frr.conf:/config/frr/frr.conf:rw
|
||||||
env-files:
|
env-files:
|
||||||
- config/lab-frr.env
|
- config/lab-frr.env
|
||||||
linux:
|
linux:
|
||||||
|
|||||||
Reference in New Issue
Block a user