-
1
- #1
Writing this to remind my self more than anything but will be useful to others i hope
we have all trecked into the server room and crawled on our knees pushing pulling cables to find what port they goto on our switch.
well no need
login to your server
cmd
ipconfig /all - note the ip and mac address
telnet the switch you beleive the server to be connected to
from enable mode type the following
SW3750-HQ-102#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 172.30.191.190 3 0013.2120.c3f2 ARPA Vlan530
SW3750-HQ-102#
then issue the following to see which port it is connected to
SW3750-HQ-102#sh mac-address-table | inc f2
530 0013.2120.c3f2 DYNAMIC Gi2/0/14
SW3750-HQ-102#
the f2 being the last two parts of the mac address
see no damaged cold knees or bad backs
hope this is of use
we have all trecked into the server room and crawled on our knees pushing pulling cables to find what port they goto on our switch.
well no need
login to your server
cmd
ipconfig /all - note the ip and mac address
telnet the switch you beleive the server to be connected to
from enable mode type the following
SW3750-HQ-102#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 172.30.191.190 3 0013.2120.c3f2 ARPA Vlan530
SW3750-HQ-102#
then issue the following to see which port it is connected to
SW3750-HQ-102#sh mac-address-table | inc f2
530 0013.2120.c3f2 DYNAMIC Gi2/0/14
SW3750-HQ-102#
the f2 being the last two parts of the mac address
see no damaged cold knees or bad backs
hope this is of use