收藏 分享(赏)

CISCO交换机端口镜像配置.doc

上传人:精品资料 文档编号:9868929 上传时间:2019-09-13 格式:DOC 页数:5 大小:32.50KB
下载 相关 举报
CISCO交换机端口镜像配置.doc_第1页
第1页 / 共5页
CISCO交换机端口镜像配置.doc_第2页
第2页 / 共5页
CISCO交换机端口镜像配置.doc_第3页
第3页 / 共5页
CISCO交换机端口镜像配置.doc_第4页
第4页 / 共5页
CISCO交换机端口镜像配置.doc_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

1、CISCO交换机端口镜像配置CISCO交换机端口镜像配置 先解释一下端口镜像:端口镜像简单的说,就是把交换机一个(数个)端口(源端口)的流量完全拷贝一份,从另外一个端口(目的端口)发 出去,以便网络管理人员从目的端口通过分析源端口的流量来找出网络存在问题的原因。 cisco的端口镜像叫做SWITCHED PORT ANALYZER,简称SPAN(仅在IOS系统中,下同),因此,端口镜像仅适用于以太网交换端口。Cisco的SPAN 分成三种,SPAN、RSPAN和VSPAN,简单的说,SPAN是指源和目的端口都在同一台机器上、RSPAN指目的和源不在同一交换机上,VSPAN可以镜像 整个或数个V

2、LAN到一个目的端口。 配置方法: 1. SPAN (1) 创建SPAN源端口 monitor session session_number source interface interface-id , | - both | rx | tx monitor session 1 source interface Gi1/0/3 - 23 monitor session 2 source interface Gi1/0/24*session_number,SPAN会话号,我记得3550支持的最多本地SPAN是2个,即1或者2。 *interface-id , | -源端口接口号,即被镜像的端口,

3、交换机会把这个端口的流量拷贝一份,可以输入多个端口,多个用“,”隔开, 比如我的3750G 设置:先查询镜像端口:show interfaceGigabitEthernet1/0/1 is down, line protocol is down (monitoring)Hardware is Gigabit Ethernet, address is 001b.53d1.f681 (bia 001b.53d1.f681)MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1

4、/255Encapsulation ARPA, loopback not setKeepalive set (10 sec)Auto-duplex, Auto-speed, media type is 10/100/1000BaseTXinput flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00Last input never, output 01:24:41, output hang neverLast clearing of “show interface

5、“ counters neverInput queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0Queueing strategy: fifoOutput queue: 0/40 (size/max)5 minute input rate 0 bits/sec, 0 packets/sec5 minute output rate 0 bits/sec, 0 packets/sec0 packets input, 0 bytes, 0 no bufferReceived 0 broadcasts (0 multicast)

6、0 runts, 0 giants, 0 throttles0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored0 watchdog, 0 multicast, 0 pause input0 input packets with dribble condition detected45270775 packets output, 3124068592 bytes, 0 underruns0 output errors, 0 collisions, 1 interface resets0 babbles, 0 late collision, 0

7、 deferred0 lost carrier, 0 no carrier, 0 PAUSE output0 output buffer failures, 0 output buffers swapped outGigabitEthernet1/0/2 is up, line protocol is down (monitoring)Hardware is Gigabit Ethernet, address is 001b.53d1.f682 (bia 001b.53d1.f682)MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec, reliabili

8、ty 255/255, txload 25/255, rxload 1/255Encapsulation ARPA, loopback not setKeepalive set (10 sec)Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTXinput flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00Last input never, output 00:27:32, output hang neve

9、rLast clearing of “show interface“ counters neverInput queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0Queueing strategy: fifoOutput queue: 0/40 (size/max)5 minute input rate 0 bits/sec, 0 packets/sec5 minute output rate 101566000 bits/sec, 13900 packets/sec0 packets input, 0 bytes, 0

