cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2200
Views
0
Helpful
1
Replies

Remote RSPAN VLAN Config

roxysbrian
Level 1
Level 1

I'm trying to configure a RSPAN on remote VLAN 902 to monitor VLAN 101 but I'm not sure how to go about doing this. I have the remote VLAN configured in my switch but not sure how to tell it to only pull the traffic from VLAN 101.

Here is parts of my current config:

sh run

monitor session 2 destination interface Gi7/40

monitor session 2 source remote vlan 902

<BR>

sh vlan
902  RSPAN_Voice              active

<BR>

sh monitor session 2
Session 2
---------
Type              : Remote Destination Session
Source RSPAN VLAN : 902
Destination Ports : Gi7/40
    Encapsulation : Native
          Ingress : Disabled
         Learning : Disabled

<BR>

Thanks

<BR>

Brian
1 Reply 1

roxysbrian
Level 1
Level 1

After doing some more research I answered my question. Here is what I found:

There are different commands that need to be run on the source switch(es) and the destination switch.

Source switch:

monitor session 2 source vlan 101

monitor session 2 destination remote vlan 902

Destination switch:

monitor session 2 source remote vlan 902

monitor session 2 destination int gi7/40

The commands for the source switch(es) must be put on every switch that will have source data on VLAN 101.

Hope this helps someone.

NOTE: Above info was related to my situation. Your situation may be different from mine and you may have to adapt accordingly.