D-Link DES-3200 Switch User Manual


 
xStack® DES-3200 Series Layer 2 Ethernet Managed Switch CLI Reference Guide
488
delete nlb unicast_fdb
Purpose
Used to remove a previously created MAC address entry from the NLB unicast FDB.
Syntax
delete nlb unicast_fdb
Description
The delete nlb unicast_fdb command is used to remove an entry from the NLB FDB.
Parameters
<macaddr> - The MAC address being removed from the NLB Forwarding Data Base.
Restrictions
Only Administrator-level users can issue this command.
Example usage
To remove an NLB unicast FDB entry:
DES-3200-28F:4# delete nlb unicast_fdb 02-bf-01-01-01-01
Command: delete nlb unicast_fdb 02-bf-01-01-01-01
Success.
DES-3200-28F:4#
config nlb unicast_fdb
Purpose
Used to configure the forwarding ports for an existing NLB FDB entry; or used to
remove previously configured forwarding ports for an NLB FDB entry.
Syntax
config nlb unicast_fdb <macaddr> [add | delete] <portlist>
Description
The config nlb unicast_fdb command is used to specify which egress ports are matched
to an NLB unicast FDB entry by adding or removing ports on the configured list of
forwarding ports.
Parameters
<macaddr> - The MAC address of the previously created NLB unicast FDB entry.
add – Specifies that the ports listed be added to the NLB unicast FDB as allowed
egress ports.
delete - Specifies that the ports listed be removed from the NLB unicast FDB as allowed
egress ports.
<portlist> - The list of forwarding ports being added or removed, to be used for the
configured NLB unicast FDB entry.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To configure an NLB unicast FDB entry:
DES-3200-28F:4# config nlb unicast_fdb 02-bf-01-01-01-01 add 1-5
Command: config nlb unicast_fdb 02-bf-01-01-01-01 add 1-5
Success.
DES-3200-28F:4#