10、 no bufferReceived 0 broadcasts (0 multicast)0 runts, 0 giants, 0 throttles0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored0 watchdog, 0 multicast, 0 pause input0 input packets with dribble condition detected56333567 packets output, 4143302191 bytes, 0 underruns0 output errors, 0 collisions, 1 i

11、nterface resets0 babbles, 0 late collision, 0 deferred0 lost carrier, 0 no carrier, 0 PAUSE output0 output buffer failures, 0 output buffers swapped out我们用端口镜像1来镜像3-23号端口,镜像端口来镜像24号端口:monitor session 1 source interface Gi1/0/3 - 23monitor session 1 destination interface Gi1/0/1monitor session 2 sour

12、ce interface Gi1/0/24monitor session 2 destination interface Gi1/0/2连续的用“-”连接。 *both | rx | tx,可选项,是指拷贝源端口双向的(both)、仅进入(rx)还是仅发出(tx)的流量,默认是both。 (2)创建SPAN目的端口 monitor session session_number destination interface interface-id encapsulation dot1q ingress vlan vlan id | ISL monitor session 1 destinatio

13、n interface Gi1/0/1monitor session 2 destination interface Gi1/0/2ingress | ingress vlan vlan id *一样的我就不说了。 *session_number要和上面的一致。 *interface-id目的端口,在源端口被拷贝的流量会从这个端口发出去,端口号不能被包含在源端口的范围内。 *encapsulation dot1q | isl,可选,指被从目的端口发出去时是否使用802.1q和isl封装,当使用802.1q时,对于本地VLAN不进行封 装,其VLAN封装,ISL则全部封装。 2.VSPAN (1

14、)创建VSPAN源VLAN monitor session session_number source vlan vlan-id , | - rx *一样的也不说了,基本和SPAN相同,只是接口号变成了VLAN号,而且只能镜像接收的流量。 (2)创建VSPAN目的端口 monitor session session_number destination interface interface-id encapsulation dot1q | isl *和SPAN的一样。 3.RSPAN RSPAN的配置较为复杂,其流程可以这样来看,交换机把要镜像的端口流量复制一份,然后发到本机的一个反射端口上

15、(reflector-port ) ,在由反射端口将其通过网络转发到目的交换机中的VLAN上(一般情况下,这个VLAN是专为镜像而设的,不要作为客户端接入所用),再在目 的交换机中配置VSPAN,将该VLAN的流量镜像到目的端口,要注意的是,一旦这种RSPAN被使用,该镜像专用VLAN的信息会被转发到所有的VLAN 主干上,造成网络带宽的浪费,因此要配置VLAN修剪(pruning),另外RSPAN也可以镜像VLAN。 (1)在源交换机上创建RSPAN源端口 *同SPAN或VSPAN (2)在源交换机上创建VSPAN反射端口和目的VLAN monitor session session_num

16、ber destination remote vlan vlan-id reflector-port interface *vlan-id 目的交换机上转为镜像而设的VLAN *reflector-port interface源交换机上的镜像端口 (3)在目的交换机上创建VSPAN源VLAN monitor session session_number source remote vlan vlan-id *vlan-id就是上面的镜像专用VLAN (4)在目的交换机上创建VSPAN目的端口 monitor session session_number destination interfac

17、e interface-id encapsulation dot1q | isl *同SPAN 4.其他 (1)端口镜像的过滤,端口镜像是可以做Filter的。 monitor session session_number filter vlan vlan-id , | - *指定源端口进入的流量中,属于哪些VLAN的可以从目的端口发出去。 (2)删除镜像 no monitor session session_number | all | local | remote *session_number指定会话号,all是所有镜像,local是本地镜像,remote是远程镜像。 (3)镜像的目的端口不能正常收发数据,因此不能再作为普通端口使用,可以连接一些网络分析和安全设备,例如装有sniifer的计算机或者Cisco IDS设备。

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 企业管理 > 管理学资料

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报