A SERVICE OF

logo

xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
455
config ipmc_vlan_replication_entry destination
Purpose Used to configure the destination of an IP multicast VLAN replication entry.
Syntax
config ipmc_vlan_replication_entry destination <name 16> [add|delete] [vlan
<vlan_name 32> | vlanid <vidlist>] ports <portlist>
Description For the traffic that matches an IPMC VLAN replication entry, it will be replicated based on
the destination settings. Multiple destination entries can be defined for an IPMC VLAN
replication entry. Each destination entry specifies the VLAN and the outgoing port on
which the traffic will be replicated. The outgoing port must be a member port of the VLAN.
Whether a packet egress to a port is tagged or untagged will be determined by the VLAN
setting.
Parameters <name 16> – The name of the IP multicast VLAN replication entry.
[add|delete] – add or delete destination.
vlan <vlan_name 32> – The outgoing vlan name.
vlanid <vidlist> – The outgoing vlan ID.
ports <portlist> – The outgoing port list.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the destination of an IP multicast VLAN replication entry:
DGS-3426:5#config ipmc_vlan_replication_entry destination rg1 add vlanid 5 ports
10-17
Command: config ipmc_vlan_replication_entry destination rg1 add vlanid 5 ports
1:10-1:17
Success.
DGS-3426:5#
delete ipmc_vlan_replication_entry
Purpose Used to delete an IP multicast VLAN replication entry.
Syntax
delete ipmc_vlan_replication_entry <name 16>
Description This command is used to delete an IP multicast VLAN replication entry.
Parameters <name 16> – The name of the IP multicast VLAN replication entry.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete an IP multicast VLAN replication entry:
DGS-3426:5#delete ipmc_vlan_replication_entry rg1
Command: delete ipmc_vlan_replication_entry rg1
Success.
DGS-3426:5#