Hi!
I have Dell server with 10G interface configured with Nic Teaming with Two HP Flexfabric acting as one via IRF. I am configured Bridge aggregation on HP side.
interface Bridge-Aggregation 20
port link-type trunk
port trunk permit vlan 1 110 321 202
I am specifying VLAN option on VMWARE side to 110. If I remove the VLAN option on Vmware and then change my config to below then I cannot connect to it. I want to have vlan 110 as untagged which I beleive is better way to connect to management VLAN.
interface Bridge-Aggregation 20
port link-type trunk
port trunk permit vlan 1 321 202
port trunk pvid vlan 110
Nic Teaming:
Notify switches
Yes
Policy
Route based on IP hash
Reverse policy
Yes
Failback
Yes
Just want to confirm if this setup is ok or untagging the management vlan is better option and how can I achieve that?
Thanks