Based on research here and documentation I have a plan from adding a VLAN to our 2-node HA cluster.
I just wanted a sanity check if possible. I have changed some values to protect the innocent.
Add an entry to /etc/hosts:
172.201.10.15 node-a-vif1-201
Add an entries to /etc/rc:
vlan create vif1 201
ifconfig vif1-201 `hostname`-vif1-201 netmask 255.255.255.0 partner vif1-201 mtusize 9000 nfo
Full config:
=============================
etc/hosts
=============================
127.0.0.1 localhost localhost-stack
127.0.10.1 localhost-10 localhost-bsd
127.0.20.1 localhost-20 localhost-sk
192.196.0.64 node-a storage01-a-vif1-1
172.22.1.10 node-a-vif1-2
172.201.10.15 node-a-vif1-201
# 0.0.0.0 node-a-e0M
# 0.0.0.0 storage01-a-e0P
=============================
/etc/rc
=============================
#Generated by Graham Murison 2020-06-10 14:33:00
hostname node-a
ifgrp create lacp vif1 -b ip e0b e0c e0d e0a
vlan create vif1 2
vlan create vif1 201
ifconfig vif1 `hostname` netmask 255.255.240.0 partner vif1 mtusize 9000 nfo
ifconfig vif1-2 `hostname`-vif1-2 netmask 255.255.255.0 partner vif1-2 mtusize 9000 nfo
ifconfig vif1-201 `hostname`-vif1-201 netmask 255.255.255.0 partner vif1-201 mtusize 9000 nfo
route add default 192.196.1.112 1
routed on
options dns.enable on
options dns.domainname internal.ca
options nis.enable off
savecore