无线路由器上的端口镜像

无线路由器上的端口镜像

我将到现场帮助酒店经理查明谁在酒店使用 P2P(种子)并滥用其他客人的网络。

简单的选择是
1. 无线路由器上的端口镜像和Wireshark分析。
难点
2. 中间人攻击(如果路由器不支持端口镜像,则需要使用网络地图逐台机器该隐与亚伯

网络是TalkTalk 我觉得无线路由器用的华为(不确定型号,还没有去过现场)。

如果是华为型号,允许端口镜像我找到了有关如何设置端口镜像的指南

问题:我习惯通过浏览器连接到路由器(通常在 192.168.0.1)然后更改配置来进行路由器配置。但是在我链接到的手册中(4.4.1 设备 A 上的配置(我的情况是无线路由器))。

说明如下:

一、配置步骤
1)配置远程源镜像组

 #Create remote source mirroring group 1.

<DeviceA> system-view
[DeviceA] mirroring-group 1 remote-source

# Create VLAN 2.
[DeviceA] vlan 2
[DeviceA-vlan2] quit

# Configure GigabitEthernet 1/0/25 as the mirroring port, GigabitEthernet 1/0/26 as
the reflector port, and VLAN 2 as the remote-probe VLAN in the remote source
mirroring group.
[DeviceA] mirroring-group 1 remote-probe vlan 2
[DeviceA] mirroring-group 1 mirroring-port GigabitEthernet 1/0/25 inbound
[DeviceA] mirroring-group 1 reflector-port GigabitEthernet 1/0/26 

2)将监视端口添加到远程探测VLAN

# Enter the view of the interface connected with the analyzer.
[DeviceA] interface GigabitEthernet 1/0/27
# Add port GigabitEthernet 1/0/27 to the remote probe VLAN.
[DeviceA-GigabitEthernet1/0/27] port access vlan 2 Port Mirroring Configuration Examples
Hangzhou H3C Technologies Co., Ltd. 7/16
# Enter the view of the interface connected with the IDS.
[DeviceA-GigabitEthernet1/0/27] interface GigabitEthernet 1/0/28
# Add port GigabitEthernet 1/0/28 to the remote probe VLAN.
[DeviceA-GigabitEthernet1/0/28] port access vlan 2 

二、配置文件

<DeviceA> display current-configuration
#
 version 5.20, Test 5310
#
 sysname DeviceA
#
 domain default enable system
#
 telnet server enable
#
 mirroring-group 1 remote-source
 mirroring-group 1 remote-probe vlan 2
#
vlan 1
#
vlan 2
#
domain system
 access-limit disable
 state active
 idle-cut disable
 self-service-url disable
#
interface GigabitEthernet1/0/25
 mirroring-group 1 mirroring-port inbound
#
interface GigabitEthernet1/0/26
 mirroring-group 1 reflector-port
#
interface GigabitEthernet1/0/27
 port access vlan 2
#
interface GigabitEthernet1/0/28
 port access vlan 2
# 
 load xml-configuration
#
user-interface aux 0
 idle-timeout 0 0
user-interface vty 0 4
#
return
# 

问题:
我应该在哪里/如何将这些指令输入到无线路由器?
我如何访问(假设)无线路由器上的配置文件?

相关内容