12-12-2024 02:10 AM
I'm using the c9800
The ap are used as local mode.
If you do "show ip arp" on the backbone switch
All terminals appear as the MAC address of the wlc, not as their own.
Do you know why?
12-12-2024 02:14 AM
Can you more elaborate
MHM
12-12-2024 02:18 AM
I am currently using the c9800-l model, and the version is 17.9.5.
The ap are used local mode.
The problem is that when you 'show ip arp' on the backbone switch, the MAC addresses of all clients appear as the MAC addresses of wlc, not their own.
When I configured a separate LAB and tested it, the client's MAC address came out normally.
I don't know what part of the wlc would be good to see.
12-12-2024 02:20 AM
Do you enable arp proxy ?
MHM
12-12-2024 02:31 AM
I was actually doubting that part.
In fact, the WLC in service has that setting turned off, and when we tested it at LAB, it all appeared as the client's MAC address regardless of whether it was present or not.
** The arp proxy setting was set in policy -> Advanced.
12-12-2024 02:34 AM
with arp proxy set the WLC will reply to any ARP of client and hence you see WLC mac in arp table.
MHM
12-12-2024 02:46 AM
Is the setting you mentioned 'ip proxy arp' in the SVI of the CLI?
Or
Is it 'ARP Proxy' setting in policy profile -> advanced in GUI?
12-12-2024 02:52 AM
ipv4 arp-proxy under wireless profile in CLI is same as ARP proxy in GUI
MHM
12-12-2024 02:58 AM
I have a different answer to my question
From the CLI, you can set "ip proxy-arp" in SVI (e.g. interface vlan 200). I asked which of these and settings in GUI you were talking about.
12-12-2024 02:22 AM
This is the expect behavior if your WLC is confiuged as proxy ARP.
"
Proxy address resolution protocol (ARP) is the most common method for learning about MAC address through a proxy device. Enabling Proxy ARP known as ARP caching in Cisco Catalyst 9800 Series Wireless Controller means that the AP owning client is the destination of the ARP request, replies on behalf of that client and therefore does not send the ARP request to the client over the air. Access points not owning the destination client and receiving an ARP request through their wired connection will drop the ARP request. When the ARP caching is disabled, the APs bridge the ARP requests from wired-to-wireless and vice-versa increasing the air time usage and broadcasts over wireless."
You can check how the configuration is on your WLC.
Configuration > Tags & Profiles > Flex
12-12-2024 02:40 AM
All the ap are operating as local mode.
Is it related to ARP caching in Flex Profile settings?
12-12-2024 02:51 AM
Your AP is configured as flexconnect right?
12-12-2024 02:55 AM
No.
All ap is configured local mode.
12-12-2024 03:03 AM
Right, you told above and I missed. But the idea is the same. You have proxy arp enabled and the AP will handle the ARP for the clients.
Device# configure terminal
Device(config)# wireless profile policy policy-profile1
Device(config-wireless-policy)# ipv4 arp-proxy
12-12-2024 03:18 AM
But that setting is turned off in all policy profiles.
When you 'show ip arp' on the backbone switch even though it's turned off, the Mac addresses of the clients appear as the Mac addresses of the wlc.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide