公司防蹭网 ROS配置MAC地址绑定过滤

公司买的路由器是ROS,经常有未知的设备连接到网络里面。所以对MAC地址进行了管控。

win10默认不能使用telnet 我链接ROS的工具是SecureCRT 7.4

账号密码分别是:
   username:admin
   password:fxwy2014

一下是配置命令:

[admin@MikroTik] > ip
[admin@MikroTik] /ip> hotspot
[admin@MikroTik] /ip hotspot> ip-binding
[admin@MikroTik] /ip hotspot ip-binding> add
Static IP bindings can be added here

.. -- go up to hotspot
add -- Create a new item
comment -- Set comment for items
disable -- Disable items
edit --
enable -- Enable items
export -- Print or save an export script that can be used to restore configuration
find -- Find items by value
get -- Gets value of item's property
move -- Change order of items
print -- Print values of item properties
remove -- Remove item
set -- Change item properties


[admin@MikroTik] /ip hotspot ip-binding> add comment="WULEI Lenovo Y510 Wireless Network Adapter" mac-address=00:22:15:54:9F:0C server=all type=bypass
[admin@MikroTik] /ip hotspot ip-binding> add comment="WULEI Lenovo Y510 Cable Network Card" mac-address=00:1F:3B:C7:A7:1F server=all type=bypass
[admin@MikroTik] /ip hotspot ip-binding> add comment="WULEI Honor 4X " mac-address=90:67:1C:1C:A5:CC server=all type=bypass


你可能感兴趣的:(公司防蹭网 ROS配置MAC地址绑定过滤)