The display multicast ipv6 forwarding-table command displays the IPv6 multicast forwarding table.
display multicast ipv6 forwarding-table [ ipv6-source-address [ ipv6-source-mask-length ] | ipv6-group-address [ ipv6-group-mask-length ] | incoming-interface { interface-type interface-number | register } | outgoing-interface { { exclude | include | match } { interface-type interface-number | register | none } } | { statistics | verbose } ] *
Parameter | Description | Value |
---|---|---|
ipv6-source-address | Specifies the IPv6 address of a multicast source. | The address is a 32-digit hexadecimal number, in the format X:X:X:X:X:X:X:X. |
ipv6-source-mask-length | Specifies the mask length of the multicast source address. | The value is an integer that ranges from 0 to 128. |
ipv6-group-address | Specifies the IPv6 address of a multicast group. | The address is a 32-digit hexadecimal number, in the format X:X:X:X:X:X:X:X. An IPv6 multicast address starts with FF. |
ipv6-group-mask-length | Specifies the mask length of a multicast group address. | The value is an integer that ranges from 8 to 128. |
incoming-interface | Indicates the incoming interface of an IPv6 multicast forwarding entry. | - |
interface-type interface-number | Specifies the type and number of an interface. | - |
register | Indicates the register interface of PIM-SM. | - |
outgoing-interface | Indicates the outgoing interface of an IPv6 multicast forwarding entry. | - |
exclude | Indicates that the downstream interface list does not contain the route forwarding entries of a specified interface. | - |
include | Indicates that the downstream interface list contains the route forwarding entries of a specified interface. | - |
match | Indicates that the downstream interface list matches the route forwarding entries of a specified interface. | The downstream interface list contains only one eligible interface. After match is configured, the route forwarding entries of a null downstream interface list are displayed if the outgoing interface is not specified. |
none | Displays the (S, G) entry without a downstream interface. | - |
statistics | Displays the statistics of the multicast forwarding table. | - |
verbose | Displays the detailed information about the multicast forwarding table. | - |
During IPv6 multicast routing and forwarding, routing information generated by IPv6 multicast routing protocols is saved in an IPv6 multicast routing table. The switch selects the optimal multicast routes from the routing table according to multicast routing and forwarding policies, and then delivers the selected multicast routes to the IPv6 multicast forwarding table to guide multicast data forwarding.
You can use the display multicast ipv6 forwarding-table command to check whether IPv6 multicast forwarding entries have been generated and whether multicast data can be forwarded normally.
# Display the IPv6 multicast forwarding table.
<HUAWEI> display multicast ipv6 forwarding-table IPv6 Multicast Forwarding Table Total 2 entries, 2 matched 00001. (FC00:AA::123, FF33::) MID: 0, Flags: ACT Uptime: 00:01:03, Timeout in: 00:02:27 Incoming interface: Vlanif10 List of 1 outgoing interfaces: 1: LoopBack0 Activetime: 00:23:15 Matched 0 packets(0 bytes), Wrong If 0 packets Forwarded 0 packets(0 bytes) 00002. (FC00:AA::123, FF34::) MID: 1, Flags: ACT Uptime: 00:00:03, Timeout in: 00:03:27 Incoming interface: Vlanif20 List of 1 outgoing interfaces: 1: LoopBack0 Activetime: 00:23:15 Matched 0 packets(0 bytes), Wrong If 0 packets Forwarded 0 packets(0 bytes)
Item |
Description |
---|---|
IPv6 Multicast Forwarding Table |
IPv6 multicast forwarding table. |
Total 2 entries, 2 matched |
Total forwarding entries and total eligible forwarding entries. |
00001 |
Number of the (S, G) entry. |
(FC00:AA::123, FF33::) |
(S, G) entry in the multicast routing table. |
MID |
Unique multicast forwarding entry in the MFIB table. MID is used to rapidly search the multicast forwarding table. |
Flags |
Status flag of the (S, G) entry.
|
Uptime |
Period during which the (S, G) entry exists. |
Timeout in |
Remaining time of the (S, G) entry. |
Incoming interface |
Incoming interface of the (S, G) entry. |
List of 1 outgoing interfaces: 1: LoopBack0 |
Outgoing interface list, including the outgoing interface number and name. |
Activetime |
Existing time of the outgoing interface of the (S, G) entry. |
Matched 0 packets(0 bytes) |
NOTE:
Only the S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-HI, S6730-H, S6730S-H, S6730-S, and S6730S-S can provide the accurate counter values. |
Wrong If 0 packets |
Number of multicast packets matching the (S, G) entry but are not forwarded.
NOTE:
Only the S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-HI, S6730-H, S6730S-H, S6730-S, and S6730S-S can provide the accurate counter values. |
Forwarded 0 packets(0 bytes) |
Number of packets and bytes forwarded by the (S, G) entry.
NOTE:
Only the S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-HI, S6730-H, S6730S-H, S6730-S, and S6730S-S can provide the accurate counter values. |