Multicast Port Range Syntax

You can use the following syntax to specify ranges of UDP ports that are open through a firewall.

Syntax Example Description
<n> 125 A single port number
<n>, <n> 101,106,111 A set of single port numbers
<n>-<m> 100-130 An inclusive sequence of port numbers
<n>-<m>,<p>-<q>,<r> 101,103,200-210,235-250,300 A combination of single ports and sequences