Sunday, July 25, 2010

Remote SPAN (RSPAN) for Voice Recorder

Some Voice Recorders require the copy of signal and RTP from IP Phone to theirs interfaces.

This example will show you how to configure remote span session to send the copy of signal and RTP from IP Phone to Voice Recording Server.


Access Switch Configuration

Access-Switch(config)#vlan 999
Access-Switch(config-vlan)#remote-span
Access-Switch(config-vlan)#exit
Access-Switch(config)#monitor session 1 source vlan 100
Access-Switch(config)#monitor session 1 destination remote vlan 999

Access-Switch(config)#int gi0/1
Access-Switch(config-if)#switchport mode trunk

Core Switch Configuration

Core-Switch(config)#vlan 999
Core-Switch(config-vlan)#remote-span
Core-Switch(config-vlan)#exit
Core-Switch(config)#monitor session 1 source remote vlan 999
Core-Switch(config)#monitor session 1 destination interface gi0/1

Core-Switch(config)#int gi0/3
Core-Switch(config-if)#switchport mode trunk

    

No comments:

Post a Comment