Hi,
I have an existing FAS8020 running cDOT 8.3GA that has ifgrp a0a configured based on e0c and e0d. It is on 192.168.87.0/24 subnet and there is no VLAN currently. I need to implement a new VLAN 192.168.89.0/24 but I don't have other 10GbE ports for this so the only way I can think of is to create a VLAN on top of a0a. Does it make sense?
If so, will this interrupt the existing 192.168.87.0/24 traffic?
Also it looks like I need to create a broadcast domain, e.g.?
network port broadcast-domain create -broadcast-domain bcast89 -mtu 1500 -ports node1:a0a,node2:a0a
I also need to create a IPspace for 192.168.89.0/24 and associate with the above broadcast domain even though I only asign IP statically?
Thank you.