Hello,
First, can you test the following steps before restarting your device?
By the way, are you using a proxy in your setup?
On the user side (Windows);
Immediately after disconnecting from the Dock, before restarting:
Command Prompt = route print
Windows PowerShell = Get-NetIPInterface | sort InterfaceMetric
(Is the Wi-Fi interface the lowest metric? Are there any old virtual/NIC remnants?)
Windows PowerShell = netsh winhttp show proxy
Windows PowerShell = netsh winhttp reset proxy
(Is the WinHTTP proxy still there? (Teams often uses this.)
For DNS tests;
ipconfig /flushdns
Windows PowerShell = Test-NetConnection
Instead of restarting Teams, just apply the following when changing networks;
WinHTTP proxy reset/import;
Windows PowerShell = ipconfig /renew
Windows PowerShell = taskkill /IM ms-teams.exe /F
Are you using roles/ACLs on the Aruba controller?
If so, please check the following outputs:
Controller cli = show user-table | include <ip or mac>
Controller cli = show rights <assigned_role>
Controller cli = show datapath session table user <user_ip>
Are 443/TCP and, if applicable, 443/UDP sessions visible? Check the state/age and hit values.
Controller cli = show ucc client | include <user_ip>
Is Teams/UCC classification occurring?
Check these and apply the above tests and observe when the problem occurs.
If the problem is resolved, please inform us.
-------------------------------------------