Auto Probe

自動探測網路異常

  • 可依照已配置好的偵測行為與後續動作,當網路發生狀況後可自動進行處理,避免非上班時間網路異常時仍要到場處理。例如偵測到旁接(Out-of-Band)模式的資安設備(如 WAF 和 IPS)故障時,可設定 bypass 以確保網路連線仍可正常運作。

設定畫面

auto probe


需求規格

  • 支援 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.