18-RSAPN:Remote switch port analyzer //GNS3 2.1.5
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了18-RSAPN:Remote switch port analyzer //GNS3 2.1.5相关的知识,希望对你有一定的参考价值。
一、实验拓扑:
二、实验要求:
1、R1、R2网段地址为:100.1.1.X/24,SW1和SW2之间部署Trunk中继链路;
2、SW1、SW2分别部署RSPAN技术,分别部署本地和远程源目监听地址;
使得远程云能够监听SW1的VLAN1收发流量;
3、抓包验证是否可以成功?
三、命令部署:
1、R1、R2命令部署:
R1(config)#int f0/0
R1(config-if)#no shutdown
R1(config-if)#ip add 100.1.1.1 255.255.255.0
R2(config)#int f0/0
R2(config-if)#no shutdown
R2(config-if)#ip add 100.1.1.2 255.255.255.0
2、SW1、SW2基本配置:
SW1#vlan database
SW1(vlan)#vlan 1000
SW1(config)#int range f0/1 -2
SW1(config-if-range)#no shutdown
SW1(config-if-range)#switchport mode access
SW1(config-if-range)#swichport access vlan 1
SW1(config)#int f0/0
SW1(config-if)#switchport trunk encapsulation dot1q
SW1(config-if)#switchport mode trunk
SW2#vlan database
SW2(vlan)#vlan 1000
SW2(config)#int f0/0
SW2(config-if)#no shutdown
SW2(config-if)#switchport trunk encapsulation dot1q
SW2(config-if)#switchport mode trunk
SW2(config)#int f0/1
SW2(config-if)#no shutdown
SW2(config-if)#switchport mode access
SW2(config-if)#switchport access vlan 1000
SW2(config-if)#spanning-tree portfast
3、SW1、SW2 RSPA部署:
SW1(config)#no monitor session 1
SW1(config)#no monitor session 2
This platform only supports 1 sessions
This platform only supports 1 sessions
SW1(config)#monitor session 1 source vlan 1
SPAN Source Vlan is not supported in this platform //不支持VLAN,改用接口
SW1(config)#monitor session 1 source int f0/2 rx
SW1(config)#monitor session 1 destination remote ? //不支持remote,蛋疼换用IOU做吧
四、验证:
使用IOU,因为镜像原因,虽然命令可以配置,但是命令配置完后设备会挂掉。
以上是关于18-RSAPN:Remote switch port analyzer //GNS3 2.1.5的主要内容,如果未能解决你的问题,请参考以下文章
连接到 wp_remote_post Wordpress 时,Softlayer ISP 阻止网络退出
web自动化测试-D3-学习笔记之三(Selenium-Switch与SelectApi接口详解)
Switch between Server Core mode and Server GUI mode in Windows Server 2012 R2