IP Multicast VLAN Commands
page 42-12 OmniSwitch 6250 CLI Reference Guide November 2009
vlan svlan port translate ipmvlan
Creates an association between IP Multicast VLAN and customer VLAN (c-tag) on the receiver ports.
vlan svlan port {slot/port | agg_num} translate cvlan customer-vlan-id {ipmvlan ipmvlan-id | svlan
svlan-id}
vlan svlan port {slot/port | agg_num} cvlan customer-vlan-id no ipmvlan ipmvlan-id
Syntax Definitions
slot/port Slot number for the module and physical port number on that module
(e.g., 3/1 specifies port 1 on slot 3).
agg_num The link aggregate ID number to associate SVLAN / IPMVLAN to a
customer VLAN on the receiver port. The valid range is 0–31.
customer-vlan-id Customer VLAN ID associated with the SVLAN / IPMVLAN.
ipmvlan-id Specifies the IP Multicast VLAN number. The valid range is 2–4094.
svlan-id Specifies the SVLAN number identifying the instance.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to delete the association between SVLAN / IPMVLAN and customer
VLAN.
• If the SVLAN / IPMVLAN does not exist, the port is not a VLAN Stacking port, the port is a member
of an aggregate, or the aggregate does not exist, then an error message will be displayed.
Examples
-> vlan svlan port 1/1 user-customer-port default-svlan 10
-> vlan ipmvlan 1002 receiver-port port 1/1
-> vlan svlan port 1/1 translate cvlan 10 ipmvlan 1002
-> vlan svlan port 1/1 cvlan 10 no ipmvlan 1002
Release History
Release 6.6.1; command was introduced.