Hello Ivy2010,
Usually, when the laptop is connected to the same network(subnet) it should gather an IP from DHCP.
So, you say, you are connecting a laptop to a port in the same switch, I suppose the port is in the same VLAN as the portgroup "portGroup3".
A thing you can do in the laptop is to sniffer traffic on the laptop's NIC to check if the the DHCP server is offering IPs:
1. Download Wireshark
2. Capture traffic from the laptop's NIC you are using and filter the DHCP traffic.
3. Now, force to obtain a new IP (ipconfig /renew for example in Windows).
4. As your laptop must be configured as "Obtain an IP automatically", you should be able to
see these DHCP packets:
DHCP Discover
DHCP Offer
DHCP Request
DHCP ACK
More information about DHCP traffic: DHCP - The Wireshark Wiki
Dan Belmonte