MSR26-30路由器怎么做mac地址和IP地址绑定 然后设置每个地址的带宽 让没有绑定mac的设备都不能连接网络。。来一个大神帮帮忙 指导下 谢谢。。。。。。
(0)
最佳答案
可以试试MAC认证
如图1-2所示,某用户的工作站与设备的端口GigabitEthernet1/1相连接。
· 设备的管理者希望在端口GigabitEthernet1/1上对用户接入进行MAC地址认证,以控制其对Internet的访问。
· 要求设备每隔180秒就对用户是否下线进行检测;并且当用户认证失败时,需等待180秒后才能对用户再次发起认证。
· 所有用户都属于ISP域aabbcc,认证时使用本地认证的方式。
· 使用用户的MAC地址作用户名和密码,其中MAC地址带连字符、字母小写。
图1-2 启动MAC地址认证对接入用户进行本地认证
# 添加网络接入类本地接入用户。用户名和密码均为接入用户的MAC地址00-e0-fc-12-34-56,服务类型为lan-access。
[Device] local-user 00-e0-fc-12-34-56 class network
[Device-luser-network-00-e0-fc-12-34-56] password simple 00-e0-fc-12-34-56
[Device-luser-network-00-e0-fc-12-34-56] service-type lan-access
[Device-luser-network-00-e0-fc-12-34-56] quit
# 配置ISP域,使用本地认证方法。
[Device-isp-aabbcc] authentication lan-access local
[Device-isp-aabbcc] quit
# 开启全局MAC地址认证。
# 开启端口GigabitEthernet1/1的MAC地址认证。
[Device] interface gigabitethernet 1/1
[Device-Gigabitethernet1/1] mac-authentication
[Device-Gigabitethernet1/1] quit
# 配置MAC地址认证用户所使用的ISP域。
[Device] mac-authentication domain aabbcc
# 配置MAC地址认证的定时器。
[Device] mac-authentication timer offline-detect 180
[Device] mac-authentication timer quiet 180
# 配置MAC地址认证用户名格式:使用带连字符的MAC地址作为用户名与密码,其中字母小写。
[Device] mac-authentication user-name-format mac-address with-hyphen lowercase
# 显示MAC地址配置信息。
<Device> display mac-authentication
MAC authentication is enabled
User name format is MAC address in lowercase, like xx-xx-xx-xx-xx-xx
Fixed username: mac
Fixed password: Not configured
Offline detect period is 180s
Quiet period is 180s
Server response timeout value is 100s
Max number of users is 1024 per slot
Current number of online users is 1
Current authentication domain is aabbcc
Silent MAC user info:
MAC Addr From Port Port Index
Gigabitethernet1/1 is link-up
MAC authentication is enabled
Max number of online users is 256
Current number of online users is 1
Current authentication domain: Not configured
MAC auth-delay is disabled
Authentication attempts: successful 1, failed 0
MAC Addr Auth state
00e0-fc12-3456 authenticated
至于带宽分配用QOS
要求在设备Router上对接口Ethernet1/2接收到的报文流进行限速:对HostA~HostZ(源地址属于IP地址段2.1.1.1~2.1.1.100)进行IP限速,逐IP地址流量限速5kbps,网段内各IP地址的流量共享剩余带宽。
图4-6 IP限速配置组网图
# 在接口Ethernet1/2上对源地址属于IP地址段2.1.1.1~2.1.1.100内所有PC进行限速,网段内各IP地址的流量共享剩余带宽。
[Router] qos carl 1 source-ip-address range 2.1.1.1 to 2.1.1.100 per-address shared-bandwidth
[Router] interface ethernet 1/2
[Router-Ethernet1/2] qos car inbound carl 1 cir 500 cbs 1875 ebs 0 green pass red discard
[Router-Ethernet1/2] quit
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论