#FAS: How to add second management interface to existing Broadcast Domain

1 messages · Page 1 of 1 (latest)

light nacelle
#

I try to: "network port broadcast-domain add-ports -broadcast-domain Default-Mgmt -ports HRFAS3-02:e0M"
but get the error:
command failed: Port "HRFAS3-02:e0M" cannot be used because it is currently the home port or current port of a LIF

HRFAS3-02:e0M is not part of a broadcast domain yet, only the management port of the first node is. Also there is nothing connected to it as I'm using the USB serial cable to connect to the CLI.

warm sable
#

Does the node have a Node Management LIF, and it's home is e0M? Run:

net int show -home-node HRFAS3-02 -home-port e0M

That will show you what LIF is home'd to that port.

light nacelle
#

yes it shows LIF: HRFAS3-02_mgmt1

cyan heron
#

You have somewhere to move the LIF? Since its the node-mgmt it needs to be a port of the same node.

#

But you mentioned that currently nothing's connected to e0M. You could disable the LIF (or even delete it), add the port to your broadcast-domain and then enable the LIF again (or create it).

#

net int modify -lif HRFAS3-02_mgmt1 -status-admin down

light nacelle
#

thank you both

#

i was able to disable the LIF as you said, but it still shows the same error when then trying to add it to the BD, even though its down

light nacelle
#

can i home it to another port?

rich oxide
#

net int modify -vserver ... -lif ... -home-port ...

wispy stag
#

This usually happens when you have multi-reach broadcast domains, like e0M in one BD and say tagged vlans in another but there are the same vlan. Check with
Network port reachability show

#

As has been indicated, easiest to home temporally to another port that is up (even if it is the wrong vlan). Then as the e0M port into the bd. Then home the Lif back to e0M

cyan heron
#

@light nacelle You said that e0M is "not part of a broadcast domain yet". If it is part of a BD you could merge the BDs. This works even if there are LIFs on the ports.

light nacelle
#

I managed to resolve the issue by deleting the LIF, then adding the port to the BD, then creating the LIF again

#

maybe merging would have also worked..

#

but in my head, merging only works when there are two BDs to begin with?

#

thank you all, much appreciated!