![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/f/fa/ffa63819-0092-4e25-b43b-b3dd7442913c/ffa63819-0092-4e25-b43b-b3dd7442913c-bg1ca.png)
xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
454
Example usage:
To create an IP multicast VLAN replication entry:
DGS-3426:5#create ipmc_vlan_replication_entry rg1
Command: create ipmc_vlan_replication_entry rg1
Success.
DGS-3426:5#
config ipmc_vlan_replication_entry source
Purpose Used to configure the source traffic of an IP multicast VLAN replication entry.
Syntax
config ipmc_vlan_replication_entry source <name 16> [[vlan <vlan_name 32> |
vlanid <vlanid 1-4094>] | group [add | delete] [mcast_ip <mcast_address_list> |
mcast_ipv6 <mcastv6_address_list>] {[source_ip <ipaddr> | source_ipv6
<ip6addr>]}]
Description
This command is used to configure the traffic to be replicated by the IP multicast VLAN
replication entry. The traffic is described by a source VLAN, a list of multicast group
addresses and an optional source IP address associated with the multicast group. Each
(V, G, S) will consume one resource entry. Therefore, the resource entry consumed by a
replication entry is not constant and it will be determined by the number of (V, G, S) pair
defined by the entry.
If the entries (V, G, S) and (V, G, *) both exist in the table, the entries (V,G, *) will not take
effect.
Parameters
<name 16> – The name of the IP multicast VLAN replication entry.
vlan <vlan_name 32> – The source VLAN name.
vlanid <vlanid 1-4094> – The source vlan id.
group [add | delete] – Specifies to add or delete multicast IP address.
mcast_ip <mcast_address_list> – IPv4 multicast address list.
mcast_ipv6 <mcastv6_address_list> – IPv6 multicast address list.
source_ip <ipaddr> – IPv4 source address.
source_ipv6 <ip6addr>] – IPv6 source address.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To set the source VLAN of an IP multicast VLAN replication entry to VLAN v2:
DGS-3426:5#config ipmc_vlan_replication_entry source rg1 vlan v2
Command: config ipmc_vlan_replication_entry source rg1 vlan v2
Success
DGS-3426:5#