Hello Matt,
- enable dhcp vlan Outside
- please see https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-the-DHCP-server-on-a-VLAN...
- Your ACL is used for NAT, but NAT is not supported in EXOS
- NAT is not supported in EXOS
EXOS devices are multilayer switches, not routers, thus they work differently than the router emulated in GNS3. You have to create VLANs and configure IP addresses and IP forwarding on those (think SVI):
- configure vlan Default delete ports all
- create vlan Inside
- configure vlan Inside ipaddress 172.17.0.1/8
- enable ipforwarding vlan Inside
- configure vlan Inside add ports 2
- create vlan Outside
- enable dhcp vlan Outside
- enable ipforwarding vlan Outside
- configure vlan Outside add ports 1
You probably need to manually add a default route. Again, an EXOS switch is not a (home) router, dynamic ISP connectivity as in a SOHO setting is usually done with a small router or firewall, which provide the needed features (NAT, stateful firewall, dynamic IP and default route for outside interface) not provided by multilayer switches.
The multilayer switches provide many ports and line-rate forwarding, together with many features not needed for SOHO Internet access.
Erik