display mld proxy routing-table

Use display mld proxy routing-table to display IPv6 multicast routing entries maintained by the MLD proxy.

Syntax

display mld [ vpn-instance vpn-instance-name ] proxy routing-table [ ipv6-source-address [ prefix-length ] | ipv6-group-address [ prefix-length ] ] * [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VPN instance, this command displays IPv6 multicast routing entries maintained by the MLD proxy on the public network.

ipv6-source-address: Specifies an IPv6 multicast source by its IPv6 address. If you do not specify an IPv6 multicast source, this command displays IPv6 multicast routing entries maintained by the MLD proxy for all IPv6 multicast sources.

ipv6-group-address: Specifies an IPv6 multicast group by its IPv6 address. The value range for this argument is FFxy::/16 (excluding FFx1::/16 and FFx2::/16), where "x" and "y" represent any hexadecimal numbers in the range of 0 to F. If you do not specify an IPv6 multicast group, this command displays IPv6 multicast routing entries for all IPv6 multicast groups maintained by the MLD proxy.

prefix-length: Specifies an address prefix length. For an IPv6 multicast source address, the value range for this argument is 0 to 128. For an IPv6 multicast group address, the value range for this argument is 8 to 128. The default value is 128.

verbose: Displays detailed information about IPv6 multicast routing entries maintained by the MLD proxy.

Examples

# Display IPv6 multicast routing entries maintained by the MLD proxy on the public network.

<Sysname> display mld proxy routing-table
 Total 1 (*, G) entries, 2 (S, G) entries.

 (100::1, FF1E::1)
     Upstream interface: Vlan-interface1
     Downstream interfaces (1 in total):
         1: Vlan-interface2
             Protocol: MLD

 (*, FF1E::2)
     Upstream interface: Vlan-interface1
     Downstream interfaces (1 in total):
         1: Vlan-interface2
             Protocol: STATIC

 (2::2, FF1E::2)
     Upstream interface: Vlan-interface1
     Downstream interfaces (2 in total):
         1: LoopBack1
             Protocol: STATIC
         2: Vlan-interface2
             Protocol: PROXY

# Display detailed information about IPv6 multicast routing entries maintained by the MLD proxy on the public network.

<Sysname> display mld proxy routing-table verbose
 Total 1 (*, G) entries, 2 (S, G) entries.

 (100::1, FF1E::1)
     Upstream interface: Vlan-interface1
     Downstream interfaces (1 in total):
         1: Vlan-interface2
             Protocol: MLD
             Querier state: Querier
             Join/Prune state:Join

     Non-downstream interfaces: None

 (*, FF1E::2)
     Upstream interface: Vlan-interface1
     Downstream interfaces (1 in total):
         1: Vlan-interface2
             Protocol: STATIC
             Querier state: Querier
             Join/Prune state:Join

     Non-downstream interfaces (1 in total):
         1: Vlan-interface3
             Protocol: MLD
             Querier state: Non-querier
             Join/Prune state:Join

 (2::2, FF1E::2)
     Upstream interface: Vlan-interface1
     Downstream interfaces (2 in total):
         1: LoopBack1
             Protocol: STATIC
             Querier state: Querier
             Join/Prune state: Join
         2: Vlan-interface2
             Protocol: PROXY
             Querier state: Querier
             Join/Prune state: Join

     Non-downstream interfaces: None

Table 115: Command output

Field

Description

Total 1 (*, G) entries, 2 (S, G) entries

Total number of (*, G ), and the total number of (S, G) entries.

(100::1, FF1E::1)

(S, G) entry.

Upstream interface

Incoming interface of a forwarding entry.

Downstream interfaces (1 in total)

Outgoing interfaces, and the total number of outgoing interfaces.

Non-downstream interfaces (1 in total)

Non-outgoing interfaces, and the total number of non-outgoing interfaces.

1: Vlan-interface2

Index of an outgoing interface and the outgoing interface.

Protocol

Protocol type:

  • MLD—Dynamic MLD.

  • PROXY—MLD proxy.

  • STATIC—Static MLD.

Querier state

Querier state:

  • Querier.

  • Non-querier.

Join/Prune state

Joined or pruned state of the interface:

  • NI—Default state.

  • Join—Joined state.

  • Prune—Pruned state.