DES-1210-28/ME Metro Ethernet Managed Switch CLI Reference Guide
47
Description
The config address_binding auto_scan command is used to
configure the IP-MAC-port binding auto scan for specified IP
addresses.
Parameters
<ipaddr> − Specifies a range of IP addresses for address binding
auto scan on the Switch.
Restrictions Only administrator or operate-level users can issue this command.
Example usage:
To configure address binding auto scan on the Switch:
DES-1210-28/ME:5# config address_binding auto_scan from_ip 10.0.0.10
to_ip 10.0.0.12
Command: config address_binding auto_scan from_ip 10.0.0.10 to_ip
10.0.0.12
Success.
DES-1210-28/ME:5#
delete address_binding
Purpose Used to delete IP-MAC-port binding entries.
Syntax
delete address_binding [ip_mac [ipaddress <ipaddr>
mac_address <macaddr> | all] | blocked [all | vlan_name
<vlan_name> mac_address <macaddr> port <port 1-28>]]
Description
The delete address_binding command is used to delete IP-MAC-
port 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-port
binding is made.
<macaddr> – The MAC address of the device where the IP-MAC-
port binding is made.
vlan_name <string 20> – 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-port binding all specifies all the IP-MAC-port
binding entries; for blocked address binding entries all specifies all
the blocked VLANs and their bound physical sddresses.
<port 1-28> – Specifies a port to be deleted for address binding.
Restrictions Only administrator or operate-level users can issue this command.
Example usage:
To delete all address binding entries on the Switch:
DES-1210-28/ME:5# delete address_binding ip_mac all
Command: delete address_binding ip_mac all