cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3889
Views
0
Helpful
3
Replies

how to find server mac address on switch port

patrick.cannon
Level 1
Level 1

what is the ios command that will show me the mac address on a server attached to "x" port on my cisco switch. (2900 series)

3 Replies 3

You could use:

switch#sho mac-address-table interface ?

FastEthernet FastEthernet IEEE 802.3

GigabitEthernet GigabitEthernet IEEE 802.3z

VLAN Switch VLAN Virtual Interface

to show you all MAC addresses; if the server is the only connected device, you're home free!

rvandommelen
Level 1
Level 1

Hi,

TRy this command:

show mac-addr | include xxxx

Where xxxx is the last piece of your mac address and 99 out of 100 times only 1 entry is found

Best regards,

Thanks. I figured that out about 30 seconds after I posted the questions...>wink<