Manual Add Mac Address

Aug 3 2011 7:09AM GMT

Not all routers have the ability to change their MAC address. The feature is often referred to as 'clone MAC address'. This take the MAC address of one of the machine on your network and replaces the router's existing MAC address with it. Some support the option to manually enter the MAC address. Related Articles. What is a MAC address??



NLB
With the introduction of Exchange project, and the new e-mail system, there was a need to load balance Client Access Servers (CAS), and Hub Transport Servers (HTS) to serve the KFUPM community. The Load Balancer is done in software using the Microsoft NLB service.

Manual Add Mac Address

The design requires the CAS and HTS to be load balanced, currently there are three (3) of each. The servers need to communicate with other vlan 140 servers for various reasons such as replications, authentications, etc.

The Consultant used NLB with Multicast-IGMP. This mode has its own disadvantages. It actually Map Unicast IP address to a Multicast Mac address within the ports. Microsoft TechNet has the NLB details. With this method, there is some work that needed to be done by the network engineers. Since the Servers were virtual, the required changes were not following the standard norms that can be applied for the physical servers. Referring to VMware Knowledge Base will highlight the changes required in Cisco Switches.

1-Change in ARP table associated the IP to the MAC address.

This was done in both distributions switched.

Conf t

arp 10.140.8.74 0100.5e7f.084a ARPA

arp 10.140.8.75 0100.5e7f.084b ARPA

2-Change in the MAC address table to associate the MAC with the interfaces

Access switch 1 (all ports connected to ESX host directly)

Conf t

mac address-table static xxxx.xxxx.xxxx vlan xx interface GigabitEthernet0/16 GigabitEthernet0/10 GigabitEthernet0/9 GigabitEthernet0/8 GigabitEthernet0/7

GigabitEthernet0/6 GigabitEthernet0/5

Distribution Switch (all ports that connected to switches connected to ESX hosts)

Manual Add Mac Address

Conf t

mac-address-table static xxxx.xxxx.xxxx vlan xx interface interface Port-channel5 GigabitEthernet1/0/4 GigabitEthernet1/0/3 GigabitEthernet1/0/7

Distribution Switch

Add Mac Address To Router

Conf t

mac-address-table static xxxx.xxxx.xxxx vlan xx interface interface GigabitEthernet1/0/24 GigabitEthernet1/0/23 GigabitEthernet1/0/4 GigabitEthernet1/0/3 GigabitEthernet1/0/7

Manually Configure Vnic Mac Address Cisco

Access Switch (All ports going to distributions switch, since no ESX is present)

Conf t

mac-address-table static xxxx.xxxx.xxxx vlan xx interface GigabitEthernet1/0/23 GigabitEthernet1/0/24

Manual Add Mac Address 2017

As a conclusion, although we have done this work on all switches. This is really not the way. As a recommendation the NLB Design should be changed, since there a lot of manual entries that needed to be worked on the switch. Failures to do so might lead to an outage of service.