Has this ever worked? Are the connections between the offices T1? Have you tried without IPSEC if dedicated? Luckily, we don't do Voip here. I would do the following to help you move forward on this:
router> debug router/debug > pcap router/debug/pcap > capture cap1 router/debug/pcap/capture cap1 > attach ethernet 0 router/debug/pcap/capture cap1 > count 1000 router/debug/pcap/capture cap1 > size 400 router/debug/pcap/capture cap1 > drop-nonip router/debug/pcap/capture cap1 > direction both router/debug/pcap/capture cap1 > snaplen 256 router/debug/pcap/capture cap1 > commit router/debug/pcap/capture cap1 > exit router/debug/pcap > enable cap1 router/debug/pcap > stats cap1
When the call drops, issue a
no enable cap1
router/debug/pcap > upload <TFTP IP address> cap1 router/debug/pcap > cleanupFeel free to upload the pcap for help diagnosing.
sorry about the formatting.
Last edited by mayler; 05-24-2012 at 04:05 PM.
|