2-17interface interface-list: Specifies a port list. With the interface-list argument, you can define one or moreindividual ports (in the form of interface-type interface-number) and/or one or more port ranges (in theform of interface-type interface-number1 to interface-type interface-number2, where interface-number2must be greater than interface-number1). The total number of individual ports plus port ranges cannotexceed 10. For port types and port numbers, refer to the parameter description in the “Port BasicConfiguration” part in this manual.DescriptionUse the multicast static-group interface command to configure the specified port(s) under the currentVLAN interface as static member port(s) for the specified multicast group.Use the undo multicast static-group interface command to remove the specified port(s) in thecurrent VLAN as static member port(s) for the specified multicast group.By default, no port is configured as a static multicast group member port.The ports configured with this command handle Layer 2 multicast traffic only, rather than Layer 3multicast traffic.Examples# Configure ports Ethernet 1/0/1 to Ethernet 1/0/3 under VLAN-interface 1 as static members ports formulticast group 225.0.0.1. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] interface Vlan-interface 1[Sysname-Vlan-interface1] multicast static-group 225.0.0.1 interface Ethernet 1/0/1 toEthernet 1/0/3multicast static-group vlanSyntaxmulticast static-group group-address vlan vlan-idundo multicast static-group group-address vlan vlan-idViewEthernet port viewParametersgroup-address: IP address of the multicast group to join, in the range of 224.0.0.0 to 239.255.255.255.vlan vlan-id: Specifies the VLAN the Ethernet port belongs to, where vlan-id ranges from 1 to 4094.