Flapping port connected to Dell NIC team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2013 12:42 PM - edited 03-07-2019 04:10 PM
Hello,
I've plugged 2 ports from a Dell server that are teamed and the switch console keeps saying both ports are flapping, what does this mean? Both ports at both ends are configured as speed 1000 and full duplex.
I haven't got access to the switch while I type this, but I know the ports have the following enabled:
spanning-tree portfast
flowcontrol receive on
The Dell NICs are configured with jumbo frames (mtu 9000)
The switche is a 3750G.
Any ideas what coudl be causing this issue?
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2013 02:30 PM
Andy,
Is team set up for load balancing or fault tolerance ?
Is the team using LACP ?
Have you set up the 3750 ports as a port channel ?
Regards,
Alex.
Please rate useful posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2013 12:45 AM
Hello,
We've tried all the different modes on the card but still get the same flapping errors. Dell said we don't need to set anything on the Cisco switch as the Dell NIC should do all the work, maybe we need to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2013 04:48 PM
Andy,
Sorry for the delay
Lets assume that the server lives on Vlan 25. And that ther
switches are stacked so Im using ports G1/0/1 & G2/0/1
For fault tolerance mode ( Worker/Standby)
!
int Gi1/0/1
shut
desc *** SeRver Eth 1 ***
switchport host
switchport access vlan 25
no shut
!
!
int Gi2/0/1
shut
desc *** SeRver Eth 2 ***
switchport host
switchport access vlan 25
no shut
!
For fault Network Load Balancing mode ( Worker/Worker)
This will automatically buils the ether channel ( I have used 25 to
match the VLAN)
!
int Gi1/0/1
shut
desc *** SeRver Eth 1 ***
switchport access
switchport access vlan 25
channel-group 25 mode active
spanning-tree portfast
no shut
!
!
int Gi2/0/1
shut
desc *** SeRver Eth 2 ***
switchport access
switchport access vlan 25
channel-group 25 mode active
spanning-tree portfast
no shut
!
Hope this helps
Regards,
Alex.
Please rate useful posts.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2013 03:03 PM
channel-group 25 mode active
this means LACP, is LACP enabled on Dell side?
Check
show etherchannel summary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2013 03:04 PM
Hi, is it solved?
