- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 08:11 AM
We encounter a weird problem in that our Microsoft Surface tablets cannot connect to Cisco Catalyst 3650 switch ports with the USB Ethernet Adapter from the same vendor. The port is connected, but cannot get IP address through DHCP. The switch port also doesn't detect the adapter's MAC address either.
The port setting is very simple as follows:
switchport access vlan xxx
switchport mode access
There is no problem if it connects through docking station or with Ethernet adapter of other brand (such as TPLINK). The same adapter can connect to Avaya switch on our network. The model of the Microsoft Ethernet Adapter having problem is 1663.
Appreciate for any help or share if you experience the same problem.
Thanks
RPoon
Solved! Go to Solution.
- Labels:
-
Catalyst 3000
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 10:47 AM
Hello,
typically, you would add 'spanning-tree portfast' to an access port, in order for DHCP to work:
switchport access vlan xxx
switchport mode access
spanning-tree portfast
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 11:56 AM
Hello,
spanning tree portfast can actually be configured without any problems, as long as there is only a single link between devices. If there are no potential loops, there is no need for spanning tree anyway...
Without 'spanning-tree portfast' configured, it takes the port about 30-40 seconds to become active, some adapters don't like that and assume there is no DHCP server available. It is definitely adapter specific.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 10:47 AM
Hello,
typically, you would add 'spanning-tree portfast' to an access port, in order for DHCP to work:
switchport access vlan xxx
switchport mode access
spanning-tree portfast
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 11:30 AM
Just a quick note. The issue only affect one specific type of Ethernet adapter. I am really interested to know what could cause that, as the tablet can still connect to the same port through the docking station without changing the port settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 11:56 AM
Hello,
spanning tree portfast can actually be configured without any problems, as long as there is only a single link between devices. If there are no potential loops, there is no need for spanning tree anyway...
Without 'spanning-tree portfast' configured, it takes the port about 30-40 seconds to become active, some adapters don't like that and assume there is no DHCP server available. It is definitely adapter specific.
