D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
352
DGS-3627:admin# config address_binding ip_mac ports 1 state enable
Command: config address_binding ip_mac ports 1 state enable
Success.
DGS-3627:admin#
create address_binding ip_mac
Purpose Used to create an IMPB entry.
Syntax
create address_binding ip_mac [ipaddress < ipaddr > | ipv6address <ipv6addr>]
mac_address < macaddr > { ports [ portlist | all]}
Description Use this command to create an IMPB entry.
One MAC address can map to multiple IP address
Parameters
ipaddr - Specify the IP address used for the IMPB entry.
ipv6addr - Specify the IPv6 address used for the IMPB entry.
macaddr - Specify the MAC address used for the IMPB entry.
ports - Specify the portlist the entry will apply to. If not ports are specified, the settings will be
applied to all ports.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To create an IMPB entry:
DGS-3627:admin# create address_binding ip_mac ipaddress 10.1.1.1 mac_address 00-00-00-00-
00-11
Command: create address_binding ip_mac ipaddress 10.1.1.1 mac_address 00-00-00-00-00-11
Success.
DGS-3627:admin#
To create a static IPv6 IMPB entry:
DGS-3627:admin# create address_binding ip_mac ipv6address fe80::240:5ff:fe00:28
mac_address 00-00-00-00-00-11
Command: create address_binding ip_mac ipv6address fe80::240:5ff:fe00:28 mac_address 00-
00-00-00-00-11
Success.
DGS-3627:admin#
delete address_binding
Purpose Used to delete an IMPB entry or blocked entry.
Syntax
delete address_binding [ip_mac [[ipaddress < ipaddr > | ipv6address <ipv6addr>]
mac_address < macaddr > | all] | blocked [ all | vlan_name < vlan_name > mac_address
< macaddr >]]
Description Use this command to delete an IMPB entry or a blocked entry.
If the ACL mode is enabled, the switch will delete the related ACL access entries
automatically.