Showing posts with label cisco. Show all posts
Showing posts with label cisco. Show all posts

Tuesday, March 10, 2009

spaned vlan cause duplicated frame

LAN, Switching and Routing: Duplicate ACKs when Sniffing a Spanned VLAN

Wireshark tech support:
"If you span a vlan, every packet will enter the switch and leave the switch on that vlan, hence the switch will mirror it twice. You should use "rx" or "tx" instead of "both" on the definition of the span-port when spanning a vlan.

You can remove the duplicate packets in the tracefile with "editcap -d " :-)

"
Not sure if this relates directly to what you're seeing or not, but configuring a session monitor to observe traffic on multiple ports in both directions will cause Wireshark to report out of order and duplicate packets. For instance, I configured a 2950 to monitor a CallManger port and a Unity port for testing. Wireshark reported numerous out of order and duplicate packets. It took a few minutes to figure out but it turns out that the problem was simply the normal behavior of Wireshark when it sees the same traffic from two ports. The packet is 'monitored' on the ingress port, then again on the egress port. I would suggest that you make sure you are monitoring only one port and see if the out of order and duplicate packets persist. "

http://www.groupstudy.com/archives/cisco/200706/msg00600.html

Tuesday, December 2, 2008

CallManager 4.x: Troubleshooting High CPU Utilization

Aupair.exe

In the Cisco CallManager 4.x cluster, aupair.exe causes high CPU utilization on the Cisco

CallManager subscriber server. The Cisco Database Layer Monitor service (aupair.exe) monitors aspects of the database layer as well as CDRs. The database layer comprises a set of dynamic link libraries (DLLs) that provides a common access point for applications that need to access the database to add, retrieve, and change data.

Solution

Complete these steps in order to resolve this issue:

  1. Restart the CDR Insert service on the publisher.

  2. Restart the Database Layer Monitor service and the RIS Collector service on both the publisher and subscriber.

  3. Use DBLHelper to reestablish a broken Cisco CallManager Cluster SQL Subscription.

http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00807f32e9.shtml#au

081202