提取MAC地址OUI对应的厂商信息

  1. 到ieee的官网下载oui.txt文件
    http://standards.ieee.org/develop/regauth/oui/oui.txt

  2. 从文件中grep hex 提取 00-00-00 对应的厂商信息

    1
    cat oui.txt |grep hex > MAC_original.file
Contents
,