Can static MAC address cause loops
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 06:41 PM - edited 03-06-2019 01:52 AM
Hi Folks,
If I configure a static mac entry, like:
mac address-table static 1111.2222.3333 vlan 10 int g2/0/1
What will happen if traffic with DMAC of 1111.2222.3333 arrives on g2/0/1?
Also, what will a switch do if I apply the following config:
mac address-table static 1111.2222.3333 vlan 10 int g2/0/1
mac address-table static 1111.2222.3333 vlan 10 int g2/0/2
Will the switch forward traffic to both ports? or prefer one more than the other?
Thanks
Alan
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2008 12:55 AM
Hello Alan,
1) the frame will be ignored because from the point of view of the switch the frame doesn't need to be propagated (EARL function) this happened every day when access layer was made with hubs: local traffic is kept local by the mac address filtering function
2) the second command should overwrite the first
Hope to help
Giuseppe
