Ruckus ICX - RSPAN

Edited

Purpose

The purpose of this guide is to demonstrate how to mirror a remote switch port to your local computer.

  

This will only work for layer 2 VLANS, should you require the SPAN to go over a wan connection then you will need to use ERSPAN which is not supported on ICX7150

 

Due to the RSPAN the VLAN headers are not captured therefore the original VLAN does not need to traverse the link.

 

Source Switch Configuration

configure terminal
rspan-vlan 4000
tag ethernet 1/1/48  
rspan destination ethernet 1/1/24
rspan source monitor monitor-both ethernet 1/1/1
  • tag ethernet 1/1/48 - Tag the uplink port

  • rspan destination ethernet 1/1/24 - Define the RSPAN destination port

  • rspan source monitor monitor-both ethernet 1/1/1 - Define the source port

Destination Switch Configuration

configure terminal
rspan-vlan 4000
tagged ethernet 1/1/48
tagged ethernet 1/1/47
rspan destination ethernet 1/1/47
  • tagged ethernet 1/1/48 - Tag the uplink port

  • tagged ethernet 1/1/47 - Tag the destination port

  • rspan destination ethernet 1/1/47

 

Connect your laptop to port the destination port 1/1/47, please ensure your laptop is also tagged on port 1/1/47.

 

Was this article helpful?

Sorry about that! Care to tell us more?

Thanks for the feedback!

There was an issue submitting your feedback
Please check your connection and try again.