Specifications

dvmrp set interface
184 SSR Command Line Interface Reference Manual
rate <num>
The multicast rate of this interface in kbps. Specify a number in the range 1 – 10000.
The default is 500.
Note: The option applies only to tunnels.
scope <IPaddr/mask>
The multicast scope of this interface. The purpose of this option is to disallow the
groups specified by a scope from being forwarded across an interface. This option
therefore is a filtering mechanism. The threshold and the scope are two common
mechanisms for implementing local simple filtering of a multicasting data.
Specify an IP address and network mask. Examples: 230.2.3.4/255.255.0.0 or
230.2.3.4/16.
threshold <num>
The multicast threshold of this interface. The purpose of this option is to allow
forwarding of a packet on a multicast interface only if the packet’s threshold is at least
the configured value. The threshold and the scope are two common mechanisms for
implementing local simple filtering of a multicasting data.
Specify a number in the range 1 – 255. The default is 1.
Restrictions
None.
Examples
To configure the interface 10.50.89.90 to have a metric of 5 and a threshold of 16:
ssr(config)# dvmrp set interface 10.50.89.90 metric 5 threshold 16