
xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
453
Example usage:
To disable the static IP multicast VLAN replication:
DGS-3426:5#disable ipmc_vlan_replication
Command: disable ipmc_vlan_replication
Success.
DGS-3426:5#
config ipmc_vlan_replication
Purpose Used to configure the IP multicast VLAN replication global settings.
Syntax
config ipmc_vlan_replication {ttl [decrese | no_decrease] | src_mac [ replace |
no_replace]} (1)
Description Generally, when a multicast packet is forwarded across VLANs, the ttl will be decreased
by one. If no_decrease is specified, the ttl will not be decreased. Similarly, it can be
specified to replace source Mac address for packet to be forwarded across VLAN.
Parameters
ttl [decrese|no_decrease] − Species whether to decrease the time to live of packet. By
default, the ttl will be decreased.
src_mac [replace| no_replace] − Specifies whether to replace the source Mac address of
the packet. By default, the source MAC address will be replaced.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To specify that the ttl decreases for the IP multicast VLAN replicated packet:
DGS-3426:5#config ipmc_vlan_replication ttl decrease
Command: config ipmc_vlan_replication ttl decrease
Success.
DGS-3426:5#
create ipmc_vlan_replication_entry
Purpose Used to create an IP multicast VLAN replication entry.
Syntax
create ipmc_vlan_replication_entry <name 16>
Description This command is used to create an IPMC VLAN replication entry. The entry will be
identified by name.
An IP multicast VLAN replication entry defines what traffic will be replicated and how the
packet will be replicated.
Parameters <name 16> – The name of the IP multicast VLAN replication entry.
Restrictions Only Administrator and Operator-level users can issue this command.