display multicast [ vpn-instance vpn-instance-name | all-instance ] forwarding-table [ group-address [ mask { group-mask | group-mask-length } ] | source-address [ mask { source-mask | source-mask-length } ] | incoming-interface { interface-type interface-number | register } | outgoing-interface { include | exclude | match } { interface-type interface-number | register | none } | { statistics | verbose } ] *
| Parameter | Description | Value |
|---|---|---|
| vpn-instance vpn-instance-name | Specifies a VPN instance. vpn-instance-name specifies the name of the VPN instance. | The name is a string of 1 to 31 characters. |
| all-instance | Indicates all the instances. | - |
| group-address | Specifies the multicast group address, used to specify a multicast group. | The address is in dotted decimal notation and ranges from 224.0.0.0 to 239.255.255.255. |
| mask | Indicates the mask of a multicast address or source address. | - |
| group-mask | Specifies the mask of the multicast group address. | The mask is in dotted decimal notation. |
| group-mask-length | Specifies the mask length of the multicast group address. | The value is a decimal integer that ranges from 4 to 32. |
| source-address | Specifies the mask of the multicast source address. | The mask is in dotted decimal notation. |
| source-mask | Specifies the mask of the multicast source address. | The mask is in dotted decimal notation. |
| source-mask-length | Specifies the mask length of the multicast source address. | The value is a decimal integer that ranges from 0 to 32. |
| incoming-interface | Indicates the incoming interface of a multicast forwarding entry. | - |
| interface-type interface-number | Specifies the type and the number of an interface. | - |
| register | Indicates the register interface of a multicast forwarding entry. | - |
| outgoing-interface | Indicates the outgoing interface of a multicast forwarding entry. | - |
| include | Indicates the (S, G) entry list that contains the specified downstream interface. | - |
| exclude | Indicates the (S, G) entry list that does not contain the specified downstream interface. | - |
| match | Indicates the (S, G) entry list that matches the specified interface and the (S, G) entries have only one specified interface. | - |
| none | Indicates that the downstream interface list is null. | - |
| statistics | Indicates the statistics of the multicast forwarding table. | - |
| verbose | Indicates the detailed information of the multicast forwarding table. | - |
When the display multicast forwarding-table command is used,
If the vpn-instance or the all-instance is not specified, only the public network instance is displayed.
If the statistics is specified, you can view statistics about the following parameters:
Number of (S, G) entries being registered
Number of (S, G) entries that registered upstream interfaces
Number of (S, G) entries that have no downstream interface
Number of (S, G) entries in the Delete state
Number of (S, G) entries that needs to be delivered to IO boards
Number of (S, G) entries delivered to the forwarding table
Maximum number of downstream interfaces that a forwarding entry supports
Maximum number of (S, G) entries in the multicast forwarding table
<sysname> display multicast forwarding-table
Multicast Forwarding Table of VPN-Instance: public net
Total 1 entries, 1 matched
00001. (10.0.2.100, 225.0.0.1)
MID: 3, Flags: ACT
After nat : (2.2.2.2, 225.0.0.1)
Uptime: 00:23:15, Timeout in: 00:00:00
Incoming interface: Ethernet0/0/0
List of 1 outgoing interfaces:
1: Ethernet0/0/2
Activetime: 00:23:15
Matched rate: 0 packets/sec, 0 bits/sec
Matched 0 packets(0 bytes), Wrong If 0 packets
Forwarded 0 packets(0 bytes)
00002. (10.0.2.100, 225.0.0.2)
MID: 2, Flags: ACT
After nat : (2.2.2.2, 225.0.0.2)
Uptime: 00:23:15, Timeout in: 00:00:00
Incoming interface: Ethernet0/0/0
List of 1 outgoing interfaces:
1: Ethernet0/0/2
Activetime: 00:23:15
Matched rate: 0 packets/sec, 0 bits/sec
Matched 0 packets(0 bytes), Wrong If 0 packets
Forwarded 0 packets(0 bytes)
<sysname> display multicast vpn-instance 164 forwarding-table
Multicast Forwarding Table of VPN-Instance: 164 Total 1 entry, 1 matched 00001. (10.0.164.2, 225.0.0.1) MID: 1939, Flags: ACT After nat : (2.2.2.2, 225.0.0.1) Uptime: 00:02:08, Timeout in: 00:03:26 Incoming interface: GigabitEthernet0/0/5.164 List of 1 outgoing interfaces: 1: MTunnel164(encapsulated with group 228.8.8.8) Activetime: 00:23:15 Matched rate: 100 packets/sec, 50000 bits/sec Matched 20774 packets(2240708 bytes), Wrong If 0 packets Forwarded 20774 packets(2240708 bytes)
Item |
Description |
|---|---|
Multicast Forwarding Table of VPN-Instance |
VPN instance to which the multicast forwarding table corresponds |
Total 1 entry, 1 matched |
Total number of forwarding entries and number of eligible forwarding entries |
00001 |
Sequence number of the (S, G) entry |
(10.0.2.100, 225.0.0.1) |
(S, G) entry in the multicast routing table |
MID |
Uniquely identifies the multicast forwarding entry in the Multicast Forward Information Base (MFIB) table. MID is used to rapidly search the multicast forwarding table. |
Flags |
Indicates the status flag of the (S, G) entry.
|
After nat |
NAT mapping entry of the (S, G) entry |
Uptime |
Period duration of the (S, G) entry |
Timeout in |
Remaining time of the (S, G) entry |
Incoming interface |
Upstream interface of the (S, G) entry |
List of 1 outgoing interfaces |
Indicates the downstream interface list. The contents of the downstream interface list are as follows:
|
MTunnel164 (encapsulated with group 228.8.8.8) |
MTunnel interface number (public network group address used to encapsulate VPN data) |
Eth-Trunk1.1 |
Dot1q interface number. |
Activetime |
Indicates the existing time of the outgoing interface of the (S, G) entry. |
Msub-Tag total number |
Indicates the Dot1q port information on the outgoing interface. |
Vlanif100 |
VLANIF interface number. |
Vlanif-port total number |
Indicates the Layer 2 port information on the outgoing interface. |
Matched rate |
Number of packets and bits forwarded per second |
Matched 0 packets (0 bytes) |
Indicates the number of multicast packets and bytes that match the (S, G) entry.
NOTE:
If the value of the Matched field stops increasing:
|
Wrong If 0 packets |
Indicates the number of packets with an incorrect incoming interface. |
Forwarded 0 packets (0 bytes) |
Indicates the number of packets and bytes forwarded by the (S, G) entry.
NOTE:
If the value of the Forwarded field does not increase over several minutes, packets fail to be forwarded. Contact Huawei technical support personnel to troubleshoot faults. |
<sysname> display multicast forwarding-table
Multicast Forwarding Table of VPN-Instance: public net
Total 1 entry, 1 matched
00001. (10.0.5.100, 225.0.0.1)
MID: 5, Flags: ACT
Uptime: 17:05:56, Timeout in: 00:00:50
Incoming interface: GigabitEthernet0/0/10
Backup incoming interface: GigabitEthernet0/0/1
Backup outgoing interface: GigabitEthernet0/0/10
List of 2 outgoing interfaces:
1: GigabitEthernet0/0/1
Activetime: 03:52:38
2: LoopBack5
Activetime: 13:52:47
Matched rate: 100 packets/sec, 50000 bits/sec
Matched 58337 packets(1633436 bytes), Wrong If 29135 packets
Forwarded 29202 packets(817656 bytes)
Item |
Description |
|---|---|
Backup incoming interface |
Inbound interface information recorded in the backup (S, G) entry |
Backup outgoing interface |
Outbound interface information recorded in the backup (S, G) entry |