- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Identify wireless devices
I have been recently tasked with identifying all the manufacture of devices that connect to our wireless network. The next step is to alert and block certain devices from connecting.
any suggestion on how to go about this? Is this some information I can get with out using the API and with out posting to a HTTP server?
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks everyone for their ideas. I was able to get the info I needed using the API and node red.
I created a flow that returns all the networks then from there is lists every device that has connected in the last 30 days to a csv file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On the clients page there's a column for OS. That's just a best guess and could be wrong, but it's a start.
You can also use the OUI of the MAC address to identify the NIC manufacturer. That can also aid in identifying device type.
If you click into a specific client there's a "Device Type" field that shows a combination of these two things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
One Idea could be,
You may tweak the "Column List" by clicking the "+" symbol on top right hand side under Network-wide->Clients. [Screenshot attached for reference]
Thereafter you may download the list as CSV file. Filter the content in an Excel Sheet as desired. Copy the List of MAC Address you need to block and Apply "Blocked" Policy for them.
[Screenshot attached for reference]
You may also block devices automatically by assigning a "Blocked" group policy on the basis of "Device type" under Wireless->Access Control. [I am not sure if this what you want though]
[Screenshot attached for reference]
I do not see an option of alerting the blocked devices. However you may display a custom blocked message under Network-wide->General for the Blocked Devices.
[Screenshot attached for reference]
Ajit
AjitsNW@gmail.com
www.ajit.network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Beware though, I had initially tried to block personal Cell phones from attaching to our staff wifi and it would end up blocking Corporation owned Ipads (I had the GPO for iPhone set).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Meraki Device Type identification is probably not accurate enough for your application.
Depending on how critical it is for you keep devices off you may want to turn the tables and concentrate on only allowing known devices on the network via device registration or certificate-based 802.1x -- both would require heavy lifting.
Depending on your client count you might want to use something low-tech like sorting Clients by First seen time to locate new devices and block undesired devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks everyone for their ideas. I was able to get the info I needed using the API and node red.
I created a flow that returns all the networks then from there is lists every device that has connected in the last 30 days to a csv file.
