08-19-2019 11:13 AM - edited 07-05-2021 10:52 AM
Hi ,
I have a requirement to assign a particular host (mac address) to specific WLAN interface on both Non-IOSXE (eg. cisco 5508 wlc) & IOS-XE cisco 3850 (with wireless module) switches. Basically host connect to a SSID and that SSID is on a specific WLAN interface. On Non IOS-XE (cisco 5508) it is straight forward like below:
config macfilter add 18:65:90:de:46:1b <WLAN ID> <interface> <description>
on doing so host is assigned to new WLAN interface mentioned.
I am trying to achieve similar thing on Cisco 3850 IOS-XE based WLC . I could not find such information anywhere.
Please help me on configuring the same . Also do i need to configure mac filter entry ? If yes , how to do it ?
Appreciate your response.
08-19-2019 12:20 PM - edited 08-19-2019 12:22 PM
You should refer below command reference mapping guide (AireOS -> IOS-XE)
HTH
Rasika
*** Pls rate all useful responses ***
08-19-2019 03:11 PM
Thanks for your response. I am trying to understand the equivalent command on IOS-XE
Have these follow up questions :
In AireOS , the below command refers 4 as WLAN ID , 240-sysops as interface
macfilter add b0:ee:7b:3f:f4:73 4 240-sysops Roku
That means it is adding macfilter to the host for interface 240-sysops.
However on IOS-XE , I could not correlate the same because no WLAN interface was mentioned in the following command :
username b0ee7b3ff473mac aaa attribute list ATTR_LIST_SYSOPS
How can we say that macfilter to the host for which interface ? what is ATTR_LIST_SYSOPS ?
Could not understood completely...
08-20-2019 01:39 PM
Through attribute list, you map which SSID you need to apply that filter.
Configure it as suggested in that command reference guide and test it.
HTH
Rasika
*** Pls rarte all useful responses ***
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