D-Link Forums

D-Link Enterprise => DES-3226L => Topic started by: blackbox100 on December 16, 2013, 03:28:35 PM

Title: DES3200-28 show mac acdresses
Post by: blackbox100 on December 16, 2013, 03:28:35 PM
hi all

have just purchased 50 of those switched, and are beginning to replace my old HP 2626 switches with these, but i can't seem to find the right command to view what mac addresses that are listed on the ports

on the HP switches i just type "show mac 02" and it will show me the mac addresses that are currently connected to port 2

is there a similar command for the dlink?

i need this to be able to see on which port a mac address listed in my dhcp server is located?

sincerely

Carsten Larsen
Denmark
Title: Re: DES3200-28 show mac acdresses
Post by: lystor on May 06, 2014, 01:28:05 AM
on the HP switches i just type "show mac 02" and it will show me the mac addresses that are currently connected to port 2

Hi, blackbox100

Code: [Select]
#show fdb port 25
Command: show fdb port 25

VID  VLAN Name                        MAC Address       Port Type 
---- -------------------------------- ----------------- ---- ---------------
411  vlan411                          00-18-F3-45-81-5E 25   Dynamic
411  vlan411                          00-1D-92-53-C5-E6 25   Dynamic

Code: [Select]
#show fdb vlan vlan411           
Command: show fdb vlan vlan411

VID  VLAN Name                        MAC Address       Port Type 
---- -------------------------------- ----------------- ---- ---------------
411  vlan411                          00-13-D4-F8-B8-18 26   Dynamic
411  vlan411                          00-18-F3-45-81-5E 25   Dynamic

See

D-Link Web UI Reference Guide 4.04 -> MAC Address Table:
http://dlink-manuals.org/dlink-des-3200-web-ui-reference-guide-4.04/95/ (http://dlink-manuals.org/dlink-des-3200-web-ui-reference-guide-4.04/95/)

D-Link DES-3200-28 CLI Reference Manual -> Forwarding Database Commands:
http://dlink-manuals.org/dlink-des-3200-cli-reference-manual-1.28/120/ (http://dlink-manuals.org/dlink-des-3200-cli-reference-manual-1.28/120/)