Set MAC address of a VLAN interface
Hi,
AFAIK, you can only set the MAC address of a physical interface to something custom but not that of a VLAN interface. There is a setting called 'set subst enable' and 'set substitute-dst-mac XX:XX:XX:XX:XX:XX' on the 'conf sys int' branch for a VLAN interface but I can't quite gather what it does. Every time I try to use it and put in a MAC address the config just ignores it and so it does nothing at all.
The problem I'm facing is that I'm trying to assign VLAN interfaces to VDOMs on a single physical port but when I do this, they all have the same MAC address. In this particular situation, I need each VLAN interface to have a unique MAC address as they are being bridged by another device so that they can exist on the same subnet.
I know there are other solutions to this issue but if anyone knows what the subst settings are supposed to do, I'd be interested in knowing. The CLI guide says very little about this and there doesn't appear to be anything in the KB about this setting. If the 'set subst*' commands might help, I'll try to work out why they're not working for me.
Adrian