- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2008 07:18 AM - edited 03-06-2019 12:29 AM
I have a switch network with a vtp domain and vlans.
The edge switches are cisco 2960.
The PCs get ips through a DHCP server.
I also have the list of MAC addresses of the PCs.
My question is, Is there a way that I can trace from the switch the exact switch port to wich a perticular PC is connected without tracing the cables physically.
I tried "show mac-address-table"
But It gives the mac addresses it has learned from uplinks only.
Please advise me.
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2008 08:29 AM
A switch learns the MAC addresses of each device that is connected to one of its ports by examining the source MAC address of the packets being received from the device when it first starts sending data. The switch dynamically learns the address and enters it into CAM.
Have each PC send traffic, if they haven't already.
HTH
VL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2008 08:29 AM
A switch learns the MAC addresses of each device that is connected to one of its ports by examining the source MAC address of the packets being received from the device when it first starts sending data. The switch dynamically learns the address and enters it into CAM.
Have each PC send traffic, if they haven't already.
HTH
VL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 06:18 AM
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2008 08:53 AM
Hello Prasanga,
from the router / default gateway ping the PC ip address
sh ip arp
on the switches
sh mac-address-table address
CAM entries last only 300 seconds with default timers so you need to have the PCs to generate traffic in order to locate them
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 06:19 AM
thanks
