cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
478
Views
0
Helpful
3
Replies

Duplication with Router Virtual Mac-Address

faisal_ghaus
Level 1
Level 1

hi,

We have recently installed a Microsoft Exchange server with Microsoft Clustering service enabled after that we have configured Intel/dell based NIC Teaming on a dell server since then we are facing problems the entire WAN goes down we dont find any problem in Routers or switches log but on checking the log of the server we find that 10.152.0.67 which is the virtual ip address of the server is conflicting with the MAC adress of the Core Router 00:00:0C:07:AC:00 this is virtual MAC address of HSRp we were advised it is a switch problem but now we have replaced the switch even now once the server is braught up same situation occurs can some one please help us out our service provider has again advised it is a Cisco incompatibility of of teaming

3 Replies 3

Edison Ortiz
Hall of Fame
Hall of Fame

If you are unable to modify the MAC Address on the Clustering service (00:00:0C:07:AC:00), then you can modify the MAC Address on the HSRP VIP by changing the group.

For instance, here is the output from a default configuration:

(config-if)#do show stand | i Active virtual

Active virtual MAC address is 0000.0c07.ac00

Now, if I were to change the standby group:

Rack1R1(config-if)#no standby ip 192.168.13.254

Rack1R1(config-if)#standby 1 ip 192.168.13.254

*Apr 4 01:53:20.383: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 0 state Active -> Disabled

Rack1R1(config-if)#do show stand | i Active virtual

Active virtual MAC address is 0000.0c07.ac01

You can see the virtual MAC Address has changed.

HTH,

__

Edison.

Hi

Thankyou very much for your response we have already tried the solution what we are facing off and on this problem occur and this is due to some thing wrong with the teaming.

I have posted the same email to other forum I have got the following solution for the problem .Can you please advise will this help

FINALLY:

The problem was the switch configuration:

I assigned the LACP team to the channel-1, same used as VLAN1(regular switch ports), I just assigned the 5 lacp ports to the channel-2 of the switch and named it as TEAM#0 in order to identify it and it just work now!! the connection is always up and intel PROSET sofware show all interfaces of the team as Active!

this is what i did in the dell switch config:

interface port-channel 2

description TEAM#0

exit

port jumbo-frame

interface ethernet g20

channel-group 2 mode auto

exit

interface ethernet g21

channel-group 2 mode auto

exit

interface ethernet g22

channel-group 2 mode auto

exit

interface ethernet g23

channel-group 2 mode auto

exit

interface ethernet g24

channel-group 2 mode auto

exit

thanks!!!

Not sure if the portion of the above config came from a Cisco switch, but the mode used above for the 'teaming' is not LACP.

In a cisco switch, to active LACP you must use channel-group 2 mode active

You use 'auto mode' when connecting to a PAgP peer.

__

Edison.

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