Is there anyway to add an untagged port to more than one VLAN? Or other solve to the issue described below:
- Currently most of my network is on a single VLAN (100 LAN), inclusive of the workstation (untagged port referenced) needed to access ESXi (where Management VLAN = 100). And where the only other VLAN was previously WAN, which allowed me to plug the port from the ISP (condo) directly into the ICX-6450 and use pfSense.
- So if I change the ESXi Management VLAN to align with the architecture I'm pursuing, I lose access.
- As to the why? I'm working on deploying a more "advanced" VLAN schema, bit by bit along with standard switches, before migrating to a distributed switch in vCenter Server, for the objective of deploying proper networking to the servers. (something that has been a "to do" for a bit)
- I spent some time reviewing the manual and thought that dual-mode was a potential solution, but it only allows for 1 untagged + multiple tagged ports, not multiple untagged ports + 1 tagged ports (which would work).
- Windows Ethernet Adapter doesn't allow for VLAN assignment even after installing INTELProSet.
Code:
PORT-VLAN 1, Name DEFAULT-VLAN, Priority level0, Spanning tree Off
Untagged Ports: (U1/M1) 7 8 9 10 11
PORT-VLAN 10, Name Net-Management, Priority level0, Spanning tree Off
Tagged Ports: (U1/M2) 1 2 3 4
PORT-VLAN 20, Name Net-vMotion, Priority level0, Spanning tree Off
Tagged Ports: (U1/M2) 1 2 3 4
PORT-VLAN 30, Name Net-Storage, Priority level0, Spanning tree Off
Tagged Ports: (U1/M2) 1 2 3 4
PORT-VLAN 100, Name LAN, Priority level0, Spanning tree Off
Untagged Ports: (U1/M1) 5 6 12 13 14 15 16 17 18 19 20 21 22 23
Tagged Ports: (U1/M1) 2 4
Tagged Ports: (U1/M2) 1 2 3 4
PORT-VLAN 200, Name WAN, Priority level0, Spanning tree Off
Untagged Ports: (U1/M1) 24
Tagged Ports: (U1/M1) 1 3
where 1/2/1-4 = 10 Gb links to ESXi-01 & ESXi-02
where 1/1/5-24 = ethernet drops throught home
where 1/1/12 = workstation that needs to access ESXi
VLAN 10 Net-Management
VLAN 20 Net-vMotion
VLAN 30 Net-Storage
VLAN 40 Net-VM
VLAN 100 LAN
VLAN 200 WAN
etc
VLAN 20 Net-vMotion
VLAN 30 Net-Storage
VLAN 40 Net-VM
VLAN 100 LAN
VLAN 200 WAN
etc