<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ACE 4710 Duplicate MAC Addresses in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192853#M24675</link>
    <description>&lt;P&gt;I have two pairs of ACEs, both are running redundancy.  I've got shared-vlan-hostid set to different pools on both.  However, it wasn't set initially, and the Admin context administrative alias IPs, as well as user contexts alias IPs, are still using the same VMAC addresses on both pairs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE pair 1: 00.0b.fc.fe.1b.01 &lt;/P&gt;&lt;P&gt;ACE pair 2: 00.0b.fc.fe.1b.01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebooting, removing the alias and re-adding it, removing a context, nothing seems to prevent the MAC address collisions.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version:  system:    Version A3(2.2) [build 3.0(0)A3(2.2) adbuild_20:56:50-2009/04/03_/a&lt;/P&gt;&lt;P&gt;uto/adbu-rel2/rel_a3_2_2_throttle/REL_3_0_0_A3_2_2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen anything like this? &lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2009 18:14:00 GMT</pubDate>
    <dc:creator>tonybourke</dc:creator>
    <dc:date>2009-05-13T18:14:00Z</dc:date>
    <item>
      <title>ACE 4710 Duplicate MAC Addresses</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192853#M24675</link>
      <description>&lt;P&gt;I have two pairs of ACEs, both are running redundancy.  I've got shared-vlan-hostid set to different pools on both.  However, it wasn't set initially, and the Admin context administrative alias IPs, as well as user contexts alias IPs, are still using the same VMAC addresses on both pairs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE pair 1: 00.0b.fc.fe.1b.01 &lt;/P&gt;&lt;P&gt;ACE pair 2: 00.0b.fc.fe.1b.01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebooting, removing the alias and re-adding it, removing a context, nothing seems to prevent the MAC address collisions.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version:  system:    Version A3(2.2) [build 3.0(0)A3(2.2) adbuild_20:56:50-2009/04/03_/a&lt;/P&gt;&lt;P&gt;uto/adbu-rel2/rel_a3_2_2_throttle/REL_3_0_0_A3_2_2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen anything like this? &lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2009 18:14:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192853#M24675</guid>
      <dc:creator>tonybourke</dc:creator>
      <dc:date>2009-05-13T18:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: ACE 4710 Duplicate MAC Addresses</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192854#M24676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, ARP entry replication is enabled. To disable the replication of ARP entries, use the arp sync disable command in configuration mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax of this command is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arp sync disable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, to disable the replication of ARP entries, enter: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host1/Admin(config)# arp sync disable&lt;/P&gt;&lt;P&gt;To reenable ARP entry replication, use the no arp sync disable command. For example, enter: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host1/Admin(config)# no arp sync disable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, for bridged traffic, the ACE learns MAC addresses from all traffic. For routed traffic, the ACE learns MAC addresses only from ARP response packets or from packets that are destined to the ACE (for example, a ping to a VIP or a ping to a VLAN interface). To enable the ACE to learn MAC addresses from traffic after the command has been disabled, use the arp learned-mode enable command in configuration mode. You configure this command per context. This command is enabled by default. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax of this command is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arp learned-mode enable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, to enable the ACE to learn MAC addresses from traffic after the command has been disabled, enter: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host1/Admin(config)# arp learned-mode enable&lt;/P&gt;&lt;P&gt;To instruct the ACE to forward packets without learning the ARP information, use the no arp learned-mode enable command. For example, enter: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host1/Admin(config)# no arp learned-mode enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly use the url given below regarding your issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/routing_bridging/guide/arp.html#wp1186276" target="_blank"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/routing_bridging/guide/arp.html#wp1186276&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sachin garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 19:30:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192854#M24676</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2009-05-13T19:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: ACE 4710 Duplicate MAC Addresses</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192855#M24677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the note, however that wasn't the problem I was having.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll do bit more explanation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two pairs of ACEs.  4 in total.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE-1 partners ACE-2, and ACE-3 partners ACE-4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configure a VIP in a context of the 1/2 pair, and a VIP in the context of the 3/4 pair&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, ACE 1/2 and 3/4 sit on the same VLANs.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VIP addresses were of course different.  Let's say 192.168.0.200 (1/2 pair) and 192.168.0.201 (3/4 pair).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MAC address for both IPs was 00.0b.fc.fe.1b.09&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I've found a workaround, however.  As I added new contexts, I was starting with FT group 2 and going up.  By using *different* FT group numbers between the two paris of ACEs, the MAC addresses become unique.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VMAC seems to be derived from the FT group number.  FT group 1 is 00.0b.fc.fe.1b.01, FT group 2 is 00.0b.fc.fe.1b.02, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 19:50:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192855#M24677</guid>
      <dc:creator>tonybourke</dc:creator>
      <dc:date>2009-05-13T19:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: ACE 4710 Duplicate MAC Addresses</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192856#M24678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are absolutely right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One virtual MAC address (VMAC) is associated with each FT group. The format of the VMAC is: 00-0b-fc-fe-1b-groupID. Because a VMAC does not change upon a switchover, the client and server ARP tables does not require updating. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACE selects a VMAC from a pool of virtual MACs available to it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify the pool of MAC addresses that the local ACE and the peer ACE use by configuring the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shared-vlan-hostid command and the peer shared-vlan-hostid command, respectively. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid MAC address conflicts, be sure that the two pools are different on the two ACEs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each peer uses a VMAC that is dependent on the FT group number. If you are using multiple ACEs in the same chassis, be careful when using the same FT groups in more than one module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the VMAC for an FT group by entering the following command: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE_module5/Admin# show interface internal iftable vlan100&lt;/P&gt;&lt;P&gt;vlan100&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;ifid:           6&lt;/P&gt;&lt;P&gt;Context:        0&lt;/P&gt;&lt;P&gt;ifIndex:        16777316&lt;/P&gt;&lt;P&gt;physid:         100&lt;/P&gt;&lt;P&gt;rmode:          0 (unknown)&lt;/P&gt;&lt;P&gt;iftype:         0 (vlan)&lt;/P&gt;&lt;P&gt;bvi_bgid:       0&lt;/P&gt;&lt;P&gt;MTU:            1500&lt;/P&gt;&lt;P&gt;MAC:            00:18:b9:a6:91:15&lt;/P&gt;&lt;P&gt;VMAC:           00:00:00:00:00:00 &amp;lt;------- Virtual MAC Address&lt;/P&gt;&lt;P&gt;Flags:          0x8a000800 (valid, down, admin-down, Non-redundant, tracked)&lt;/P&gt;&lt;P&gt;ACL In:         0&lt;/P&gt;&lt;P&gt;ACL Out:        0&lt;/P&gt;&lt;P&gt;Route ID:       0&lt;/P&gt;&lt;P&gt;FTgroupID:      0&lt;/P&gt;&lt;P&gt;Zone ID:        6&lt;/P&gt;&lt;P&gt;Sec Level:      0&lt;/P&gt;&lt;P&gt;L2 ACL:         bpdu DENY, ipv6 DENY, mpls DENY, all DENY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LastChange:     0 (Thu Jan  1 00:00:00 1970)&lt;/P&gt;&lt;P&gt;iflookup index: 100&lt;/P&gt;&lt;P&gt;vlan-vmac index:0&lt;/P&gt;&lt;P&gt;Next Shared IF: 0&lt;/P&gt;&lt;P&gt;Lock:           Unlocked, seq 5&lt;/P&gt;&lt;P&gt;Lock errors:    0&lt;/P&gt;&lt;P&gt;Unlock errors:  0&lt;/P&gt;&lt;P&gt;No. of times locked:    5&lt;/P&gt;&lt;P&gt;No. of times unlocked:  5&lt;/P&gt;&lt;P&gt;Current/last owner:     0x40a7fc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the FT group configuration on both devices. Make sure that both devices are associated with the same context. Enter the following command: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE_module5/Admin# show running-config ft&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also verify the FT peer status and configuration by entering the following command: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE_module5/Admin# show ft peer detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peer Id                      : 1&lt;/P&gt;&lt;P&gt;State                        : FSM_PEER_STATE_COMPATIBLE&lt;/P&gt;&lt;P&gt;Maintenance mode             : MAINT_MODE_OFF&lt;/P&gt;&lt;P&gt;FT Vlan                      : 100&lt;/P&gt;&lt;P&gt;FT Vlan IF State             : DOWN&lt;/P&gt;&lt;P&gt;My IP Addr                   : 10.1.1.1&lt;/P&gt;&lt;P&gt;Peer IP Addr                 : 10.1.1.2&lt;/P&gt;&lt;P&gt;Query Vlan                   : 110&lt;/P&gt;&lt;P&gt;Query Vlan IF State          : DOWN&lt;/P&gt;&lt;P&gt;Peer Query IP Addr           : 172.25.91.202&lt;/P&gt;&lt;P&gt;Heartbeat Interval           : 300&lt;/P&gt;&lt;P&gt;Heartbeat Count              : 20&lt;/P&gt;&lt;P&gt;Tx Packets                   : 318573&lt;/P&gt;&lt;P&gt;Tx Bytes                     : 66301061&lt;/P&gt;&lt;P&gt;Rx Packets                   : 318540&lt;/P&gt;&lt;P&gt;Rx Bytes                     : 66272840&lt;/P&gt;&lt;P&gt;Rx Error Bytes               : 0&lt;/P&gt;&lt;P&gt;Tx Keepalive Packets         : 318480&lt;/P&gt;&lt;P&gt;Rx Keepalive Packets         : 318480&lt;/P&gt;&lt;P&gt;TL_CLOSE count               : 0&lt;/P&gt;&lt;P&gt;FT_VLAN_DOWN count           : 0&lt;/P&gt;&lt;P&gt;PEER_DOWN count              : 0&lt;/P&gt;&lt;P&gt;SRG Compatibility            : COMPATIBLE&lt;/P&gt;&lt;P&gt;License Compatibility        : COMPATIBLE&lt;/P&gt;&lt;P&gt;FT Groups                    : 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....contd 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 20:04:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192856#M24678</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2009-05-13T20:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: ACE 4710 Duplicate MAC Addresses</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192857#M24679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;page 2...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Verify the FT group status and configuration by entering the following command: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE_module5/Admin# show ft group detail           &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;FT Group                     : 1&lt;/P&gt;&lt;P&gt;No. of Contexts              : 1&lt;/P&gt;&lt;P&gt;Configured Status            : in-service&lt;/P&gt;&lt;P&gt;Maintenance mode             : MAINT_MODE_OFF&lt;/P&gt;&lt;P&gt;My State                     : FSM_FT_STATE_ACTIVE&lt;/P&gt;&lt;P&gt;My Config Priority           : 110&lt;/P&gt;&lt;P&gt;My Net Priority              : 110&lt;/P&gt;&lt;P&gt;My Preempt                   : Enabled&lt;/P&gt;&lt;P&gt;Peer State                   : FSM_FT_STATE_STANDBY&lt;/P&gt;&lt;P&gt;Peer Config Priority         : 100&lt;/P&gt;&lt;P&gt;Peer Net Priority            : 100&lt;/P&gt;&lt;P&gt;Peer Preempt                 : Enabled&lt;/P&gt;&lt;P&gt;Peer Id                      : 1&lt;/P&gt;&lt;P&gt;Last State Change time       : Thu Apr  2 00:00:00 2009&lt;/P&gt;&lt;P&gt;Running cfg sync enabled     : Enabled&lt;/P&gt;&lt;P&gt;Running cfg sync status      : Running configuration sync has completed&lt;/P&gt;&lt;P&gt;Startup cfg sync enabled     : Enabled&lt;/P&gt;&lt;P&gt;Startup cfg sync status      : Running configuration sync has completed&lt;/P&gt;&lt;P&gt;Bulk sync done for ARP: 0&lt;/P&gt;&lt;P&gt;Bulk sync done for LB: 0&lt;/P&gt;&lt;P&gt;Bulk sync done for ICM: 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sachin garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 20:05:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192857#M24679</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2009-05-13T20:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: ACE 4710 Duplicate MAC Addresses</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192858#M24680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for posting that.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding from the documentation was the 1K pool of MAC addresses gets used for VMACs, but that seems to not be the case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The ACE selects a VMAC from a pool of virtual MACs available to it. You can specify the pool of MAC addresses that the local ACE and the peer ACE use by configuring the shared-vlan-hostid command and the peer shared-vlan-hostid command, respectively."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The shared-vlan-hostid doesn't seem to have any effect on the VMAC that gets used for alias and virtual IPs.  Only the FT group does.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the 16K MAC pool get used for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 21:17:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192858#M24680</guid>
      <dc:creator>tonybourke</dc:creator>
      <dc:date>2009-05-13T21:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: ACE 4710 Duplicate MAC Addresses</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192859#M24681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When contexts share a VLAN, the ACE assigns a different MAC address to the VLAN on each context. The MAC addresses reserved for shared VLANs are 0x001243dc6b00 to 0x001243dcaaff, inclusive. All ACE modules derive these addresses from a global pool of 16k MAC addresses. This pool is divided into 16 banks, each containing 1,024 addresses. Thus, there can be 16 ACEs per subnet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each ACE supports 1,024 shared VLANs, and uses only one bank of MAC addresses out of the pool. Thus, a shared MAC address is associated with a shared VLAN interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the bank of MAC addresses that the ACE uses is randomly selected at boot time. However, if you configure two ACE modules in the same Layer 2 network and they are using shared VLANs, the ACEs may select the same address bank, resulting in the use of the same MAC addresses. To avoid this conflict, you need to configure the bank that the ACEs will use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure a specific bank of MAC addresses for an ACE, use the shared-vlan-hostid command in configuration mode in the Admin context. The syntax for this command is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shared-vlan-hostid number &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number argument indicates the bank of MAC addresses that the ACE uses. Enter a number from 1 to 16. For example, to configure bank 2 of MAC addresses, enter: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host1/Admin(config)# shared-vlan-hostid 2&lt;/P&gt;&lt;P&gt;To remove the configured bank of MAC addresses and allow the ACE to randomly select a bank, use the no shared-vlan-hostid command. For example, enter: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host1/Admin(config)# no shared-vlan-hostid &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 23:37:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192859#M24681</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2009-05-13T23:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: ACE 4710 Duplicate MAC Addresses</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192860#M24682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the confusion on my part was the terminology.  In the documentation, shared MACs are different than VMACs.  And the ACE treats them differently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only interfaces that share a VLAN with another context get those 00:12 MAC addresses.  Otherwise, they use the burnt-in. (Is this correct?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VMACs, the MAC addresses that do not change during fail-over, and are used for Virtual Servers as well as alias IPs, are not derived from this MAC pool.  The &lt;A href="&amp;lt;a class=" jive-link-custom=""&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_2_2/configuration/device_manager/guide/UGha.html#wp1053157&lt;/A&gt;"&amp;gt;documentation mentions: "The ACE selects a VMAC from a pool of virtual MACs available to it."  The pool part seemed to imply that it was derived from one of those 16K pools.  But that doesn't seem to be case, the FT group number that you use decides the VMAC.  So there are only 21 VMACs available.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help clearing this up Sachin.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 12:14:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-duplicate-mac-addresses/m-p/1192860#M24682</guid>
      <dc:creator>tonybourke</dc:creator>
      <dc:date>2009-05-14T12:14:22Z</dc:date>
    </item>
  </channel>
</rss>

