DGS-3700 Series Layer 2 Managed Gigabit Ethernet Switch CLI Reference Guide
Page | 428
create address_binding ip_mac ipaddress
automatically.
If user do not choose acl mode or arp mode, default is arp mode.
Parameters
ipaddress
−
The IP address of the device where the IP-MAC binding is made.
Ipv6address
- The IPv6 address used for the IMPB entry.
mac_address
−
The MAC address of the device where the IP-MAC binding is made.
ports
−
Specifies a port or range of ports to be configured for address binding.
all
– Specifies that all ports on the switch will be configured for address binding.
mode
– The user may set the mode for this IP-MAC binding settings by choosing one
of the following:
arp
−
This entry is specified as an arp mode entry. this entry will not be added as
access entries. If not specified, the mode is default to ARP mode. If the system is
in ARP mode, the arp mode entries and acl mode entries will be effective. If the
system is in acl mode, only the acl mode entries will be active.
acl
−
This entry is specified as an acl mode entry. If user enable acl mode, this entry
will be added as access entry.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To create address binding for all ports on the Switch:
DGS-3700-12:5#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-3700-12:5#
To create address binding on the Switch to port 1:
DGS-3700-12:5#create address_binding ip_mac ipaddress 10.1.1.1 mac_address 00-00-00-00-
00-11 ports 1
Command: create address_binding ip_mac ipaddress 10.1.1.1 mac_address 00-00-00-00-00-11
ports 1
Success.
DGS-3700-12:5#
To create address binding on the Switch to port 1 and by ACL mode:
DGS-3700-12:5#create address_binding ip_mac ipaddress 10.1.1.1 mac_address 00-00-00-00-
00-11 ports 1 mode acl
Command: create address_binding ip_mac ipaddress 10.1.1.1 mac_address 00-00-00-00-00-11
ports 1 mode acl
Success.
DGS-3700-12:5#
delete address_binding
Purpose
To delete a address binding entry.