Smart Gateway

適用場景

  • 偵測到某一條線路流量異常時,可自動切換至另一條線路,兩條互為備援
  • 偵測到某一條線路流量負載過高時,可自動將部分流量導至另一條線路
  • 單位特定的部門或使用者和一般使用者使用相同的網段,達到不同網路出口設定
  • 單位特定的服務(如影音、視訊等)可以走不同頻寬出口

彈性的網路出口配置

  • 單位的網路出口端有兩個以上的線路時,可依照 L2~L4 的方式決定其網路出口
  • 單位有 AD / LDAP / Radius 時,可依照使用者 ID 方式指定其網路出口
  • 單位有 DPI 可分析 L7 時,可依照 APP 方式指定其網路出口

需求規格

  • 支援 OpenFlow 1.3 之開放流交換器
  • Match Field
    • Ingress port. Numerical representation of incoming port, starting at 1. This may be a physical or switch-defined logical port.
    • Ethernet source MAC address
    • Ethernet destination MAC address
    • Ethernet type of the OpenFlow
    • VLAN-ID
    • VLAN priority (VLAN-PCP)
    • IPv4 source address
    • IPv4 destination address
    • IPv4 protocol number
    • TCP/UDP source port
    • TCP/UDP destination port
    • ICMPv4 type
    • ICMPv4 code
  • Action
    • Output (Req) : Forwards the packet to a specified OpenFlow port ( 2 port at least). If out-port is Controller, then the packet will be sent as packet-in message.
    • Drop (Req) : No explicit drop action. Packet with empty action set should be dropped.
    • Meter meter-id : Directs the packet to the specified meter.