From a84586cb40c2222753115b8a9d43586624c7624f Mon Sep 17 00:00:00 2001 From: Davide Tacchella Date: Mon, 25 Nov 2024 19:15:01 +0100 Subject: [PATCH] CASMNET-2260 Mountain HMN and HMN should use ospf area 2 (#555) CASMNET-2260 Mountain HMN and HMN should use ospf area 2 Mountain HMN and NMN are now in custom VRF, this change implies using ospf area 2 Co-authored-by: Davide Tacchella --- .../configs/templates/1.5/aruba/common/mtn_hmn_vlan.j2 | 4 ++-- .../configs/templates/1.5/aruba/common/mtn_nmn_vlan.j2 | 4 ++-- .../configs/templates/1.6/aruba/common/mtn_hmn_vlan.j2 | 4 ++-- .../configs/templates/1.6/aruba/common/mtn_nmn_vlan.j2 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/network_modeling/configs/templates/1.5/aruba/common/mtn_hmn_vlan.j2 b/network_modeling/configs/templates/1.5/aruba/common/mtn_hmn_vlan.j2 index d7629de75..6010fa5db 100644 --- a/network_modeling/configs/templates/1.5/aruba/common/mtn_hmn_vlan.j2 +++ b/network_modeling/configs/templates/1.5/aruba/common/mtn_hmn_vlan.j2 @@ -14,8 +14,8 @@ interface vlan {{ cabinet.VlanID }} active-gateway ip {{ cabinet.Gateway }} ipv6 address autoconfig ip helper-address 10.94.100.222 - ip ospf 1 area 0.0.0.0 + ip ospf 2 area 0.0.0.0 ip ospf passive {%- endfor %} -{#- end mtn_hmn_vlan #} \ No newline at end of file +{#- end mtn_hmn_vlan #} diff --git a/network_modeling/configs/templates/1.5/aruba/common/mtn_nmn_vlan.j2 b/network_modeling/configs/templates/1.5/aruba/common/mtn_nmn_vlan.j2 index f101cbbc1..0e58decca 100644 --- a/network_modeling/configs/templates/1.5/aruba/common/mtn_nmn_vlan.j2 +++ b/network_modeling/configs/templates/1.5/aruba/common/mtn_nmn_vlan.j2 @@ -13,8 +13,8 @@ interface vlan {{ cabinet.VlanID }} active-gateway ip mac 12:00:00:00:73:00 active-gateway ip {{ cabinet.Gateway }} ip helper-address 10.92.100.222 - ip ospf 1 area 0.0.0.0 + ip ospf 2 area 0.0.0.0 ip ospf passive {%- endfor %} -{#- end mtn_nmn_vlan #} \ No newline at end of file +{#- end mtn_nmn_vlan #} diff --git a/network_modeling/configs/templates/1.6/aruba/common/mtn_hmn_vlan.j2 b/network_modeling/configs/templates/1.6/aruba/common/mtn_hmn_vlan.j2 index d7629de75..6010fa5db 100644 --- a/network_modeling/configs/templates/1.6/aruba/common/mtn_hmn_vlan.j2 +++ b/network_modeling/configs/templates/1.6/aruba/common/mtn_hmn_vlan.j2 @@ -14,8 +14,8 @@ interface vlan {{ cabinet.VlanID }} active-gateway ip {{ cabinet.Gateway }} ipv6 address autoconfig ip helper-address 10.94.100.222 - ip ospf 1 area 0.0.0.0 + ip ospf 2 area 0.0.0.0 ip ospf passive {%- endfor %} -{#- end mtn_hmn_vlan #} \ No newline at end of file +{#- end mtn_hmn_vlan #} diff --git a/network_modeling/configs/templates/1.6/aruba/common/mtn_nmn_vlan.j2 b/network_modeling/configs/templates/1.6/aruba/common/mtn_nmn_vlan.j2 index f101cbbc1..0e58decca 100644 --- a/network_modeling/configs/templates/1.6/aruba/common/mtn_nmn_vlan.j2 +++ b/network_modeling/configs/templates/1.6/aruba/common/mtn_nmn_vlan.j2 @@ -13,8 +13,8 @@ interface vlan {{ cabinet.VlanID }} active-gateway ip mac 12:00:00:00:73:00 active-gateway ip {{ cabinet.Gateway }} ip helper-address 10.92.100.222 - ip ospf 1 area 0.0.0.0 + ip ospf 2 area 0.0.0.0 ip ospf passive {%- endfor %} -{#- end mtn_nmn_vlan #} \ No newline at end of file +{#- end mtn_nmn_vlan #}