D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
145
delete address_binding
Purpose Used to delete IP-MAC Binding entries.
Syntax
[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-level users can issue this command.
Example usage:
To delete an IP-MAC Binding on the Switch:
DGS-3600:4#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.
DGS-3600:4#
enable address_binding acl_mode
Purpose Used to enable the ACL mode for an IP-MAC binding entry.
Syntax
enable address_binding acl_mode
Description This command, along with the disable address_binding acl_mode will
enable and disable the ACL mode for IP-MAC binding on the Switch,
without altering previously set configurations. When enabled, the Switch
will automatically create two ACL packet content mask entries that can be
viewed using the show access_profile command. These two ACL entries
will aid the user in processing certain IP-MAC binding entries created.
Parameters None.
Restrictions Only administrator-level users can issue this command. The ACL entries
created when this command is enabled, can only be automatically
installed if the Access Profile table has two entries available of the
possible 9 entries allowed. These access profile entries can only be
deleted using the disable address_binding acl_mode and not though
the delete access_profile profile_id command. Also, the show config
command will not display the commands for creating the IP-MAC ACL
mode access profile entries.