• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Server connected to trunk port

Taggat

Junior Member
I have a quick question, If I have a dHCP server connected to a trunk port of a switch with multiple vlans.(native 1, allowed 2,3,4,5,6..10)

What will the dhcp server do with the dhcp discovered on vlan 10.(assuming it has a nic which is capable of understanding tagged traffic). Will the traffic be,

1) dropped (if so at what layer of the OSI) 2) if processed will the offer be sent on vlan 10 to the client.

Note:client requesting ip is on vlan 10
 
I have a quick question, If I have a dHCP server connected to a trunk port of a switch with multiple vlans.(native 1, allowed 2,3,4,5,6..10)

What will the dhcp server do with the dhcp discovered on vlan 10.(assuming it has a nic which is capable of understanding tagged traffic). Will the traffic be,

1) dropped (if so at what layer of the OSI) 2) if processed will the offer be sent on vlan 10 to the client.

Note:client requesting ip is on vlan 10

If you don't bind DHCP to the vlan, nothing. Otherwise it will try to match ip range of the nic to a scope in dhcp.
 
Back
Top