Re-enable e0 OSPF for uplink, rebuild all

This commit is contained in:
Pim van Pelt
2023-11-19 18:27:58 +00:00
parent 3d60a51503
commit 6119dcf5c5
47 changed files with 10684 additions and 2 deletions

View File

@ -9,12 +9,10 @@ service integrated-vtysh-config
ip router-id {{ loop4 }}
!
interface e0
{% if node.id > 0 %}
ip ospf area 0
ip ospf network point-to-point
ipv6 ospf6 area 0
ipv6 ospf6 network point-to-point
{% endif %}
mpls enable
exit
!