IP-MAC Binding with L2+ Switch TL-SG2428P

IP-MAC Binding with L2+ Switch TL-SG2428P

IP-MAC Binding with L2+ Switch TL-SG2428P
IP-MAC Binding with L2+ Switch TL-SG2428P
Sunday - last edited 12 hours ago
Model: OC200  
Hardware Version: V2
Firmware Version: 2.21.7 Build 20250707 Rel.72486

Hello,

 

i did read the post from wuppi an did read this list https://www.tp-link.com/us/support/faq/2936/

 

In my setup i have NO TP-Link Gateway i have also a FritzBox.

My setup is here https://community.tp-link.com/en/business/forum/topic/572730

 

I need the option as in the standalone mode of the switch to assign fixed ip to the clients. 

In the standalone mode L2+ Switch TL-SG2428P we can create in the L3 Feature Section

DHCP Service / DHCP Server / 

- Pool Settings with the Networks and  

- Manual Binding IP-MAC binding

 

Why this is not possible on the OMADA Controller? i thinl i'm not the only one who whishes the fix ip to client option on omada without a gatway.

 

Technically the Switch has a DHCP Server and gives to ips to the clients and why it cannot save the mac to ip list?

 


 

 

 

ER605 v2.0 OC200 V1 TL-SG3428 v2.0 TL-SG2210P v5.20 TL-SG105E v5 EAP245(EU) v4.0 (1x) EAP653(EU) v1.0 (3x) Modem - Fritz!Box 7490 (DSL 100 / DS Lite tunnel)
  0      
  0      
#1
Options
1 Accepted Solution
Re:IP-MAC Binding with L2+ Switch TL-SG2428P-Solution
12 hours ago - last edited 12 hours ago

  @nurix 

Thank you for your post. The IP-MAC binding feature can only be applied to an Omada gateway that is managed by the controller. For your requirement, I will forward it to the relevant department. At present, you can configure it in standalone mode, set it up on your gateway, or consider using the CLI.

Recommended Solution
  0  
  0  
#2
Options
3 Reply
Re:IP-MAC Binding with L2+ Switch TL-SG2428P-Solution
12 hours ago - last edited 12 hours ago

  @nurix 

Thank you for your post. The IP-MAC binding feature can only be applied to an Omada gateway that is managed by the controller. For your requirement, I will forward it to the relevant department. At present, you can configure it in standalone mode, set it up on your gateway, or consider using the CLI.

Recommended Solution
  0  
  0  
#2
Options
Re:IP-MAC Binding with L2+ Switch TL-SG2428P
11 hours ago

  @Ethan-TP 

 

is it possible to use switch cli and Omada Controller at same time?

 

 

ER605 v2.0 OC200 V1 TL-SG3428 v2.0 TL-SG2210P v5.20 TL-SG105E v5 EAP245(EU) v4.0 (1x) EAP653(EU) v1.0 (3x) Modem - Fritz!Box 7490 (DSL 100 / DS Lite tunnel)
  0  
  0  
#3
Options
Re:IP-MAC Binding with L2+ Switch TL-SG2428P
2 hours ago

Is this correct in my case ?

 

found this CLI Configuration Guide for Omada SDN Controller

 

CLI commands of the following function modules have been verified to work,

but please note that some of them may still conflict with the GUI settings, so be sure to use them with caution

 

  • L2 Features
    • Port Config
    • Port Isolation
    • Loopback Detection
    • LAG
    • VLAN, except Protocol VLAN
    • Multicast
    • Spanning Tree
    • LLDP
    • PPPoE ID Insertion
  • L3 Features
    • IPv4 Routing
    • ARP
    • Interface
    • DHCP

 

Example

Specify the address pool “product” as 192.168.1.0 255.255.255.0

Switch(config)# ip dhcp server pool product

Switch(config-dhcp)# network 192.168.1.0 255.255.255.0

 

Example

Reserve the IP address 192.168.0.10 in the address pool “product” for the device with the MAC address as 5e:4c:a6:31:24:01 and the hardware type as ethernet:

Switch(config)# ip dhcp server pool product

Switch(config-dhcp)# address 192.168.0.10 hardware-address 5e:4c:a6:31:24:01 hardware-type ethernet

ER605 v2.0 OC200 V1 TL-SG3428 v2.0 TL-SG2210P v5.20 TL-SG105E v5 EAP245(EU) v4.0 (1x) EAP653(EU) v1.0 (3x) Modem - Fritz!Box 7490 (DSL 100 / DS Lite tunnel)
  0  
  0  
#4
Options