Page 471 / 757 Scroll up to view Page 466 - 470
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
467
62
IGMP
S
NOOPING
M
ULTICAST
(ISM)
VLAN
C
OMMANDS
The IGMP Snooping Multicast (ISM) VLAN commands in the Command Line Interface (CLI) are listed (along with the
appropriate parameters) in the following table.
Command
Parameters
create igmp_snooping multicast_vlan
<vlan_name 32> <vlanid 2-4094> { remap_priority [ <value 0-7> | none ] {
replace_priority } }
config igmp_snooping multicast_vlan
<vlan_name 32> {member_port <portlist> | [source_port <portlist> |
untag_source_port <portlist>] | tag_member_port <portlist> | state [enable |
disable] | replace_source_ip <ipaddr> | remap_priority [<value 0-7> | none]
{replace_priority}} (1)
config igmp_snooping
multicast_vlan_group
<vlan_name 32> [add multicast_range <range_name 32> | delete
multicast_range [<range_name 32> | all]]
show igmp_snooping
multicast_vlan_group
{< vlan_name 32> }
delete igmp_snooping multicast_vlan
<vlan_name 32>
show igmp_snooping multicast_vlan
{<vlan_name 32>}
Each command is listed, in detail, in the following sections.
create igmp_snooping multicast_vlan
Purpose
Used to create a multicast VLAN.
Syntax
create igmp_snooping multicast_vlan <vlan_name 32> <vlanid 2-4094> {
remap_priority [ <value 0-7> | none ] { replace_priority } }
Description
The create igmp_snooping command creates a multicast VLAN and implements relevant
parameters as specified. More than one multicast VLANs can be configured. The maximum
number of configurable VLANs is project dependent.
Newly created IGMP snooping must use a unique VLAN ID and name, i.e. they cannot use
the VLAN ID or name of any existing 802.1q VLAN.
Also keep in mind the following conditions:
Multicast VLANs cannot be configured or displayed using 802.1Q VLAN commands.
An IP interface cannot be bound to a multicast VLAN.
The multicast VLAN snooping function co-exists with the 802.1q VLAN snooping function.
Parameters
vlan_name
- The name of the multicast VLAN to be created. Each multicast VLAN is given a
name that can be up to 32 characters.
vlanid
- The VLAN ID of the multicast VLAN to be created. The range is 2 - 4094.
remap_priority
- The remap priority (0 to 7) to be associated with the data traffic to be
forwarded on the multicast VLAN. If none is specified, the packet’s original priority will be
used. The default setting is none.
replace_priority
- Specify that packet’s priority will be changed by the switch, based on the
remap priority. This flag will only take effect when the remap priority is set.
Restrictions
Only Administrator and Operator-level users can issue this command.
Page 472 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
468
Example usage:
To create an IGMP snooping multicast VLAN with the VLAN name mv1 and the VID 2:
DGS-3627:admin# create igmp_snoop multicast_vlan mv1 2
Command: create igmp_snoop multicast_vlan mv1 2
Success.
DGS-3627:admin#
config igmp_snooping multicast_vlan
Purpose
Used to configure the parameters of a specific IGMP snooping multicast VLAN.
Syntax
config igmp_snooping multicast_vlan <vlan_name 32> {[member_port <portlist> |
tag_member_port <portlist> | source_port <portlist> | untag_source_port <portlist>] |
state [enable | disable] | replace_source_ip [<ipaddr> | none] | remap_priority [<value
0-7> | {replace_priority}}(1)
Description
The config igmp_snooping multicast_vlan command allows you to add member ports and
source ports to a list of multicast VLAN member ports. Member ports automatically become
untagged members of the multicast VLAN and source ports automatically become tagged
members of the multicast VLAN. If the port list of an existing multicast VLAN is changed
without specifying add or delete, the newly added port list replaces the existing port list. A
member port list cannot overlap with a source port list of the same multicast VLAN. However,
member ports of one multicast VLAN are allowed to overlap with member ports on a different
multicast VLAN.
A multicast VLAN must first be created using the create igmp_snooping multicast_vlan
command before the multicast VLAN can be configured.
Parameters
vlan_name
- The name of the multicast VLAN to be configured. Can be up to 32 characters.
member_port
- A member port or range of member ports to be added to the multicast VLAN.
The specified range of ports will become untagged members of the multicast VLAN.
tag_member_port
- Specify the port or range of ports that will become tagged members of
the multicast VLAN.
source_port
- A port or range of ports to be added to the multicast VLAN.
untag_source_port
- Specify the source port or range of source ports as untagged members
of the multicast VLAN. The PVID of the untagged source port is automatically changed to the
multicast VLAN. Source ports must be either tagged or untagged for any single multicast
VLAN, i.e. both types cannot be members of the same multicast VLAN.
state
- Used to specify if the multicast VLAN for a chosen VLAN should be enabled or
disabled.
replace_source_ip
- Before forwarding the report packet sent by the host, the source IP
address in the join packet must be replaced by this IP address. If none is specified, the
source IP address will not be replaced.
remap_priority
- The remap priority value (0 to 7) to be associated with the data traffic to be
forwarded on the multicast VLAN. If none is specified, the packet’s original priority is used.
The default setting is none.
replace_priority
- Specify that the packet priority will be changed to the remap_priority, but
only if remap_priority is set.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure an IGMP snooping multicast VLAN with the name “v1”, make ports 1 and 3 members of the VLAN, and set
the state to enable:
Page 473 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
469
DGS-3627:admin# config igmp_snooping multicast_vlan v1 member_port 2:1,2:3 state enable
Command: config igmp_snooping multicast_vlan v1 member_port 2:1,2:3 state enable
Success.
DGS-3627:admin#
config igmp_snooping multicast_vlan_group
Purpose
Used to configure the IGMP multicast groups learned with the specified multicast VLAN.
Syntax
config igmp_snooping multicast_vlan_group <vlan_name 32>[add multicast_range
<range_name 32> | delete multicast_range [<range_name 32> | all]]
Description
Used to configure the multicast group learned with the specific multicast VLAN. The following
two cases can be considered for examples:
Case 1- The multicast group is not configured, multicast VLANs do not have any member
ports overlapping and the join packet received by the member port is learned on only the
multicast VLAN that this port is a member of.
Case 2-The join packet is learned with the multicast VLAN that contains the destination
multicast group. If the destination multicast group of the join packet cannot be classified into
any multicast VLAN to which this port belongs, then the join packet will be learned on the
natural VLAN of the packet.
Note:
A profile cannot overlap in different multicast VLANs. Multiple profiles can be added to
a multicast VLAN.
Parameters
vlan_name
- The name of the multicast VLAN to be configured. Each multicast VLAN is given
a name of up to 32 characters.
add
- Used to associate a profile to a multicast VLAN.
delete
- Used to de-associate a profile from a multicast VLAN.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To add an IGMP snooping profile to a multicast VLAN group with the name “v1”:
DGS-3627:admin# config igmp_snooping multicast_vlan_group v1 add multicast_range channel-
1
Command: config igmp_snooping multicast_vlan_group v1 add multicast_range channel-1
Success.
DGS-3627:admin#
show igmp_snooping multicast_vlan_group
Purpose
Used to show an IGMP snooping multicast VLAN group.
Syntax
show igmp_snooping multicast_vlan_group {< vlan_name 32> }
Description
The show igmp_snooping multicast_vlan_group command allows you to show the multicast
VLAN groups.
Parameters
<vlan_name 32>
- Specify the name of the multicast VLAN to be displayed.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To show all IGMP snooping multicast VLAN groups setup on the switch:
Page 474 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
470
DGS-3627:admin# show igmp_snooping multicast_vlan_group
Command: show igmp_snooping multicast_vlan_group
Multicast VLAN
: mv1
No.
Name
From
To
----
------------------------------------
---------------
---------------
1
accounting
224.19.62.34
224.19.62.200
DGS-3627:admin#
delete igmp_snooping multicast_vlan
Purpose
Used to delete an IGMP snooping multicast VLAN.
Syntax
delete igmp_snooping multicast_vlan <vlan_name 32>
Description
The delete igmp_snooping multicast_vlan command allows you to delete a multicast VLAN.
Parameters
vlan_name
- The name of the multicast VLAN to be deleted.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To delete an IGMP snooping multicast VLAN called “v1”:
DGS-3627:admin# delete igmp_snooping multicast_vlan v1
Command: delete igmp_snooping multicast_vlan v1
Success.
DGS-3627:admin#
show igmp_snooping multicast_vlan
Purpose
Used to display information for a multicast VLAN.
Syntax
show igmp_snooping multicast_vlan {<vlan_name 32>}
Description
The show igmp_snooping multicast_vlan command allows information for a specific multicast
VLAN to be displayed.
Parameters
vlan_name
- The name of the multicast VLAN to be shown.
Restrictions
None.
Example usage:
To display all IGMP snooping multicast VLANs:
Page 475 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
471
DGS-3627:admin# show igmp_snooping multicast_vlan
Command: show igmp_snooping multicast_vlan
VLAN Name
: test
VID
: 100
Member(Untagged) Ports
:
1
Tagged Member Ports
:
Source Ports
:
3
Source(Untagged) Ports
:
Status
: Disabled
Replace Source IP
: 0.0.0.0
Remap Priority
: None
Total Entries: 1
DGS-3627:admin#

Rate

4.5 / 5 based on 2 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top