Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

3750X multicast data drops

Status
Not open for further replies.

JamesS33

Technical User
Apr 25, 2012
1
0
0
US
We are currently experiencing random multicast data dropouts on ports that are connected to a 3750X in VLAN ports.
A test PC was connected to a routed port and we do not have any dropouts of the multicast data.
We also took a 2960G and plugged it into VLAN ports on the 3750X. Any test PC that is on the 2960G does not lose traffic.

The traffic only drops on PCs that are connected to a port on the 3750X that is in a VLAN. The data drops are random and last approximatly 55-59 seconds
before we start receiving multicast traffic again.

I do not see any input/output errors on the interfaces
sh platform port-asic stat drop also show no drops

CPU runs at about 50% on the 3750X

Below is the configuration of the 3750X

Building configuration...

Current configuration : 8454
!
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname XXXXX
!
boot-start-marker
boot-end-marker
!
!
enable password 1 XXXXXXX
!
no aaa new-model
clock timezone CST -6 0
clock summer-time CST recurring
switch 1 provision ws-3750x-12s
switch 2 provision ws-c3750x-48
system mtu routing 1500
ip routing
!
!
!
no ip domain-lookup
ip multicast-routing distributed
!
!
spanning-tree mode pvst
spanning-tree extended system-id
!
!
vlan internal allocation policy ascending
!
!
interface Loopback0
ip address 192.168.x.x 255.255.255.255
ip pim sparse-mode
ip igmp join-group 233.2.x.x
!
interface GigabitEthernet1/0/1
description Primary Route
no switchport
ip address 192.168.x.x 255.255.255.252
ip pim sparse-mode
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
ip ospf cost 2
!
interface GigabitEthernet1/0/2
description Secondary Route
no switchport
ip address 192.168.x.x 255.255.255.252
ip pim sparse-mode
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
ip ospf cost 100
!
interface GigabitEthernet1/0/3
description Test PC1
no switchport
ip address 192.168.x.x 255.255.255.128
ip pim sparse-mode
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
!
interface GigabitEthernet1/0/4
description Test PC2
no switchport
ip address 192.168.x.x 255.255.255.128
ip pim sparse-mode
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
!
interface GigabitEthernet 2/0/1
description Test PC3
switchport access vlan 3
!
!
interface GigabitEthernet 2/0/2
description Catalyst 2960G
switchport access vlan 3
!
!
interface GigabitEthernet 2/0/3
description Test PC4
switchport access vlan 4
!
!
interface GigabitEthernet 2/0/4
description Catalyst 2960G
switchport access vlan 4
!
interface Vlan3
ip address 192.168.x.x 255.255.255.128
ip pim sparse-mode
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
!
interface Vlan4
ip address 192.168.x.x 255.255.255.128
ip pim sparse-mode
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
ip igmp join-group 233.2.x.x
!
router ospf 10
redistribute connected subnets
network 192.168.0.0 0.0.255.255 area 0
!
!
ip http server
ip http secure-server
!
!
ip sla enable reaction-alerts
logging esm config
logging 192.168.x.x
!
!
line con 0
login local
speed 115200
line vty 0 4
login local
length 0
line vty 5 15
login local
!
ntp server 192.168.x.x
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top