Chinaunix首页 | 论坛 | 博客
  • 博客访问: 869188
  • 博文数量: 366
  • 博客积分: 10267
  • 博客等级: 上将
  • 技术积分: 4290
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-24 14:04
文章分类

全部博文(366)

文章存档

2012年(366)

分类: 系统运维

2012-03-02 13:42:38

关于交换机端口镜像的原理百度下,很多。

简单介绍配置步骤:

Switch#show monitor
No SPAN configuration is present in the system. (之前没有配置过端口镜像)

Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#monitor session 1 source interface fastEthernet 0/3 both (被监控的端口,"both"表示监控此端口接收与传输的流量,一般来说用"rx"即可)
Switch(config)#monitor session 1 destination interface fastEthernet 0/22 (将监控端口流量转发到此端口)
Switch(config)#end
Switch#show monitor
Session 1
---------
Type : Local Session
Source Ports :
Both : Fa0/3
Destination Ports : Fa0/22
Encapsulation : Native
Ingress : Disabled

Switch#

图如下:

本文出自 “victor” 博客

阅读(663) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

-小Y头-2012-03-03 00:49:09

刚用上无线路由器当交换机,还不错