D-Link DES-3200 Switch User Manual


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