Hi,
Running this past the community to validate my understanding / configuration of a specific VRRP config.
In summary there are two separate buildings, each with a pair of cores switches that are MLAG'd together. Each building has its own set of VLAN's and therefore its own VRRP instance (VRID ) for that core pair i.e :
- Building A is running VRRP on its onw pair of cores using VRID 101
- Building B is running VRRP on its own pair of cores using VRID 102.
The configuration in question is that both buildings have a bunch of VLAN's in common (one shown below called "Hyper-V"), so have created another VRRP instance (VRID 10) that is configured (common) on all four cores, with priorities configured that make Core 1, then 2, then 3 then 4 master.
I think I'm seeing an issue with the common VRRP instance between each of these routers and so wanted to check if I'm doing things right.
I'm also running routing fabric mode on all the VRRP instances and OSPF between each of the core routers.
Below is a rough diagram:
Here is a snippet of the configuration on each of the cores:
### Core 1 ####
enable sharing 61 grouping 57,61 algorithm address-based L3_L4 lacp
enable sharing 48 grouping 47-48 algorithm address-based L2 lacp
create vlan MLAG-ISC
configure vlan MLAG-ISC tag 4000
configure vlan MLAG-ISC add ports 61 tagged
configure vlan MLAG-ISC ipaddress 10.0.254.1 255.255.255.252
create mlag peer MLAG-PEER-2
configure mlag peer "MLAG-PEER-2" ipaddress 10.0.254.2
enable mlag port 48 peer "MLAG-PEER-2" id 948
create vlan "Core1-Core2"
configure vlan "Core1-Core2" tag 4001
enable loopback-mode vlan "Core1-Core2"
configure vlan "Core1-Core2" add ports 61 tagged
configure vlan "Core1-Core2" ipaddress 10.0.254.201 255.255.255.252
enable ipforwarding vlan "Core1-Core2"
create vlan "Buidling-Building"
configure vlan "Buidling-Building" tag 4011
enable loopback-mode vlan "Buidling-Building"
configure vlan "Buidling-Building" add ports 48,61 tagged
configure vlan "Buidling-Building" ipaddress 10.0.254.145 255.255.255.252
enable ipforwarding vlan "Buidling-Building"
create vlan "Hyper-V"
configure vlan "Hyper-V" tag 100
configure vlan "Hyper-V" add ports 40,48,61 tagged
configure vlan "Hyper-V" ipaddress 10.0.0.253 255.255.255.0
enable ipforwarding vlan "Hyper-V"
enable bootprelay ipv4 vlan "Hyper-V"
create vrrp vlan "Hyper-V" vrid 10
configure vrrp vlan "Hyper-V" vrid 10 add 10.0.0.254
configure vrrp vlan "Hyper-V" vrid 10 priority 200
enable vrrp vlan "Hyper-V" vrid 10
configure ospf vlan "Hyper-V" priority 0
configure ospf add vlan "Hyper-V" area 0.0.0.0 passive
configure ospf routerid 10.0.255.201
configure ospf add vlan "Core1-Core2" area 0.0.0.0 link-type point-to-point
configure ospf add vlan "Buidling-Building" area 0.0.0.0 link-type broadcast
### Core 2 ####
enable sharing 61 grouping 57,61 algorithm address-based L3_L4 lacp
enable sharing 48 grouping 47-48 algorithm address-based L2 lacp
create vlan MLAG-ISC
configure vlan MLAG-ISC tag 4000
configure vlan MLAG-ISC add ports 61 tagged
configure vlan MLAG-ISC ipaddress 10.0.254.1 255.255.255.252
create mlag peer MLAG-PEER-1
configure mlag peer "MLAG-PEER-1" ipaddress 10.0.254.2
enable mlag port 48 peer "MLAG-PEER-1" id 948
create vlan "Core1-Core2"
configure vlan "Core1-Core2" tag 4001
enable loopback-mode vlan "Core1-Core2"
configure vlan "Core1-Core2" add ports 61 tagged
configure vlan "Core1-Core2" ipaddress 255.255.255.252
enable ipforwarding vlan "Core1-Core2"
create vlan "Buidling-Building"
configure vlan "Buidling-Building" tag 4011
enable loopback-mode vlan "Buidling-Building"
configure vlan "Buidling-Building" add ports 48,61 tagged
configure vlan "Buidling-Building" ipaddress 10.0.254.145 255.255.255.252
enable ipforwarding vlan "Buidling-Building"
create vlan "Hyper-V"
configure vlan "Hyper-V" tag 100
configure vlan "Hyper-V" add ports 40,48,61 tagged
configure vlan "Hyper-V" ipaddress 10.0.0.252 255.255.255.0
enable ipforwarding vlan "Hyper-V"
enable bootprelay ipv4 vlan "Hyper-V"
create vrrp vlan "Hyper-V" vrid 10
configure vrrp vlan "Hyper-V" vrid 10 add 10.0.0.254
configure vrrp vlan "Hyper-V" vrid 10 priority 175
enable vrrp vlan "Hyper-V" vrid 10
configure ospf vlan "Hyper-V" priority 0
configure ospf add vlan "Hyper-V" area 0.0.0.0 passive
configure ospf routerid 10.0.255.202
configure ospf add vlan "Core1-Core2" area 0.0.0.0 link-type point-to-point
configure ospf add vlan "Buidling-Building" area 0.0.0.0 link-type broadcast
### Core 3 ####
enable sharing 61 grouping 57,61 algorithm address-based L3_L4 lacp
enable sharing 48 grouping 47-48 algorithm address-based L2 lacp
create vlan MLAG-ISC
configure vlan MLAG-ISC tag 4000
configure vlan MLAG-ISC add ports 61 tagged
configure vlan MLAG-ISC ipaddress 10.0.254.3 255.255.255.252
create mlag peer MLAG-PEER-2
configure mlag peer "MLAG-PEER-2" ipaddress 10.0.254.4
enable mlag port 48 peer "MLAG-PEER-2" id 948
create vlan "Core3-Core4"
configure vlan "Core3-Core4" tag 4002
enable loopback-mode vlan "Core3-Core4"
configure vlan "Core3-Core4" add ports 61 tagged
configure vlan "Core3-Core4" ipaddress 10.0.255.205 255.255.255.252
enable ipforwarding vlan "Core3-Core4"
create vlan "Buidling-Building"
configure vlan "Buidling-Building" tag 4011
enable loopback-mode vlan "Buidling-Building"
configure vlan "Buidling-Building" add ports 48,61 tagged
configure vlan "Buidling-Building" ipaddress 10.0.254.146 255.255.255.252
enable ipforwarding vlan "Buidling-Building"
create vlan "Hyper-V"
configure vlan "Hyper-V" tag 100
configure vlan "Hyper-V" add ports 40,48,61 tagged
configure vlan "Hyper-V" ipaddress 10.0.0.251 255.255.255.0
enable ipforwarding vlan "Hyper-V"
enable bootprelay ipv4 vlan "Hyper-V"
create vrrp vlan "Hyper-V" vrid 10
configure vrrp vlan "Hyper-V" vrid 10 add 10.0.0.254
configure vrrp vlan "Hyper-V" vrid 10 priority 150
enable vrrp vlan "Hyper-V" vrid 10
configure ospf vlan "Hyper-V" priority 0
configure ospf add vlan "Hyper-V" area 0.0.0.0 passive
configure ospf routerid 10.0.255.203
configure ospf add vlan "Core3-Core4" area 0.0.0.0 link-type point-to-point
configure ospf add vlan "Buidling-Building" area 0.0.0.0 link-type broadcast
### Core 4 ####
enable sharing 61 grouping 57,61 algorithm address-based L3_L4 lacp
enable sharing 48 grouping 47-48 algorithm address-based L2 lacp
create vlan MLAG-ISC
configure vlan MLAG-ISC tag 4000
configure vlan MLAG-ISC add ports 61 tagged
configure vlan MLAG-ISC ipaddress 10.0.254.4 255.255.255.252
create mlag peer MLAG-PEER-2
configure mlag peer "MLAG-PEER-2" ipaddress 10.0.254.3
enable mlag port 48 peer "MLAG-PEER-2" id 948
create vlan "Core3-Core4"
configure vlan "Core3-Core4" tag 4002
enable loopback-mode vlan "Core3-Core4"
configure vlan "Core3-Core4" add ports 61 tagged
configure vlan "Core3-Core4" ipaddress 10.0.255.206 255.255.255.252
enable ipforwarding vlan "Core3-Core4"
create vlan "Buidling-Building"
configure vlan "Buidling-Building" tag 4011
enable loopback-mode vlan "Buidling-Building"
configure vlan "Buidling-Building" add ports 48,61 tagged
configure vlan "Buidling-Building" ipaddress 10.0.254.146 255.255.255.252
enable ipforwarding vlan "Buidling-Building"
create vlan "Hyper-V"
configure vlan "Hyper-V" tag 100
configure vlan "Hyper-V" add ports 40,48,61 tagged
configure vlan "Hyper-V" ipaddress 10.0.0.250 255.255.255.0
enable ipforwarding vlan "Hyper-V"
enable bootprelay ipv4 vlan "Hyper-V"
create vrrp vlan "Hyper-V" vrid 10
configure vrrp vlan "Hyper-V" vrid 10 add 10.0.0.254
enable vrrp vlan "Hyper-V" vrid 10
configure ospf vlan "Hyper-V" priority 0
configure ospf add vlan "Hyper-V" area 0.0.0.0 passive
configure ospf routerid 10.0.255.204
configure ospf add vlan "Core3-Core4" area 0.0.0.0 link-type point-to-point
configure ospf add vlan "Buidling-Building" area 0.0.0.0 link-type broadcast
Many thanks in advance