Cong0ks

> enable                 # 从用户模式进入特权模式
# show ip int bri     # 查看当前所有端口状态

# conf t                  # 从特权模式进入配置模式

(config)# monitor session 1 source interface gigabitEthernet 1/0/1- 5              # 设置端口1-[空格]5  作为 源镜像口 

(config)# monitor session 1 destination interface gigabitEthernet 1/0/48       # 设置端口48  作为 目标镜像口(接抓包电脑)

# show monitor  在特权模式下查看已经添加的源镜像口和目标镜像口

# 如果需要长期使用可以保存

# wr        # 保存配置

  

分类:

技术点:

相关文章:

  • 2022-02-16
  • 2021-11-02
  • 2021-07-09
  • 2021-11-22
  • 2021-12-25
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
猜你喜欢
  • 2021-10-19
  • 2021-11-22
  • 2022-12-23
  • 2021-07-28
  • 2022-01-04
  • 2021-11-23
  • 2021-10-11
相关资源
相似解决方案