Specifications

xStack DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
DGS-3400:4#create address_binding ip_mac ipaddress 10.1.1.3 mac_address
00-00-00-00-00-04 mode acl
Command: create address_binding ip_mac ipaddress 10.1.1.3 mac_address
00-00-00-00-00-04 mode acl
Success.
DGS-3400:4#
Once the ACL mode has been created and enabled (without previously created access profiles), the access profile table will look
like this:
DGS-3400:4#show access_profile
Command: show access_profile
Access Profile Table
Access Profile ID : 1 TYPE: Ethernet
============================================================
Owner : IP-MAC-PORT Binding
Mask Option :
Ethernet Type
-----------------------------------------
Access ID : 1 Mode: Deny
Ports 1:1-1:2
--------------------------
0x800
============================================================
Total Rule Entries: 1
DGS-3400:4#
The show access_profile command will display the two access profiles created and their corresponding rules for every port on the
Switch.
config address_binding ip_mac ipaddress
Purpose Used to configure a IP-MAC Binding entry.
Syntax
config address_binding ip_mac ipaddress <ipaddr> mac_address
<macaddr> {ports [portlist | all]} | mode {arp | acl]}
This command will configure an IP-MAC Binding entry.
<ipaddr> The IP address of the device where the IP-MAC binding is made.
<macaddr> The MAC address of the device where the IP-MAC binding is made.
mode – The user may set the mode for this IP-MAC binding settings by choosing
one of the following:
Description
Parameters
ports [portlist | all] – Used to specify the ports where the IP-MAC binding entry
applies. The port list is specified by listing the lowest switch number and the
beginning port number on that switch, separated by a colon. Then the highest
switch number, and the highest port number of the range (also separated by a
colon) are specified. The beginning and end of the port list range are separated
by a dash. For example, 1:3 specifies switch number 1, port 3. 2:4 specifies
switch number 2, port 4. 1:3-2:4 specifies all of the ports between switch 1, port
3 and switch 2, port 4 in numerical order. Non-contiguous portlist entries are
separated by a comma. (ex: 1:1-1:3,1:7-1:9)
arp - Choosing this selection will set a normal IP-MAC Binding entry for
the IP address and MAC address entered.
acl - Choosing this entry will allow only packets from the source IP-MAC
binding entry created here. All other packets with a different IP address
will be discarded by the Switch.
131