In this task We will setup VRRP on both routers for the new subnets in rack 0604. This will allow the traffic team to re-image nodes in the rack before we received and install the new switches.
All the steps below need to be done in Netbox and after run homer on the core routers
- Create the FHRP Groups for the new VLAN's
- group id 3 for public1-604-eqsin IPV4 and IPV6 use ip addresses 103.102.166.33/27 and 2001:df2:e500:2::1/64
- group id 4 for private1-604-eqsin IPV4 and IPV6 use ip addresses 10.132.1.1/24 and 2001:df2:e500:102::1/64
- Create VLAN's
- public1-604-eqsin with vlan-id 512
- private1-604-eqsin with vlan-id 522
- Create Prefix
- 103.102.166.32/27 assign it vlan public1-604-eqsin 512
- 2001:df2:e500:2::/64 assign it vlan public1-604-eqsin 512
- 10.132.1.0/24 assign it vlan private1-604-eqsin 522
- 2001:df2:e500:102::/64 it vlan private1-604-eqsin 522
- Set up VRRP on routers
For cr2-eqsin
- Create interface ae1.512 for public1-604-eqsin with ip address 103.102.166.34/27 and 2001:df2:e500:2::2/64
- Create interface ae1.522 for private1-604-eqsin with ip address 10.132.1.2/24 and 2001:df2:e500:102::2/64
- Assign the FHRP group 3 with the virtual ip 103.102.166.33/27 to interface ae1.512 with priority 90
- Assign the FHTP group 3 with the vitrtaul ip 2001:df2:e500:2::1/64 to interface ae1.512 with priority 110
- Assign the FHRP group 4 with the virtual ip 10.132.1.1to interface ae1.522 with priority 90
- Assign the FHTP group 4 with the vitrtaul ip 2001:df2:e500:102::1/64 to interface ae1.522 with priority 110
For cr3-eqsin
- Create interface ae1.512 for public1-604-eqsin with ip address 103.102.166.35/27 and 2001:df2:e500:2::3/64
- Create interface ae1.522 for private1-604-eqsin with ip address 10.132.1.3/24 and 2001:df2:e500:102::3/64
- Assign the FHRP group 3 with the virtual ip 103.102.166.33/27 to interface ae1.512 with priority 110
- Assign the FHTP group 3 with the vitrtaul ip 2001:df2:e500:2::1/64 to interface ae1.512 with priority 90
- Assign the FHRP group 4 with the virtual ip 10.132.1.1to interface ae1.522 with priority 110
- Assign the FHTP group 4 with the vitrtaul ip 2001:df2:e500:102::1/64 to interface ae1.522 with priority 90
- on asw-0604-eqsin
- Add vlan public1-604-eqsin to interface ae1 and ae2
- Add vlan private1-604-eqsin to interface ae1 and ae2
- Homer
- Add the new VLAN's to the data.yaml file
- Add interface ae1.512 and ae1.522 to dhcp relay in site.yaml under dhcp_relay_ra
- Test re-image
- Puppet
- Update hieradata/common.yaml with the new IPs
- mediawiki-config
- Add new IP subnets/prefixes to wmf-config/reverse-proxy.php