display trill multicast-route

Use display trill multicast-route to display TRILL multicast routing table information, which includes the next-hop outgoing port list for multidestination frames based on multicast distribution trees.

Syntax

display trill multicast-route [ tree-root nickname [ vlan vlan-list [ mac-address mac-address ] ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

tree-root nickname: Specifies a TRILL distribution tree by its root RB's nickname, a hexadecimal number in the range of 1 to fffe. If you do not specify this option, the command displays multicast routing table information for all TRILL distribution trees.

vlan vlan-list: Specifies a space-separated list of up to 10 VLAN items. Each VLAN item specifies a VLAN ID or a range of VLAN IDs in the form of vlan-id1 to end-vlan-id2. The value range for VLAN IDs is 1 to 4094. The value for the vlan-id2 argument must be equal to or greater than the value for the vlan-id1 argument. If no VLAN is specified, the command displays information about all VLANs.

mac-address mac-address: Specifies a MAC address. If no MAC address is specified, the command displays information about all MAC addresses.

Examples

# Display all entries in the TRILL multicast routing table.

<Sysname> display trill multicast-route
Root                          Flag
-------------------------------------
0x899b                        Valid

# Display multicast routing information for the TRILL distribution tree that is rooted at the RB 0x899b.

<Sysname> display trill multicast-route tree-root 899b
Root: 0x899b
LocalRcvFlag: True
List of VLANs:
  1 to 10, 13, 40, 60 to 85, 200, 1001
List of outgoing ports (4 in total):
  
  
  
  

# Display multicast routing information for VLAN 1's distribution tree that is rooted at the RB 0x899b.

<Sysname> display trill multicast-route tree-root 899b vlan 1
Root: 0x899b
VLAN: 1
LocalRcvFlag: False
List of outgoing ports (3 in total):
  
  
  
List of IPv4 multicast-router ports (2 in total):
  
  
List of IPv6 multicast-router ports (2 in total):
  
  
List of MAC addresses (4 in total):
  0000-1111-00ee
  00ff-1111-00ff
  00ef-1111-00ef
  0000-111f-00ff

# Display multicast routing information for VLAN 1's distribution tree that is rooted at the RB 0x899b and the MAC address 0011-11FF-0022.

<Sysname> display trill multicast-route tree-root 899b vlan 1 mac-address 0011-11ff-0022
Root: 0x899b
VLAN: 1
MAC address: 0011-11ff-0022
LocalRcvFlag: True
List of outgoing ports (2 in total):
  
  

Table 10: Command output

Field

Description

Root

Nickname of the TRILL distribution tree's root RB.

VLAN

ID of the VLAN.

Flag

Whether the root bridge is valid:

  • Invalid.

  • Valid.

LocalRcvFlag

Local receiving flag:

  • False—The local end does not de-encapsulate the TRILL frame.

  • True—The local end de-encapsulates the TRILL frame and forwards the frame.

List of outgoing ports (4 in total)

Outgoing port list and total port number. If no outgoing port exists, this field displays None.

List of VLANs (2 in total)

VLAN list and total VLAN number. If no VLAN exists, this field displays None.

List of IPv4 multicast-router ports (2 in total)

Port list of the IPv4 multicast router and total port number.

List of IPv6 multicast-router ports (2 in total)

Port list of the IPv6 multicast router and total port number.

List of MAC addresses (4 in total)

MAC address list and total MAC address number.