︿
Top

前言

想要在 D-Link DGS 3100 Switch 當中,針對連接其上主機的 MAC Address 進行「流量限制」的動作。

實作環境

  • DGS-3100-24
  • Firmware Version : 3.60.28
  • Hardware Version : 04


安裝及設定

下列指令中 Client 端的 MAC Address 為 00:50:56:a0:0e:42,希望達成限制其上傳流量 (Source MAC) 為 1 Mbps,而下載流量 (Destination MAC) 為 2 Mbps,該 Client 端是從交換器的 Port 23 上來從 Port 24 出去。

Client 上傳 (1 Mbps)

鍵入如下指令設定下載流量為 1 Mbps (1024),此 MAC Address 主機是從 Port 23 上來。
create access_profile profile_id 1 ethernet source_mac 00:50:56:a0:0e:42
config access_profile profile_id 1 add access_id 1 ethernet source_mac 00:50:56:a0:0e:42 rate_limit 1024 ports 1:23 permit


Client 下載 (2 Mbps)

鍵入如下指令設定下載流量為 2 Mbps (2048),此 MAC Address 主機是從 Port 24 出去。
create access_profile profile_id 2 ethernet destination_mac 00:50:56:a0:0e:42
config access_profile profile_id 2 add access_id 2 ethernet destination_mac 00:50:56:a0:0e:42 rate_limit 2048 ports 1:24 permit
文章標籤: