Specifications

DES-3000 Series Layer 2 Switch CLI Reference Manual
20
IP-MAC BINDING COMMANDS
The IP-MAC Binding commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the
following table.
Command Parameters
create address_binding ip_mac ipaddress <ipaddr> mac_address <macaddr> {ports [<portlist> | all]}
config address_binding ip_mac ipaddress
<ipaddr> mac_address <macaddr> {ports [<portlist> | all]}
config address_binding ip_mac ports [<portlist> | all] state [enable | disable] allow_zeroip [enable |
disable]
show address_binding [ip_mac {all | ipaddress <ipaddr> mac_address <macaddr>} |
blocked {all | vlan_name <vlan_name> mac_address
<macaddr>} | ports]
delete address_binding [ip-mac [ipaddress <ipaddr> {mac_address <macaddr>} | all] |
blocked [all | vlan_name <vlan_name> mac_address
<macaddr>]]
enable address_binding trap_log
disable address_binding trap_log
Each command is listed, in detail, in the following sections.
create address_binding ip_mac ipaddress
Purpose Used to create an IP-MAC address binding entry.
Syntax
create address_binding ip_mac ipaddress <ipaddr> mac_address
<macaddr> {ports [<portlist> | all]}
Description This command will create an IP-MAC address binding entry.
Parameters <ipaddr> - The IP address of the device to be bound to the MAC address
stated below.
mac_address <macaddr> - The MAC address of the device to be bound
to the IP address stated above.
ports [<portlist> | all] – The port or ports bound to the IP address and
MAC address stated above.
Restrictions Only administrator-level users can issue this command.
Example usage:
DES-3026:4#create address_binding ip_mac ipaddress 10.1.1.3
mac_address 00-00-00-00-00-04
To create an IP-MAC address binding entry on the Switch:
Command: create address_binding ip_mac ipaddress 10.1.1.3
mac_address 00-00-00-00-00-04
Success.
DES-3026:4#
115