• March 28, 2024, 07:30:15 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: DES3200-28 show mac acdresses  (Read 58080 times)

blackbox100

  • Level 1 Member
  • *
  • Posts: 1
DES3200-28 show mac acdresses
« 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
Logged

lystor

  • Level 1 Member
  • *
  • Posts: 14
Re: DES3200-28 show mac acdresses
« Reply #1 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/

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