Command Reference IPv4 Multicast Routing Commands
Global configuration mode.
The following example sets the maximum time for the protocol convergence.
Ruijie (config)# msf nsf convergence-time 300
Ruijie (config)#
The following example sets the packets leak time:
Ruijie(config)# msf nsf leak 200
Ruijie(config)#
Use this command to show IPv4 multi-layer multicast forwarding table.
show msf msc [soure-address] [group-address] [vlan-id]
Specified source IP address of the multi-layer multicast forwarding table.
Specified group address of the multi-layer multicast forwarding table.
The Vlan id where the incoming interface of the multi-layer multicast
forwarding table is. 4096 indicates a routed port.
Privileged EXEC mode/Global configuration mode/Interface EXEC mode
The three parameters in this command are optional.
If no source address and group address are specified, all mfc entries are displayed.
 If only the source address is specified as s1, all msc entries with source address 1 are
displayed.
 If the source address is specified as s1 and the group address as g1, all corresponding
msc entries are displayed.
 If the source address is specified as s1, the group address as g1 and the vlan id as v1, all
corresponding msc entries are displayed.
 Each parameter shall be input in order. Only when the parameter in front has been
configured, the following one could be set.
The following example shows the IPv4 layer-3 multicast forwarding entries with source IP
address 192.168.195.25:
Ruijie# show msf msc 192.168.195.25