Skip to content

Instantly share code, notes, and snippets.

@Akagi201
Last active November 3, 2015 14:27
Show Gist options
  • Save Akagi201/1c9253c54442d69c9f5b to your computer and use it in GitHub Desktop.
Save Akagi201/1c9253c54442d69c9f5b to your computer and use it in GitHub Desktop.

MW4530R 端口镜像

  • mirror_monitor_port 5 就是路由器远离WAN的 路由器上LAN的第一个口
  • 0是CPU 就是所有的包 包括外网
swconfig dev switch0 set enable_mirror_rx 1
swconfig dev switch0 set enable_mirror_tx 1
swconfig dev switch0 set mirror_monitor_port 5
swconfig dev switch0 set mirror_source_port 0
swconfig dev switch0 set apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment