aironet 1200

I have a aironet 1200 I want to sid to only today MAC I defined. Is that possiable? Like MAC filters...

what is the command for that?

Thanks!

Reply to
larsk
Loading thread data ...

see Cisco docs Access Point ACL Filter Configuration Example

formatting link

! only allow witeless client with MAC address 0040.96a5.b5d4 to associate to AP

conf t access-list 700 permit 0040.96a5.b5d4 0000.0000.0000

interface Dot11Radio0 dot11 association mac-list 700 exit

end

wri mem

Reply to
Merv

Thanks, so 700 is the access list

then the following commands tell the AP to only tlk to that radio right? interface Dot11Radio0 dot11 association mac-list 700

Reply to
larsk

The commands

interface Dot11Radio0 dot11 association mac-list 700

controls what MAC addresses that the AP will accept asssociation requests from using access-list 700.

So add the MAC addresses of all your wireless cards to access-list 700

Reply to
Merv

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.