IP Multicast VLAN Commands
page 42-6 OmniSwitch 6250 CLI Reference Guide November 2009
vlan ipmvlan address
Assigns an IPv4 address, IPv6 address, or a range of addresses to an existing IPMVLAN.
vlan ipmvlan ipmvlan-id address {ip_address | ipv6_address | ipaddress1-ipaddress2 | ipv6address1-
ipv6address2}
no vlan ipmvlan ipmvlan-id address {ip_address | ipv6_address | ipaddress1-ipaddress2 | ipv6address1-
ipv6address2}
Syntax Definitions
ipmvlan-id Specifies the IP Multicast VLAN number to which the IP address will 
be assigned. The valid range is 2–4094.
ip_address Specifies a 32-bit IP Multicast address that will be assigned to the 
IPMVLAN. 
ipv6_address Specifies a 128-bit IPv6 Multicast address that will be assigned to the 
IPMVLAN.
ipaddress1-ipaddress2 Specifies the IP Multicast address range.
ipv6address1-ipv6address2 Specifies the IPv6 Multicast address range.
Defaults
N/A
Platforms Supported
OmniSwitch 6250 
Usage Guidelines
• Use the no form of this command to disassociate the already assigned IP or IPv6 address from the 
IPMV.
• If the address is already assigned to another IPMVLAN, the configuration request will fail.
• If you assign a range of addresses to an IPMVLAN, an error message will be displayed for the 
addresses already assigned to the IPMVLAN.
• A maximum of 128 addresses can be specified in a range. If the range is exceeded, configuration for all 
the addresses in that range will fail.
Examples
-> vlan ipmvlan 1003 address 225.0.0.1
-> vlan ipmvlan 1033 address ff08::3
-> no vlan ipmvlan 1003 address 225.0.0.1
Release History
Release 6.6.1; command was introduced.