- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2020 08:59 AM
---- ----------- -------- -----
1 0001.9654.151a DYNAMIC Gig0 / 1 "" "" "" "
1) Why?
2) Is the mac address the mac address of switch "B"? That is, to reach the mac 0001.9654.151a I have to go through the Gig0 / 1 port of switch "A"?
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2020 02:54 PM - edited 09-03-2020 03:19 PM
well, basic control traffic flows between those 2 switches; at least CDP and STP. Frames must have source (interface) and destination addresses (specific M-cast). you have trunk between them and at least 1 vlan on (probably default vlan 1). In this case, MAC is of interface of opposite switch that is a trunk (used to trunk , aka connects 2 switches). Switch must use some sort of ID for control traffic like CDP, STP, etc.
if you add more vlans, same MAC is used for different vlan IDs because of per-vlan STP. If you capture traffic, you can see multiple frames with your switch source MAC and interface Id while destination is M-cast address.
Regards, ML
**Please Rate All Helpful Responses **
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2020 09:22 AM
check the MAC Address belong to ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2020 02:54 PM - edited 09-03-2020 03:19 PM
well, basic control traffic flows between those 2 switches; at least CDP and STP. Frames must have source (interface) and destination addresses (specific M-cast). you have trunk between them and at least 1 vlan on (probably default vlan 1). In this case, MAC is of interface of opposite switch that is a trunk (used to trunk , aka connects 2 switches). Switch must use some sort of ID for control traffic like CDP, STP, etc.
if you add more vlans, same MAC is used for different vlan IDs because of per-vlan STP. If you capture traffic, you can see multiple frames with your switch source MAC and interface Id while destination is M-cast address.
Regards, ML
**Please Rate All Helpful Responses **
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2020 02:16 AM - edited 09-04-2020 02:22 AM
