ericmccullough / r2d2

Remote Rogue Device Detector
MIT License
0 stars 1 forks source link

Add vendor OUI #4

Open ericmccullough opened 9 years ago

ericmccullough commented 9 years ago

Add db for OUI. Make process to download the current list and update the db. Each device should have an OUI associated with it. Push db to l2s2 nodes. There is a perl script but it may be easier to do in ruby.

ericmccullough commented 8 years ago

Added vendor table and methods to lookup and display for nodes and devices.

ericmccullough commented 8 years ago

need index and rake task to load data

ericmccullough commented 8 years ago

uppercase all MACs and remove colons/dashes add display options to set the separator and case

ericmccullough commented 5 years ago

uppercased MAC in models removed the :-. separators Display options for MAC addresses moved to another issue. Rake task to load vendor DB is done. Still need an index? Still need an DB update to add latest additions. Do sweepers need a copy of the Vendor table?