on FRR, distribute static/connected in OSPF; and disable OSPF/OSPFv3 on vpp0.e0 and vpp3.e1 respectively
This commit is contained in:
@ -15,11 +15,6 @@ interface e0
|
||||
exit
|
||||
!
|
||||
interface e1
|
||||
ip ospf area 0
|
||||
ip ospf network point-to-point
|
||||
ipv6 ospf6 area 0
|
||||
ipv6 ospf6 network point-to-point
|
||||
mpls enable
|
||||
exit
|
||||
!
|
||||
interface loop0
|
||||
@ -30,9 +25,13 @@ interface loop0
|
||||
exit
|
||||
!
|
||||
router ospf
|
||||
distribute connected
|
||||
disrtibute static
|
||||
exit
|
||||
!
|
||||
router ospf6
|
||||
distribute connected
|
||||
disrtibute static
|
||||
exit
|
||||
!
|
||||
mpls ldp
|
||||
|
Reference in New Issue
Block a user