set protocols igmp-snooping vlan-id static group interface
The set protocols igmp-snooping vlan-id static group interface command configures a static member port to the particular multicast group.
Command Syntax
set protocols igmp-snooping vlan-id <vlan-id> static group <group-address> interface <interface-name>
Parameter
Parameter | Description |
vlan-id <vlan-id> | Specifies a VLAN ID. The value is an integer that ranges from 1 to 4094. |
group <group-address> | Specifies the IP address of a multicast group. The value ranges from 224.0.1.0 to 239.255.255.255 in dotted decimal notation. |
interface <interface-name> | Specifies the interface of the switch as a static member interface. |
Usage Guidelines
In addition to dynamically establishing a multicast forwarding table through Layer 2 multicast protocols, you can manually configure the Layer 2 multicast forwarding entries to statically bind interfaces to multicast groups. After an interface is statically added to a multicast group, users on the interface can receive multicast data in the multicast group permanently and stably. Static member port will not be affected by the aging time, it will not age.
Example
- Â Configure a static member interface to the multicast group.
admin@XorPlus# set protocols igmp-snooping vlan-id 2 static group 224.0.0.1 interface ge-1/1/3 admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.