The display multicast vpn-instance routing-table command displays information about multicast routing tables.
display multicast vpn-instance vpn-instance-name routing-table [ group-address [ mask { group-mask-length | group-mask-addr } ] | source-address [ mask { source-mask-length | source-mask-addr } ] | incoming-interface { { iif-port-type iif-port-num | iif-port-name } | register | pseudo | mcast-extranet } | outgoing-interface { include | exclude | match } { { oif-port-type oif-port-num | oif-port-name } [ bas ] | register | none | pseudo } | extranet { source-vpn-instance { all | vpn-instance svpn-instance-name | public } | receive-vpn-instance { all | vpn-instance rvpn-instance-name } } ] * [ outgoing-interface-number [ number ] ]
display multicast routing-table outgoing-interface-number [ number ]
display multicast vpn-instance vpn-instance-name routing-table [ groupAddr [ mask { group-mask-length | group-mask-addr } ] | srcAddr [ mask { source-mask-length | source-mask-addr } ] | incoming-interface { { iif-port-type iif-port-num | iif-port-name } | register | pseudo | mcast-extranet } | outgoing-interface { include | exclude | match } { { oif-port-type oif-port-num | oif-port-name } | register | none | pseudo } | extranet { source-vpn-instance { all | vpn-instance svpn-instance-name | public } | receive-vpn-instance { all | vpn-instance rvpn-instance-name } } ] * [ outgoing-interface-number [ oif-number ] ]
Parameter | Description | Value |
---|---|---|
group-address |
Displays information about a multicast routing table that contains a specified multicast group address. |
The address is in dotted decimal notation. The value ranges from 224.0.1.0 to 239.255.255.255. |
mask |
Displays information about a multicast routing table that contains a specified multicast group or source address mask. |
- |
group-mask-length |
Displays information about a multicast routing table in which the multicast group address mask has the specified length. |
The value is a decimal integer ranging from 4 to 32. |
group-mask-addr |
Displays information about a multicast routing table that contains a specified multicast group address mask. |
The address mask is in dotted decimal notation. |
source-address |
Displays information about a multicast routing table that contains a specified multicast source address. |
The address is in dotted decimal notation. |
source-mask-length |
Displays information about a multicast routing table that contains the mask length of a specified source address. |
The value is a decimal integer that ranges from 0 to 32. |
source-mask-addr |
Displays information about a multicast routing table that contains a specified source mask. |
The address mask is in dotted decimal notation. |
incoming-interface |
Displays information about a multicast routing table that contains a specified inbound interface. |
- |
iif-port-type |
Specifies the type of an inbound interface. |
- |
iif-port-num |
Specifies the number of an inbound interface. |
- |
iif-port-name |
Specifies the name of an inbound interface. |
- |
register |
Displays information about a multicast routing table that contains a specified PIM-SM register interface. |
- |
pseudo |
Displays information about a multicast routing table that contains pseudo upstream MVPN interfaces. |
- |
mcast-extranet |
Displays information about a multicast routing table in which upstream interfaces are extranet interfaces. |
- |
outgoing-interface |
Displays information about a multicast routing table that contains a specified outbound interface. |
- |
include |
Displays the (S, G) entries whose downstream interface list contains specified downstream interfaces. |
- |
exclude |
Displays the (S, G) entries whose downstream interface list does not contain specified downstream interfaces. |
- |
match |
Displays (S, G) entries whose the downstream interface list contains only one interface that is the same as a specified downstream interface. |
- |
oif-port-type |
Specifies the type of an outbound interface. |
- |
oif-port-num |
Specifies the number of an outbound interface. |
- |
oif-port-name |
Specifies the name of an outbound interface. |
- |
bas |
Displays information about multicast routing entries in which the outbound interface is a BAS interface. |
- |
none |
Displays information about a multicast routing table that contains a null outbound interface list. |
- |
extranet |
Displays information about a multicast routing table of MVPN extranet. |
- |
source-vpn-instance svpn-instance-name |
Displays information about a multicast routing table of the current instance with upstream interfaces belonging to a specific VPN instance. |
The value is a string of 1 to 31 characters. |
all |
Displays information about a multicast routing table of the current instance with sources belonging to instances. |
- |
vpn-instance vpn-instance-name |
Displays information about the multicast routing table in a specified VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
public |
Displays information about a multicast routing table of the current instance with upstream interfaces belonging to the public instance. |
- |
receive-vpn-instance |
Displays information about a multicast routing table of the current instance with receivers belonging to VPN instances. |
- |
receive-vpn-instance rvpn-instance-name |
Displays information about a multicast routing table of the current instance with receivers belonging to a specific VPN instance. |
The value is a string of 1 to 31 characters. |
outgoing-interface-number |
Displays information about a multicast routing table that contains a specified number of outbound interfaces. |
- |
number |
Specifies the number of outbound interfaces. |
The value is an integer that ranges from 0 to 2048. |
Usage Scenario
The display multicast vpn-instance routing-table command is used to display the information of a multicast routing table.
Precautions
When the display multicast routing-table command is used, the following situations occur:
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display multicast vpn-instance VPNA routing-table Multicast routing table of VPN-Instance: VPNA Total 1 entry 00001. (1.1.1.1, 224.1.1.1) Uptime: 00:12:21 Upstream Interface: pseudo List of 1 downstream interface 1: GigabitEthernet0/1/0
<HUAWEI> display multicast vpn-instance VPNA routing-table Multicast routing table of VPN-Instance: VPNA Total 2 entries 00001. (192.168.0.2, 227.0.0.1) Uptime: 00:05:52 Upstream Interface: GigabitEthernet0/1/0 List of 1 downstream interface 1: pseudo 00002. (1.1.1.1, 225.1.1.1) Uptime: 00:05:50 Upstream Interface: GigabitEthernet0/1/0 List of 1 downstream interface 1: pseudo
Item | Description |
---|---|
Multicast routing table of VPN-Instance | VPN instance to which the multicast routing information corresponds. |
Total 1 entry | Number of eligible routing entries. |
Upstream Interface | Upstream interface of the (S, G) entry or MVPN extranet entry. |
List of 1 downstream interface | Downstream interface list. |
(192.168.0.2, 227.0.0.1) | (S, G) entry in the multicast routing table. |
00001 | Sequence number of the (S, G) entry. |
Uptime | Indicates the period during which the (S, G) entry exists. |