![D-Link DES-3828 - xStack Switch - Stackable Cli Manual Download Page 331](http://html.mh-extra.com/html/d-link/des-3828-xstack-switch-stackable/des-3828-xstack-switch-stackable_cli-manual_76456331.webp)
xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
327
Example usage:
To show blocked address binding:
DES-3800:admin#show address_binding blocked
Command: show address_binding blocked
VID VLAN Name MAC address Port Type
---- ----------- ----------------- ---- -----------
1 default 00-01-02-03-29-38 7 BlockByAddrBind
1 default 00-01-02-03-29-39 7 BlockByAddrBind
1 default 00-01-02-03-29-40 7 BlockByAddrBind
Total entries : 3
DES-3800:admin#
delete address_binding
Purpose
Used to delete IP-MAC Binding entries.
Syntax
delete address_binding [ip-mac [ipaddress <ipaddr> mac_address
<macaddr> | all] | blocked [all | vlan_name <vlan_name>
mac_address <macaddr>]]
Description
This command will delete IP-MAC Binding entries. Two different kinds
of information can be deleted.
•
IP_MAC –
Individual Address
Binding entries can be deleted by
entering the physical and IP addresses of the device. Toggling
to
all
will delete all the Address Binding entries.
•
Blocked –
Blocked address binding entries (bindings between
VLAN names and MAC addresses) can be deleted by entering
the VLAN name and the physical address of the device. To
delete all the Blocked Address Binding entries, toggle
all.
Parameters
<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.
<vlan_name>
The VLAN name of the VLAN that is bound to a MAC
address in order to block a specific device on a known VLAN.
all
– For IP_MAC binding
all
specifies all the IP-MAC binding entries;
for Blocked Address Binding entries
all
specifies all the blocked VLANs
and their bound physical addresses.
Restrictions
Only Administrator or Operator-level users can issue this command.
Example usage:
To delete an IP-MAC Binding on the Switch:
DES-3800:admin#delete address-binding ip-mac ipaddress 10.1.1.1 mac_address
00-00-00-00-00-06
Command: delete address-binding ip-mac ipaddress 10.1.1.1 mac_address 00-00-
00-00-00-06
Success.
DES-3800:admin#