DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
318
To configure address binding on the Switch:
DES-3028P:4#config address_binding ip_mac
ipaddress 10.1.1.3 mac_address 00-00-00-00-00-
05
Command: config address_binding ip_mac
ipaddress 10.1.1.3 mac_address 00-00-00-00-00-
05
Success.
DES-3028P:4#
config address_binding ip_mac ports
Purpose
Used to configure an IP-MAC state to enable or disable for specified ports.
Syntax
config address_binding ip_mac ports [<portlist> | all] state [enable
{[strict | loose]} | disable ]
Description
This command will configure IP-MAC state to enable or disable for specified
ports.
Parameters
<portlist>
Specifies a port or range of ports.
all
– specifies all ports on the switch.
state [enable | disable]
– Enables or disables the specified range of ports.
strict
– This mode provides a stricter way of control. If the user chooses
strict
, all packets will be sent to the CPU, thus all packets will not be
forwarded by the hardware until the S/W learns the entries for the port. The
port will check ARP packets and IP packets by IP-MAC-PORT Binding
entries. The packet is found by the entry, the MAC address will be set to
dynamic. If the packet is not found by the entry, the MAC address will be set
to block. Other packets will be dropped. The default mode is strict if not
specified.
loose
– This mode provides a more loose way of control. If the user chooses
loose
, ARP packets and IP Broadcast packets will go to CPU. The packet
will still be forwarded by the hardware until a specific source MAC address is
blocked by the software. The port will check ARP packets and IP Broadcast
packets by IP-MAC-PORT Binding entries . If the packet is found by the
entry, the MAC address will be set to dynamic. If the packet is not found by
the entry, the MAC address will be set to block. Other packets will be
bypassed.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To configure address binding on the Switch:
DES-3028P:4#config address_binding ip_mac ports 2
state enable
Command: config address_binding ip_mac ports 2 state
enable
Success.
DES-3028P:4#
config address_binding ip_mac ports
Purpose
Used to configure an IP-MAC state to enable or disable for specified ports.