cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
594
Views
0
Helpful
1
Replies

changing MAC addresses

ecompass1
Level 1
Level 1

I purchased 6 2950 switches from a questionable vendor and received 2 switches with the EXACT same BIA MAC addresses (on ALL 24 PORTs and including VLAN1). My 2 questions are as follows:

1. Has ANYONE ever encountered such on a Cisco product.

2. Even after manually changing the mac-address on each port (which I have done), what problems will I encounter if any. I seem to be working ok now, but I want to be aware of any problems that may arise. Also, my CMS is showing the bia mac and not what I changed it to. I know the best solution would be send them back to the vendor, but they will not exchange them, hence "questionable vendor".

1 Reply 1

milan.kulik
Level 10
Level 10

Hi,

have you tried to edit the env_vars file on the 2950 flash?

It contains

MAC_ADDR=....

line.

You can check it via more env_vars command.

So I'd try to copy this file via tftp to my PC and save it for backup.

Then I'd edit the MAC address in the file by WordPad and upload the edited file back to the switch flash.

After the switch reload, the BIA MAC should change (if I'm correct and this is the only place the BIA MAC is saved).

I hope this might work. I've not tested it on my switch, but if you have a source of cheap switches with your "questionable vendor", I'd try it.

To your questions:

1. I think this problem is not a Cisco problem, your "questionable vendor" (or someone else) probably had copied all files on the flash from one device to another.

2. I'm afraid you might get into an STP trouble. The BIA MAC address is used in STP BPDU frames as a part of bridge ID, so if your STP root and another switch would use the same bridge ID, your STP might be confused.

Regards,

Milan