86
(QCT) (Config)#vlan database
(QCT) (Vlan)#vlan 100 (QCT) (Vlan)#exit
2. Configure VLAN 100 as the RSPAN VLAN.
(QCT) #configure
(QCT) (Config)#vlan 100
(QCT) (Config)(vlan 100)#remote-span
(QCT) (Config)(vlan 100)#exit
3. Configure the RSPAN VLAN as the destination port and the reflector port as port 0/48.
(QCT) #configure
(QCT) (Config)#port-monitor session 1 destination remote vlan 100 reflector-port 0/48
4. Configure the source interface port as port 0/6.
(QCT) (Config)#port-monitor session 1 source interface 0/6
5. Enable the port mirroring session on the switch.
(QCT) (Config)#port-monitor session 1 mode
(QCT) #exit
3.7.2.2. Configuration on the Intermediate Switch (SW2)
To configure the intermediate switch:
1. Access the VLAN configuration mode and create VLAN 100.
(QCT) #configure
(QCT) (Config)#vlan database
(QCT) (Vlan)#vlan 100
(QCT) (Vlan)#exit
2. Enable RSPAN on vlan 100.
(QCT) #configure
(QCT) (Config)#vlan 100
(QCT) (Config)(vlan 100)#remote-span
(QCT) (Config)(vlan 100)#exit
3. Configure VLAN participation so the interface is always a member of the VLAN.
(QCT) (Config)#interface 0/10
(QCT) (Interface 0/10)#switchport allowed vlan add tagged 100
(QCT) (Interface 0/10)#exit
4. Configure VLAN participation so the interface is always a member of the VLAN.
(QCT) (Config)#interface 0/48