We have several servers on colocation and now trying to re-organize the network by utilizing Cisco ASA 5505 as a router and Cisco 3750x series switch.
Network topology is looking like that:
uplink
|
+----------+
| ASA 5505 |
+----------+
|
|(trunk vlan10,101,102)
|
+-----------+
| 3750x |
+-----------+
|
|
|
+--------------------------+
| Server N |
| 192.168.10.10 : vlan10 |
| 192.168.101.10 : vlan101 |
| 192.168.102.10 : vlan102 |
+--------------------------+
The problem with 3750x configuration as we need to deliver three different subnets (vlan 10,101,102) to the "Server N". "Server N" has multiple IPs from different subnets (vlan101 and 102) assigned to the same NIC. Plus, it has Base Motherboard Controller on board with another IP from vlan10. BMC shares the NIC - thus there is only one physical link from the server to switch.
Since 3750x doesn't allow having multiple vlans allowed on the same port with out trunking - what is the best way to configure the switch to allow this configuration?