cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1749
Views
0
Helpful
5
Replies

Server NIC teaming on Catalyst 6509 Switch Problem

james.marshall
Level 1
Level 1

Connecting a dual-nic HP server to a 3750 stack works fine; activity on both ports. When I try the same on a 6509, only one of the nics comes up.

Port config on 3750:

interface GigabitEthernet1/0/8

description host

switchport mode access

spanning-tree portfast

5 Replies 5

Edison Ortiz
Hall of Fame
Hall of Fame

Hi,

You mentioned 'teaming' at the server side but I don't see an 'etherchannel' configuration at the switch side.

What kind of teaming option have you selected in the server configuration tool?

If the 6509 detected the same MAC address originating from both NICs, it will block one of them. The 3750 was supposed to do that, not sure why it didn't /unless/ you configured etherchanneling which should correct the issue.

HTH,

__

Edison.

I also have a similar issue.

We have our servers set up with a teamed nic.  One nic connects to Switch1 and the other to Switch 2.  (for High Availability)

Both switches are 6509's.

Configuration for the switchports are:

sw

sw mode access

sw access vlan XX

spanning-tree portfast

no ip-address

When both nics are connected, we cannot ping the server.  When the team is broken (only one connection), we can access the server with no problems.

This is our standard set up throughout our datacenter and is only now giving us problems on 2 of our 4 Cat6509's.

Hi,

Teaming in Network switch side is Etherchannel. There might be different teaming types at server side.

Coming to etherchannel can be done on single switch and apply on multiple interfaces to boost up the traffic.

If I understand correctly, your scenarios is Server with 2 NIC's connected to 6509 switch (example NIC1 on gi3/21 and NIC2 gi3/27) If this is what correct do the below config and try...

Configure etherchannel on 6509:

interface Port-channel1
switchport
switchport trunk encapsulation dot1q
switchport trunk native vlan-number
switchport mode trunk

Assign etherchannel 1 on ports gi3/21 and gi3.27

interface GigabitEthernet3/21
description Connected to ServerNIC1
switchport trunk encapsulation dot1q
switchport trunk native vlan-number

switchport mode trunk
channel-group 1 mode on

interface GigabitEthernet3/27
description  Connected to ServerNIC2

switchport trunk encapsulation dot1q
switchport trunk native vlan-number
switchport mode trunk
channel-group 1 mode on

Regards,

Naidu.

you go to HP tool and team the nic and select the fault tolerence with preference order then it will work no ether channel reqd.

Bmat

Hitesh Vinzoda
Level 4
Level 4

How the teamed interfaces are connected, are they connected to different 6500's or on same 6500.

Hitesh Vinzoda

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card