The reset multicast routing-table command clears the entries in the multicast routing table. The corresponding forwarding entries in the forwarding table are deleted at the same time.
reset multicast [ vpn-instance vpn-instance-name | all-instance ] routing-table all
reset multicast [ vpn-instance vpn-instance-name | all-instance ] routing-table { group-address [ mask { group-mask | group-mask-length } ] | source-address [ mask { source-mask | source-mask-length } ] | incoming-interface { interface-type interface-number | register } } *
Parameter | Description | Value |
---|---|---|
vpn-instance vpn-instance-name | Specifies a VPN instance. vpn-instance-name indicates the name of the VPN instance. | The value must be an existing VPN instance name. |
all-instance | Indicates all the instances. | - |
all | Indicates all entries in the multicast routing table. | - |
group-address | Specifies the address of the specified group. | The address is in dotted decimal notation and ranges from 224.0.1.0 to 239.255.255.255. |
mask | Indicates the address mask of a multicast group or source. | - |
group-mask | Specifies the address mask of a multicast group. | The address mask is in dotted decimal notation. |
group-mask-length | Specifies the mask length of a multicast group address. | The value is an integer that ranges from 4 to 32. |
source-address | Specifies the address of a specified source. | The address is in dotted decimal notation. |
source-mask | Specifies the address mask of a multicast source, in dotted decimal notation. | The address mask is in dotted decimal notation. |
source-mask-length | Specifies the mask length of the multicast source address. | The value is an integer that ranges from 0 to 32. |
incoming-interface | Specifies the incoming interface of a multicast entry. | - |
interface-type interface-number | Specifies the type and the number of an interface, used to specify an interface. | - |
register | Indicates the register interface of PIM-SM. | - |