Skip to content

Commit

Permalink
CASMNET-2260 Mountain HMN and HMN should use ospf area 2 (#555)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dtcray and tack0974 authored Nov 25, 2024
1 parent 352e6d9 commit a84586c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 #}
{#- end mtn_hmn_vlan #}
Original file line number Diff line number Diff line change
Expand Up @@ -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 #}
{#- end mtn_nmn_vlan #}
Original file line number Diff line number Diff line change
Expand Up @@ -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 #}
{#- end mtn_hmn_vlan #}
Original file line number Diff line number Diff line change
Expand Up @@ -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 #}
{#- end mtn_nmn_vlan #}

0 comments on commit a84586c

Please sign in to comment.