zoukankan      html  css  js  c++  java
  • H3C S5024E-PWR-X 端口镜像及抓包实例

    创建端口镜像组

    [H3C]mirroring-group 1 local

    创建源端口

    [H3C]mirroring-group 1 mirroring-port gigabitethernet 1/0/11 ?
    GigabitEthernet GigabitEthernet interface
    Ten-GigabitEthernet Ten-GigabitEthernet interface
    Vlan-interface VLAN interface
    both Monitor the inbound and outbound packets
    inbound Monitor the inbound packets
    outbound Monitor the outbound packets
    to Range of interfaces

    监听源端口进出口数据流量

    [H3C]mirroring-group 1 mirroring-port gigabitethernet 1/0/11 both

    创建监听端口

    [H3C]mirroring-group 1 monitor-port gigabitethernet 1/0/23

    检查端口镜像组

    [H3C]display mirroring-group all
    Mirroring group 1:
    Type: Local
    Status: Active
    Mirroring port:
    GigabitEthernet1/0/11 Both
    Monitor port: GigabitEthernet1/0/23

    打开Wireshark 输入端口地址监听开始

  • 相关阅读:
    cookie的过期时间
    Cookie的使用及位置
    用存储过程进行的查询拼接
    验证码的使用
    SQLHelper
    App_code的引用
    GridView使用
    javascript、ajax验证
    数据库小结(三)
    数据库操作(七)存储过程
  • 原文地址:https://www.cnblogs.com/Release-R/p/14412282.html
Copyright © 2011-2022 走看看